svn commit: r450940 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Fri Sep 29 23:37:17 UTC 2017
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} \
More information about the svn-ports-all
mailing list