From owner-svn-ports-all@freebsd.org Mon Oct 7 08:29:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8FD2FC909; Mon, 7 Oct 2019 08:29:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46mtv559vGz4VJ0; Mon, 7 Oct 2019 08:29:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [IPv6:2a01:678:4:1::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4414E1D3C1; Mon, 7 Oct 2019 08:29:37 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from atuin.in.mat.cc (unknown [IPv6:2a01:678:42:ffff:3e15:c2ff:fec4:452e]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id 1BA96942D80; Mon, 7 Oct 2019 08:29:35 +0000 (UTC) Date: Mon, 7 Oct 2019 10:29:34 +0200 From: Mathieu Arnold To: =?utf-8?Q?T=C4=B3l?= Coosemans Cc: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513618 - head/devel/scons Message-ID: <20191007082934.outquwlqf7fowryg@atuin.in.mat.cc> References: <201910021951.x92Jp5R7080254@repo.freebsd.org> <20191006180248.0d7744df@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="be7oexrgbkxj7766" Content-Disposition: inline In-Reply-To: <20191006180248.0d7744df@FreeBSD.org> User-Agent: NeoMutt/20180716 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 07 Oct 2019 08:29:37 -0000 --be7oexrgbkxj7766 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 06, 2019 at 06:02:48PM +0200, T=C4=B3l Coosemans wrote: > On Wed, 2 Oct 2019 19:51:05 +0000 (UTC) Sunpoet Po-Chuan Hsieh > wrote: > > Author: sunpoet > > Date: Wed Oct 2 19:51:04 2019 > > New Revision: 513618 > > URL: https://svnweb.freebsd.org/changeset/ports/513618 > >=20 > > Log: > > Update to 3.1.1 > > =20 > > Changes: https://scons.org/tag/releases.html > > https://github.com/SCons/scons/blob/master/src/CHANGES.txt > > PR: 240584 > > Exp-run by: antoine > >=20 > > Modified: > > head/devel/scons/Makefile > > head/devel/scons/distinfo > >=20 > > Modified: head/devel/scons/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/devel/scons/Makefile Wed Oct 2 19:50:04 2019 (r513617) > > +++ head/devel/scons/Makefile Wed Oct 2 19:51:04 2019 (r513618) > > @@ -2,7 +2,7 @@ > > # $FreeBSD$ > > =20 > > PORTNAME=3D scons > > -PORTVERSION=3D 3.0.1 > > +PORTVERSION=3D 3.1.1 > > CATEGORIES=3D devel python > > MASTER_SITES=3D SF > > =20 > > @@ -15,17 +15,16 @@ LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt > > RUN_DEPENDS=3D gm4:devel/m4 > > =20 > > USES=3D python:2.7 shebangfix > > -SHEBANG_FILES=3D script/scons* > > -USE_PYTHON=3D distutils autoplist > > +USE_PYTHON=3D autoplist distutils >=20 > It's probably a bug in portmaster but currently it always rebuilds > flavored ports (even if there isn't a new version) if the *_DEPENDS line > doesn't specify which flavor is needed. Can you either add @py27 to the > BUILD_DEPENDS line in Mk/Uses/scons.mk or add USE_PYTHON=3Dnoflavors here? > If scons only supports one version of python I guess it doesn't need to > be flavored. I is a bug in portmaster. If the depends line does not specify the flavor, it means the default (first) flavor needs to be used, always. I do not think adding shims in the ports tree to fix badly behaving third party tools is a very good idea, or sets a good precedent. --=20 Mathieu Arnold --be7oexrgbkxj7766 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEOraXidLtEhBkQLpbOkUW81GDzkgFAl2a921fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNB QjY5Nzg5RDJFRDEyMTA2NDQwQkE1QjNBNDUxNkYzNTE4M0NFNDgACgkQOkUW81GD zkh59Q//XW448p1Xv9Uk35qp4ltXN2UJzofoNyUovMvK042x5qkyzkAAw4DWu6kg jEa7+dFQZN5hDvZCa4UXOFroSOl13Ird0escnshMG5KRtVsX9clErgw+PDMFg8Rq E10xYxe1nc4P+stJz9MErBSRQJlB5V5ZS9SNnYYzcHvggTBuynjSz/jOe/LbwUAa DLkaFLsvNdvC8cart/vqTuelD6B1Vk+UZy6c6bPd3U7ZJcK4Cslz8bTvD0dZSxig 6UBUP/ePDTNL7xnsezZrIjMtjpnqSB1JA38lLpHjhPml3DyD3Jdxz6dEOtWx1z42 LzQNByMtkXJ1G75LQoP2VJGwxBLV0EMGzOEBuHmyYuVtEzNzunWEnBuqtCE1gTwt ku2XJYgA/dAoyLhP72hoheICDuz33W4hNp0HvwdtFi+YItU6uapWJhJ7U0p2+Xgn rk4WwWp9HISSPPE6Hx2LGoWUa5SlIrMPxmnlylF6Bbz675ZcEku+RDCbWFVVcBDR c6NqqB+zXonMzPaPcnBNVd862EJTd9OHUoejPesYIKTtVMdEW2kHT6hoMcegrBrx D7sxNE+V8hCRr95A9WVsXvqDb3wz5MdsC3POwmR/APFSbYOIgiVp/7gmTfexbrcK 5R5vAAzN7asR/fnNZ5WRsrm+/e5tV1F7HuHFgQc4LiJryzEwe68= =U2YW -----END PGP SIGNATURE----- --be7oexrgbkxj7766--