svn commit: r318993 - in head: archivers/libcabinet archivers/libcabinet/files devel/libpdel devel/libxalloc finance/libstocks games/libshhcards games/libshhcards/files japanese/ming math/linpack w...

Alexey Dokuchaev danfe at FreeBSD.org
Sat May 25 02:48:02 UTC 2013


On Fri, May 24, 2013 at 04:35:31PM +0000, Baptiste Daroussin wrote:
> New Revision: 318993
> URL: http://svnweb.freebsd.org/changeset/ports/318993
> 
> Log:
>   Do not let system make.conf inpact the port's makefile
>   This fixes build on current
> 
> @@ -13,6 +13,7 @@ USE_LDCONFIG=	yes
>  
>  SRCFILE=	${WRKSRC}/listcab.cpp
>  PROGFILE=	${SRCFILE:S/.cpp$//}
> +MAKE_ENV=	WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null

This looks bogus.  Can you shed some light on what exactly breaks these
ports?  Can they be fixed without introducing cryptic constructs in their
ports Makefiles?  I'd volunteer to fix (when -current gets stable enough
to be feasible for remote upgrade; I don't want to get unbootable box).

./danfe


More information about the svn-ports-all mailing list