<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/Mk/Wrappers, branch 2021Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2021-04-06T14:27:10Z</updated>
<entry>
<title>framework: Remove $FreeBSD$</title>
<updated>2021-04-06T14:27:10Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2021-04-06T11:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5d33e045968104ac678d8b4b4ec1e8956bbf68e0'/>
<id>urn:sha1:5d33e045968104ac678d8b4b4ec1e8956bbf68e0</id>
<content type='text'>
Where appropriate fiddle with a few other things.
</content>
</entry>
<entry>
<title>Remove the -L argument that crept in by accident</title>
<updated>2020-03-10T14:22:50Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2020-03-10T14:22:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2e173a6661f1f8cef4310dcb4ef4f25ff4785a91'/>
<id>urn:sha1:2e173a6661f1f8cef4310dcb4ef4f25ff4785a91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create a bison wrapper on top of base byacc</title>
<updated>2020-03-10T14:20:25Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2020-03-10T14:20:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4a835155fd72fec1fa9937ebd3a5d667b66e052d'/>
<id>urn:sha1:4a835155fd72fec1fa9937ebd3a5d667b66e052d</id>
<content type='text'>
The wrapper deals with various simple incompatibilities between byacc and bison:
* first deals with --version which might often be called
* --verbose and -v are ignored
* normally yacc is called like this: yacc [options] input, but with GNU programs like bison
the input can be mixed in the middle of the arguments, unmangle that

Add a new 'wrapper' argument to USES=bison use the wrapper

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D24017
</content>
</entry>
<entry>
<title>BINARY_WRAPPERS allow to push in front of the PATH wrappers for binaries.</title>
<updated>2019-10-01T14:33:24Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2019-10-01T14:33:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f6fd84cfb5b90b0c0d1c956223fab8938d36660f'/>
<id>urn:sha1:f6fd84cfb5b90b0c0d1c956223fab8938d36660f</id>
<content type='text'>
This is useful when 2 tools do provide the same feature, but the configure
scripts do test for some variables which are not in one of the tool.

For example m4 in base is mostly compatible with GNU m4 when called with the -g
arguement. This wrapper allows to use it with build systems that do check for it
calling --version and expecting GNU in the arguments.

Reviewed by:	mat (final discussions on irc)
Differential Revision:	https://reviews.freebsd.org/D21835
</content>
</entry>
</feed>
