Date: Thu, 12 Sep 2019 16:31:53 +0200 From: Tobias Kortkamp <tobik@freebsd.org> To: Brooks Davis <brooks@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511300 - head/devel/llvm80 Message-ID: <20190912143153.GA17860@urd.tobik.me> In-Reply-To: <20190912141801.GI41333@spindle.one-eyed-alien.net> References: <201909061104.x86B4iD1058199@repo.freebsd.org> <20190912132706.GA52963@urd.tobik.me> <20190912141801.GI41333@spindle.one-eyed-alien.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 enable= d. > > > This prevents a failure later on in the build. [0] > > > =20 > > > - Add a new option BE_AMDGPU which can be used to enable the AMDGPU > > > backed used by mesa when BE_NATIVE or BE_FREEBSD is set. Enable= 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. 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. --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGTBAEBCgB9FiEElXvTEJc6ePgdQuobpPCftzzFH2EFAl16VtRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDk1 N0JEMzEwOTczQTc4RjgxRDQyRUExQkE0RjA5RkI3M0NDNTFGNjEACgkQpPCftzzF H2FVOQf/R3zrzcbTuXfRYR/mJlfg7OmuLiNk9u+4uya95t/WF43C+6x7yQNOIWk3 ycGbbt6xYrkW3dBwJjZT3+ZwevmOcqDD+5NxQiRa1E5qRDx2dewcrG7Y4JWn66/c LfO0r7QZ/IrtQLyyzLjW/M7WPlrcSgBj5oxpBloLQiBUsB3xHnp7FwGiMnib+Rod WyA4E+nNc0MNFDjsCNrXyUVivDfnVLCUU4g8nxQinP3Zo+JYcl3Tz6OtOOJvNb2s 0FxIe1KVi8lquY/DeDGYNhEuNq9o1qQxH4yCAAlFr8mCs4C25qWoVIS0q+gmmv9c 4K0+f+K++epE1aNLChrB3mr6B9/p8w== =egwe -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190912143153.GA17860>