OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Peter Valchev (pvalchev_at_sightly.net)
Date: Sun Oct 06 2002 - 12:57:27 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > I had to "pkg_delete gmake-3.79.1" - please see the attached file

    Yes, that is what you are expected to do

    Unless we want to change it to something like this... but you should
    really have the latest version because some ports might depend on
    specific new behaviour... theoretically

    Index: bsd.port.mk
    ===================================================================
    RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v
    retrieving revision 1.535
    diff -u -r1.535 bsd.port.mk
    --- bsd.port.mk 11 Sep 2002 19:35:21 -0000 1.535
    +++ bsd.port.mk 6 Oct 2002 17:55:35 -0000
    -346,7 +346,7
     SYSCONFDIR?= /etc
     USE_GMAKE?= No
     .if ${USE_GMAKE:L} == "yes"
    -BUILD_DEPENDS+= ::devel/gmake
    +BUILD_DEPENDS+= :gmake-*:devel/gmake
     MAKE_PROGRAM= ${GMAKE}
     .else
     MAKE_PROGRAM= ${MAKE}