Date: Fri, 29 Sep 2017 23:37:16 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450940 - head/Mk Message-ID: <201709292337.v8TNbG7Y015024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Fri Sep 29 23:37:16 2017 New Revision: 450940 URL: https://svnweb.freebsd.org/changeset/ports/450940 Log: Disable FLAVORS support for now until we have real FLAVORS-using ports. Having this enabled breaks Poudriere's ability to build py2 and py3 ports together which FLAVORS aims to resolve. Once we have actual python FLAVORS support ready to commit we can then enable this feature again. With hat: portmgr Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Sep 29 23:16:11 2017 (r450939) +++ head/Mk/bsd.port.mk Fri Sep 29 23:37:16 2017 (r450940) @@ -1058,7 +1058,8 @@ STAGEDIR?= ${WRKDIR}/stage NOTPHONY?= FLAVORS?= FLAVOR?= -PORTS_FEATURES+= FLAVORS +# XXX: We have no real FLAVORS support in ports or tools yet. +#PORTS_FEATURES+= FLAVORS MINIMAL_PKG_VERSION= 1.6.0 _PORTS_DIRECTORIES+= ${PKG_DBDIR} ${PREFIX} ${WRKDIR} ${EXTRACT_WRKDIR} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709292337.v8TNbG7Y015024>