From owner-freebsd-ports@freebsd.org Fri Dec 1 06:20:18 2017 Return-Path: Delivered-To: freebsd-ports@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 3FE0DE5D3B8; Fri, 1 Dec 2017 06:20:18 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (host64.shmhost.net [IPv6:2a01:4f8:a0:51d7::103:2]) (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 0826672349; Fri, 1 Dec 2017 06:20:18 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from [IPv6:2001:470:25:233:89f2:23ab:83c2:6660] (unknown [IPv6:2001:470:25:233:89f2:23ab:83c2:6660]) by host64.shmhost.net (Postfix) with ESMTPSA id 8A3811604FB; Fri, 1 Dec 2017 07:20:14 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [HEADSUP] Flavors, and specifically, Python flavors landing today From: Franco Fichtner In-Reply-To: <7c9a5e55-505f-9160-2886-56c451cdf9b1@FreeBSD.org> Date: Fri, 1 Dec 2017 07:20:12 +0100 Cc: dvl@FreeBSD.org, freebsd-ports-announce@FreeBSD.org, linimon@FreeBSD.org Content-Transfer-Encoding: 7bit Message-Id: <10532992-C4F8-4527-BBA5-DD3B845B29E4@lastsummer.de> References: <7c9a5e55-505f-9160-2886-56c451cdf9b1@FreeBSD.org> To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Score: -1.0 X-Spam-Status: No score=-1.0 tagged_above=10.0 required=10.0 tests=[ALL_TRUSTED] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2017 06:20:18 -0000 Hi, > On 30. Nov 2017, at 4:32 PM, Mathieu Arnold wrote: > > | See Ports now have flavors enabled| > | Tool developers, see https://wiki.freebsd.org/Ports/FlavorsTools| > | All Python dependencies must have @${PY_FLAVOR} appended to them| Very nice work, a thank you to all the people who worked on this! :) Preliminary build tests from here look as fine as ever, although the full batch is still running. FWIW, I found that fetch-recursive stopped working with FLAVOR set: # cd /usr/ports/databases/py-sqlite3 # make fetch-recursive FLAVOR=py27 ===> Fetching all distfiles for py27-sqlite3-2.7.14_7 and dependencies ===> License PSFL accepted by the user ===> py27-sqlite3-2.7.14_7 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-sqlite3-2.7.14_7 for building ===> pkg-1.10.2 FLAVOR is defined (to py27) while this port does not have FLAVORS.. *** Error code 1 Stop. make[1]: stopped in /usr/ports/ports-mgmt/pkg *** Error code 1 Stop. make: stopped in /usr/ports/databases/py-sqlite3 Cheers, Franco