From owner-svn-ports-head@freebsd.org Thu Sep 12 15:09:30 2019 Return-Path: Delivered-To: svn-ports-head@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 7FDD0D0E66; Thu, 12 Sep 2019 15:09:30 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (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 46Thy16Q7hz4MqZ; Thu, 12 Sep 2019 15:09:29 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 3440F3C0199; Thu, 12 Sep 2019 15:09:29 +0000 (UTC) Date: Thu, 12 Sep 2019 15:09:29 +0000 From: Brooks Davis To: Tobias Kortkamp Cc: Brooks Davis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511300 - head/devel/llvm80 Message-ID: <20190912150929.GA93439@spindle.one-eyed-alien.net> References: <201909061104.x86B4iD1058199@repo.freebsd.org> <20190912132706.GA52963@urd.tobik.me> <20190912141801.GI41333@spindle.one-eyed-alien.net> <20190912143153.GA17860@urd.tobik.me> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <20190912143153.GA17860@urd.tobik.me> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 46Thy16Q7hz4MqZ X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of brooks@spindle.one-eyed-alien.net has no SPF policy when checking 199.48.129.229) smtp.mailfrom=brooks@spindle.one-eyed-alien.net X-Spamd-Result: default: False [-6.49 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; IP_SCORE(-3.59)[ip: (-9.36), ipnet: 199.48.128.0/22(-4.66), asn: 36236(-3.86), country: US(-0.05)]; R_SPF_NA(0.00)[]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net]; RCVD_COUNT_ZERO(0.00)[0]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:36236, ipnet:199.48.128.0/22, country:US]; FROM_NEQ_ENVFROM(0.00)[brooks@freebsd.org,brooks@spindle.one-eyed-alien.net] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 12 Sep 2019 15:09:30 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 12, 2019 at 04:31:53PM +0200, Tobias Kortkamp wrote: > On Thu, Sep 12, 2019 at 02:18:01PM +0000, Brooks Davis wrote: > > On Thu, Sep 12, 2019 at 03:27:06PM +0200, Tobias Kortkamp wrote: > > > On Fri, Sep 06, 2019 at 11:04:44AM +0000, Brooks Davis wrote: > > > > Author: brooks > > > > Date: Fri Sep 6 11:04:44 2019 > > > > New Revision: 511300 > > > > URL: https://svnweb.freebsd.org/changeset/ports/511300 > > > >=20 > > > > Log: > > > > Assorted build improvements: > > > > =20 > > > > - Add a build conflict for commonmark-cmark-* when DOCS are enab= led. > > > > This prevents a failure later on in the build. [0] > > > > =20 > > > > - Add a new option BE_AMDGPU which can be used to enable the AMD= GPU > > > > backed used by mesa when BE_NATIVE or BE_FREEBSD is set. Enab= le this > > > > option by default to limit later surprises. [1] > > > > =20 > > > > - New option PYCLANG to add python binding for clang. [2] > > > > =20 > > > > PR: 239636 [0], 230789 [1], 239990 [2] > > > > Submitted by: chardon.frederic@gmail.com [2] > > > > Sponsored by: DARPA, AFRL > > > >=20 > > > > Modified: > > > > head/devel/llvm80/Makefile > > > > head/devel/llvm80/pkg-plist > > > >=20 > > > > [...] > > > > +.if ${PORT_OPTIONS:MPYCLANG} > > > > +PYCLANG_PATTERN=3D (clang\/(__init__|cindex|enumerations).py$) > > > > +.endif > > >=20 > > > Is the $ in PYCLANG_PATTERN significant? make ignores it and the > > > pattern might be wrong when used in build-plist. > > >=20 > > > $ make -C devel/llvm80 -V PYCLANG_PATTERN > > > (clang\/(__init__|cindex|enumerations).py) > >=20 > > It does its job today and generates the right plist... Do you have a > > specific problem to report? The patterns are necessarily a bit adhoc. >=20 > Nothing more than what I already said. It has broken a couple of > my ports tools. If it is clear that the $ does not do anything in > PYCLANG_PATTERN then everything is ok here. Ah, sorry, I misread your first message. It does look like it is harmlessly being removed and doesn't matter at this point. It should be "$$" and should be moved to the end. I'll do that at some point. -- Brooks --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJdel+oAAoJEKzQXbSebgfAN9cIAJjL66PanvLUYHSujvuFFpUg 4npWWHPRte60NS5+6rET7ehcht8WINIpEuMWXqbzfM51y6pdc6yuhSnTc82nU1a3 T3yMRLmyauuM3EtxlC4PCGrdIIIwHu7IeJR+Z8zPHdIT9z4fLFtkcP1ByacVjPd5 nljGAlG5Ic7i2VFpA+4g4NYH5ixn2FSmgqfJjvADCTSjHPuesOO49vNaStNY1FBA JusVV3mwrwtlf2e53KPf3hhzkVl8AnMoVCn2bK0a7Ijfb57A8t1TjgTPUeGwv36N z+5AvJf17yv36Vf8+FHaCsTg3Q36hrdxaeDeisTOj1muQNpeu34aBfWikg7mD9E= =Q2Lc -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2--