From owner-svn-ports-head@freebsd.org Fri Jul 6 19:01:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 97D9A1045D1B; Fri, 6 Jul 2018 19:01:48 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 51349915E9; Fri, 6 Jul 2018 19:01:48 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 312EFB5B7; Fri, 6 Jul 2018 19:01:48 +0000 (UTC) From: Jan Beich To: Martin Wilke Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r474017 - in head: Mk Mk/Uses lang/python-doc-html References: <201807061611.w66GBFxi067550@repo.freebsd.org> Date: Fri, 06 Jul 2018 21:01:44 +0200 In-Reply-To: <201807061611.w66GBFxi067550@repo.freebsd.org> (Martin Wilke's message of "Fri, 6 Jul 2018 16:11:15 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 19:01:48 -0000 Martin Wilke writes: > # Mk/bsd.default-versions.mk in sync. > -_PYTHON_VERSIONS= 2.7 3.6 3.5 3.4 # preferred first > +_PYTHON_VERSIONS= 2.7 3.6 3.7 3.5 3.4 # preferred first Not enough to unbreak @py37 flavors e.g., $ sudo nice poudriere bulk -Ctj 104i386 devel/py-adb@py37 [...] [00:00:03] [01] [00:00:00] Building security/py-m2crypto@py37 | py37-m2crypto-0.30.1 [00:00:03] [02] [00:00:00] Building devel/py-libusb1@py37 | py37-libusb1-1.6.4 [00:00:04] [02] [00:00:01] Finished devel/py-libusb1@py37 | py37-libusb1-1.6.4: Ignored: Unknown flavor 'py37', possible flavors: py27 py36. [00:00:04] [01] [00:00:01] Finished security/py-m2crypto@py37 | py37-m2crypto-0.30.1: Ignored: Unknown flavor 'py37', possible flavors: py27 py36. [00:00:04] [01] [00:00:01] Skipping devel/py-adb@py37 | py37-adb-1.3.0.1: Dependent port security/py-m2crypto@py37 | py37-m2crypto-0.30.1 ignored [00:00:04] [02] [00:00:01] Skipping devel/py-adb@py37 | py37-adb-1.3.0.1: Dependent port devel/py-libusb1@py37 | py37-libusb1-1.6.4 ignored [00:00:04] Stopping 3 builders [00:00:04] No package built, no need to update the repository