Index | Thread | Search

From:
Stuart Cassoff <exokoide@yahoo.ca>
Subject:
Re: comms/tkhylafax: Remove MOTDCL_BIN and MODTK_BIN from SUBST_VARS.
To:
OpenBSD Ports <ports@openbsd.org>
Date:
Fri, 13 Mar 2026 16:56:49 -0400

Download raw body.

Thread
  • Larry Moore:

    comms/tkhylafax: Remove MOTDCL_BIN and MODTK_BIN from SUBST_VARS.

  • Stuart Cassoff:

    comms/tkhylafax: Remove MOTDCL_BIN and MODTK_BIN from SUBST_VARS.

  • ping for 
    +SUBST_VARS=  MODTCL_BIN MODTK_BIN
    
    On Sun, 8 Feb 2026, Stuart Cassoff wrote:
    
    > RDEP on BROKEN comms/hylafax.
    > Mark BROKEN as well; no point in building for nothing.
    > 
    > I see that there is potential for an update.
    > I'll look into it.
    > 
    > 
    > Stu
    > 
    > 
    > 
    > BROKEN= RDEP on BROKEN comms/hylafax
    > 
    > Add MODTCL_BIN and MODTK_BIN to SUBST_VARS;
    > no longer added by the Tcl/Tk port modules.
    > 
    > 
    > 
    > diff -Nurp /usr/ports//comms/tkhylafax/Makefile ./Makefile
    > --- /usr/ports//comms/tkhylafax/Makefile	Thu Oct  5 10:46:46 2023
    > +++ ./Makefile	Sun Feb  8 14:26:47 2026
    > @@ -1,5 +1,7 @@
    >  COMMENT=	Tcl/Tk interface to Sam Leffler's fax package
    >  
    > +BROKEN=		RDEP on BROKEN comms/hylafax
    > +
    >  DISTNAME=	tkhylafax-3.2
    >  REVISION=	2
    >  CATEGORIES=	comms
    > @@ -18,6 +20,7 @@ RUN_DEPENDS=	comms/hylafax \
    >  		print/gv
    >  
    >  NO_TEST=	Yes
    > +SUBST_VARS=	MODTCL_BIN MODTK_BIN
    >  
    >  pre-configure:
    >  	${SUBST_CMD} ${WRKSRC}/Makefile \
    > 
    > 
    
    
  • Larry Moore:

    comms/tkhylafax: Remove MOTDCL_BIN and MODTK_BIN from SUBST_VARS.

  • Stuart Cassoff:

    comms/tkhylafax: Remove MOTDCL_BIN and MODTK_BIN from SUBST_VARS.