From owner-freebsd-ports@freebsd.org Thu Feb 2 17:21:11 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 60494CCD0A4 for ; Thu, 2 Feb 2017 17:21:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABBF1E18 for ; Thu, 2 Feb 2017 17:21:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4A0A7CCD0A3; Thu, 2 Feb 2017 17:21:11 +0000 (UTC) Delivered-To: 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 49AF2CCD0A2 for ; Thu, 2 Feb 2017 17:21:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from anoxia.adamw.org (anoxia.adamw.org [104.225.8.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anoxia.adamw.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D417D1E17; Thu, 2 Feb 2017 17:21:10 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by anoxia.adamw.org (OpenSMTPD) with ESMTPSA id b8536870 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Thu, 2 Feb 2017 10:21:02 -0700 (MST) From: Adam Weinberger Message-Id: <83055CCD-D150-4D1D-8F4E-A422E1F63D1A@adamw.org> Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: Recent update to lang/php70 and lang/php71 Date: Thu, 2 Feb 2017 10:21:00 -0700 In-Reply-To: <6d56b335-44c8-5ddb-20c0-ce44ba208ae6@FreeBSD.org> Cc: Jim Ohlstein , ports@FreeBSD.org, linimon@FreeBSD.org To: Torsten Zuehlsdorff References: <15b31c6c-52be-e04f-64bd-3dc5b8cb2332@ohlste.in> <023c7b00-7b06-796f-c091-446c61320222@FreeBSD.org> <8e109406-a056-9043-edc9-d36c92346a4f@ohlste.in> <6d56b335-44c8-5ddb-20c0-ce44ba208ae6@FreeBSD.org> X-Mailer: Apple Mail (2.3259) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2017 17:21:11 -0000 > On 2 Feb, 2017, at 7:39, Torsten Zuehlsdorff wrote: >=20 > On 02.02.2017 15:37, Jim Ohlstein wrote: >> Hello, >>=20 >> On 02/02/2017 04:35 AM, Torsten Zuehlsdorff wrote: >>> Hello Jim, >>>=20 >>>> Could not this semantic change have waited for a new version? It = forced >>>> a rebuild of ALL PHP extensions for no reason. They all had a = dependency >>>> on devel/pcre via the main port as it was. >>>=20 >>> Did you use poudriere? >>=20 >> Yes >>=20 >>>=20 >>> It wasn't meant to force a rebuild. There was no PORTREVISION bump = nor a >>> new dependency. But poudriere detect a new one, so i would say its a >>> poudriere bug. Or am i wrong? >>=20 >> Looks like a direct dependency was added. Here's a sample output from = a >> jail that runs PHP70: >>=20 >> Installed packages to be REINSTALLED: >> [output] >=20 > Yes, it look like, but it wasn't. That's the patch: > = https://svnweb.freebsd.org/ports/head/lang/php71/Makefile?r1=3D433046&r2=3D= 433045&pathrev=3D433046 = >=20 > Only one line was moved more upwards. Nothing more. This shouldn't = have caused such a detection. It=E2=80=99s not, though, because before it was protected within = !defined(PKGNAMESUFFIX). Previously, only php itself brought in the pcre = dependency; now all the extensions bring it in too. # Adam =E2=80=94 Adam Weinberger adamw@adamw.org http://www.adamw.org