From owner-svn-ports-all@freebsd.org Fri Sep 29 23:37:17 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0E56E3713C; Fri, 29 Sep 2017 23:37:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 791167D1B2; Fri, 29 Sep 2017 23:37:17 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8TNbGn1015025; Fri, 29 Sep 2017 23:37:16 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8TNbG7Y015024; Fri, 29 Sep 2017 23:37:16 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201709292337.v8TNbG7Y015024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Fri, 29 Sep 2017 23:37:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450940 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: bdrewery X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 450940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 23:37:17 -0000 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} \