Date: Thu, 12 Sep 2019 14:18:01 +0000 From: Brooks Davis <brooks@freebsd.org> To: Tobias Kortkamp <tobik@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: <20190912141801.GI41333@spindle.one-eyed-alien.net> In-Reply-To: <20190912132706.GA52963@urd.tobik.me> References: <201909061104.x86B4iD1058199@repo.freebsd.org> <20190912132706.GA52963@urd.tobik.me>
next in thread | previous in thread | raw e-mail | index | archive | help
--9sSKoi6Rw660DLir Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 enabled. > > 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 t= his > > 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) 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. -- Brooks --9sSKoi6Rw660DLir Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJdelOYAAoJEKzQXbSebgfACCIH/3xfqGGxBu03ZFxEkio0xM/d zEUaSnVNoLhRda8fMk3oQP16WrHgtsaqwMOd1N7rWtdPIjFrMvs+NooJjFZU2Q+7 Ccq2p88y3LPKmtFg89c+Jk4+AeSPzfgJ4ptBEfybX8zT38S7qWe/HIcSttwoQk/a qKSFwjmsrvjagDD3jALtraJrIZyObFZeqgL2F0EYyfHzwMjh4MveF0XkqrvHjeGo C+i6PScTrr/ztAFYAPN0qKJjq06+FMLunQoJCcBYgZS1W2h84Pua1Z8J+GPsKggb uJ22Bpg1w1Sc8QNcMQAHZUd4o6E+5NXor6H8nQgko5mK7Wd+8/02r2tO79sG7Do= =xse/ -----END PGP SIGNATURE----- --9sSKoi6Rw660DLir--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190912141801.GI41333>