From owner-freebsd-ports@freebsd.org Tue Jun 28 20:02:40 2016 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 D0F71B864D7 for ; Tue, 28 Jun 2016 20:02:40 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from smtp01.qsp.nl (smtp01.qsp.nl [193.254.214.162]) by mx1.freebsd.org (Postfix) with ESMTP id 618092572; Tue, 28 Jun 2016 20:02:40 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from smtp01.qsp.nl (localhost [127.0.0.1]) by smtp01.qsp.nl (Postfix) with ESMTP id 568002A0D5F; Tue, 28 Jun 2016 21:57:20 +0200 (CEST) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp01.qsp.nl (Postfix) with ESMTP; Tue, 28 Jun 2016 21:57:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=date:from:to:subject:message-id; s=default; bh=8w8KN7Bw3hXEGo5OB8hD1JAIVGOkGhlzURtxsaWvsos=; b=C2HiOiOTmal3Kqfh3OhEjRHzqbe34UD7CGk6lFal6ZZH/uauprCntPCLFDHg7jxXpzoHdpzKszroW/pJKwFweX6zufm7mdgn/lg8RY0qOLiYTtoN1Wd0W5FR6kyXwWCxe0zsij1HPDZ+dETFRqOlDrqlB4Wgu3Zd1lfewoLRc1jmmo5YS92if8Em4Pc+tf6qrjezm+oji6ol5epUZVp7n6DqedWdldvOUOfIOdwMBbc9OUsCNZPZ5ODuAm3Xhrn2Zy7AcDLmIUrRb99c7wm5WY5lKgg3Z4xSsalzDmofRN6KUqoMmJyir+uBb+ygLRRiKWEhCBrWBDTph/Z5+eQL8g== Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id d4f0225b TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Tue, 28 Jun 2016 21:57:18 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Tue, 28 Jun 2016 21:57:17 +0200 From: Bernard Spil To: Mathieu Arnold Cc: Dan Langille , FreeBSD Ports Subject: Re: 2016Q2 - no Mk/Uses/mysql.mk In-Reply-To: <988FA8093FFCEAC15BBC1315@ogg.in.absolight.net> References: <7970193C92B17CEB73FA8DAD@ogg.in.absolight.net> <131F3A1C-75A0-4597-9C8A-1C14EE875323@langille.org> <988FA8093FFCEAC15BBC1315@ogg.in.absolight.net> Message-ID: <388f61fead8522e594f78d9f563321a6@imap.brnrd.eu> X-Sender: brnrd@FreeBSD.org User-Agent: Roundcube Webmail/1.2.0 X-SMTP-Virus-Scanned: clamav at smtp01 X-Spam-Status: No, score=1.6 required=5.0 tests=HK_RANDOM_ENVFROM, HK_RANDOM_FROM,UNPARSEABLE_RELAY autolearn=disabled version=3.4.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on svfilter02.qsp.nl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2016 20:02:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2016-06-28 16:58, Mathieu Arnold wrote: > +--On 28 juin 2016 10:30:10 -0400 Dan Langille wrote: > |> On Jun 28, 2016, at 7:56 AM, Mathieu Arnold wrote: > |> > |> > |> > |> +--On 27 juin 2016 17:22:56 -0400 Dan Langille wrote: > |> | I've been working with the 2016Q2 branch with respect to FreshPorts. > |> | > |> | I tried running make -V on branches/2016Q2 and it failed with: > |> | > |> | Error message is: make: "/usr/local/repos/PORTS-2016Q2/Mk/bsd.port.mk" > |> | line 1433: Cannot open /usr/local/repos/PORTS-2016Q2/Mk/Uses/mysql.mk > |> | > |> | It seems that recent changes to Mk also need to be backported to > |> | branches if there is a commit on that branch. > |> > |> Well, no, people merging things are supposed to check what they are doing > |> and not commit stupid patches, which is the case here. > |> > |> Which port has USES=mysql on 2016Q2 ? > | > | Log: > | MFH: r416066 > | > | net-mgmt/cacti: 0.8.8g -> 0.8.8h > | > | It appears to have already been fixed in Revision 416207: > | > | - no USES=mysql allowed in the quarterly branch > | > | re > | https://svnweb.freebsd.org/ports/branches/2016Q2/net-mgmt/cacti/Makefile? > | view=log > | | ?view=log> > | > | Ooops. Sorry for the noise. I'll look at the new commits on that port. > | I was analyzing commits which FreshPorts had difficulty processing. > | > | Nothing to see here. Please move along... > > Well, no, the noise is good, it should be reported to the committer that > did the commit, like other breakage are, so that said committer knows and > fixes the problem. Just lucky that it wasn't me. Good thing to keep in mind with these kinds of changes! Usually only the actual update is committed, not a check for these kinds of changes to the ports framework! I've got some Python patches in review that now have USES= ssl which would break in Q2 as well! Luckily no security fixes in there afaik. Cheers, Bernard. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXctaeAAoJEHT7/r+FArC0rzsP/jx32UsjVtA8dgYHCf+gM7mt gz55FCOT7XI+m13nAZWpI3VfsW2MuA99j/B/npXMfDSqixGSDfZyFq0Xr+MPP9UU b48TGrXbEUVQvkG4dRy5WK/J0XcqwO2x+ajD29lJtHZE/2aTMrBoXRYYifQkx0ew iDftQDlauGp8usNjgAVrZffRkj0q0v2cQGcepL8iqHuKXA63b9dsxV65BeIUFLPE hnL+AneFqiaXa9zSc72/o3PS173Y8d3XaSxPjw4pRBBuD4mDDadAdebUz/ZCVwug k6g+LsVs+iqjn8nq1O6wgqJHh7LKLU04WGSPYHSUl7ErzmBOlxKJleFM3gOur2Og 9qy/dLwvftlNtEZ/8aI00ZVcKd4kzyoYZxa215g3A+vd+zDOTSPOWE3VgNoyf4KK NHrKkrKH3f7/5um4RBuJf69lFs1X7RNuPPCXONnO1t3xDDOeOFAseKrQodDqfTo2 nC9X/Kf1cHi/wU9aF0DqttJj10fXdjbkthcKlSZ+dwk6p+wEEwLorbXrGI00f/aG R6UFa5XhdQxkBYGiBKwPaNTEsNoGo0BhK48z5oknt9rv6Psm8C7Sa99euCVFMxqY FftKkp3Iy731AnrApWkzaDd9CNtkvomhYZklx1rG/cqOq+0Xz+clFV1BADSZS2T1 Bd+0Wkqzm5WA7FDgjNOP =WchY -----END PGP SIGNATURE-----