<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/mk/wrapper, branch pkgsrc-2015Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2015Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2015Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2015-04-29T14:23:23Z</updated>
<entry>
<title>Introduce _USE_CWRAPPERS logic to ensure consistency, USE_CWRAPPERS could</title>
<updated>2015-04-29T14:23:23Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2015-04-29T14:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a2de36f2cd60799556a741533985d0215f4cdaed'/>
<id>urn:sha1:a2de36f2cd60799556a741533985d0215f4cdaed</id>
<content type='text'>
differ between a package and user setting, resulting in incorrect WRAPPER_*
values being set from wrapper-defs.mk.</content>
</entry>
<entry>
<title>Move cwrappers WRAPPER_DIR and WRAPPER_BINDIR to wrapper-defs.mk, it is</title>
<updated>2015-04-28T21:15:01Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2015-04-28T21:15:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9908505e5d1163593f5f02a5e237383662dc6678'/>
<id>urn:sha1:9908505e5d1163593f5f02a5e237383662dc6678</id>
<content type='text'>
included by bsd.prefs.mk so we need to ensure consistency.</content>
</entry>
<entry>
<title>Split cwrappers from legacy wrappers.  We no longer generate the legacy</title>
<updated>2015-04-27T19:59:07Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2015-04-27T19:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=23e56c0e2820b59c46b2e1e0b28f2a5ed42e959a'/>
<id>urn:sha1:23e56c0e2820b59c46b2e1e0b28f2a5ed42e959a</id>
<content type='text'>
wrappers when USE_CWRAPPERS is enabled, saving a reasonable amount of
I/O during builds, mostly due to avoiding the transform/untransform sed
file generations.

WRAPPER_DIR and WRAPPER_BINDIR are used by various packages to override
or point to specific wrappers, and these now point to the cwrappers
directory when enabled, removing the need for CWRAPPERS_BIN_DIR
duplication and fixing packages which previously were using legacy
wrappers by accident.

A number of targets are now duplicated between bsd.wrapper.mk and
cwrappers.mk, the intention being that the legacy wrappers will be
deprecated once cwrappers is verified on all supported platforms.  If
that turns out to take longer than expected, we will probably want to
introduce a wrapper.mk to abstract them away before loading the
appropriate back-end.</content>
</entry>
<entry>
<title>Remove ECHO_WRAPPER_MSG and just use ECHO_BUILDLINK_MSG, which was set</title>
<updated>2015-04-27T19:38:03Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2015-04-27T19:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bc1f6b39fb9a6ce90ad6657a7d5e14b279d08149'/>
<id>urn:sha1:bc1f6b39fb9a6ce90ad6657a7d5e14b279d08149</id>
<content type='text'>
to the same value anyway.  Also removes a comment from 2005 which was
possibly wrong at the time it was committed, given the same construct
has been used in bsd.buildlink3.mk unchanged since 2004.</content>
</entry>
<entry>
<title>revert rev. 1.7. Although it should be correct in theory it interacts</title>
<updated>2015-04-26T07:59:58Z</updated>
<author>
<name>tnn</name>
<email>tnn@pkgsrc.org</email>
</author>
<published>2015-04-26T07:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=50b733c029ae0cb9cd3900e403aecd70f917c106'/>
<id>urn:sha1:50b733c029ae0cb9cd3900e403aecd70f917c106</id>
<content type='text'>
with the build of some packages in subtle ways, and needs more testing.</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2015-04-25T22:26:41Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2015-04-25T22:26:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9b2d59d71fa7fd4e94d566345dd18db09b49dffd'/>
<id>urn:sha1:9b2d59d71fa7fd4e94d566345dd18db09b49dffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If we have -Wl,--whole-archive -lfoo -lbar -Wl,--no-whole-archive</title>
<updated>2015-04-25T22:15:38Z</updated>
<author>
<name>tnn</name>
<email>tnn@pkgsrc.org</email>
</author>
<published>2015-04-25T22:15:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f4ce6ceaec883029a587f22e6b41f39fc2b66152'/>
<id>urn:sha1:f4ce6ceaec883029a587f22e6b41f39fc2b66152</id>
<content type='text'>
surrounding a list of static libraries, we must preserve that order so the
effect of --whole-archive is as intended by the package.
cwrappers does this correctly but classic wrappers didn't.</content>
</entry>
<entry>
<title>Remove pkg_views support, second part: infrastructure.</title>
<updated>2014-12-30T15:13:19Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2014-12-30T15:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c847f599fae4c8f3ee0a5d8469a7564bab932fc0'/>
<id>urn:sha1:c847f599fae4c8f3ee0a5d8469a7564bab932fc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separate dependency from nada-rule.</title>
<updated>2014-11-25T18:27:49Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2014-11-25T18:27:49Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4833c380089cd5bd069ea577e95b8fe5f5fdf641'/>
<id>urn:sha1:4833c380089cd5bd069ea577e95b8fe5f5fdf641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add cwrappers glue as developed during Google's Summer of Code 2007.</title>
<updated>2014-11-24T00:32:31Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2014-11-24T00:32:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c4d60ea08ceb02c9c9bb850c722116168b2317df'/>
<id>urn:sha1:c4d60ea08ceb02c9c9bb850c722116168b2317df</id>
<content type='text'>
</content>
</entry>
</feed>
