<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/mk/tools/tools.UnixWare.mk, 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>2014-03-06T07:34:20Z</updated>
<entry>
<title>Provide uniq(1) as a TOOLS.</title>
<updated>2014-03-06T07:34:20Z</updated>
<author>
<name>uebayasi</name>
<email>uebayasi@pkgsrc.org</email>
</author>
<published>2014-03-06T07:34:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=42abec20b44cace27e71f08f135f2c61b14aeeab'/>
<id>urn:sha1:42abec20b44cace27e71f08f135f2c61b14aeeab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop tools/bootstrap.mk. It was mostly reundant as the bootstrap</title>
<updated>2009-02-05T19:03:29Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2009-02-05T19:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7b786c8fbdee2b8b8d28dc6143258c38a434ef98'/>
<id>urn:sha1:7b786c8fbdee2b8b8d28dc6143258c38a434ef98</id>
<content type='text'>
components are correctly registered as dependencies. Move the remaining
two exceptions into the corresponding platform files.

XXX Both the strip and mkdir-sh are currently not registered</content>
</entry>
<entry>
<title>Teach the tools framework about csh, and replace with tcsh if necessary.</title>
<updated>2005-06-24T20:59:59Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-06-24T20:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=73e8531006eaec3622cbe1171f8db98f059f1215'/>
<id>urn:sha1:73e8531006eaec3622cbe1171f8db98f059f1215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Note locations for native diff tools.</title>
<updated>2005-06-23T20:45:34Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-06-23T20:45:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df8c47b2f25e46a438bcf63e46e57de341c4ce8c'/>
<id>urn:sha1:df8c47b2f25e46a438bcf63e46e57de341c4ce8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach the tools framework about nroff.</title>
<updated>2005-05-26T21:46:13Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-26T21:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72f616458100232aad7aada66364d53efebb00d1'/>
<id>urn:sha1:72f616458100232aad7aada66364d53efebb00d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split out ldconfig handling from the USE_TOOLS processing in replace.mk.</title>
<updated>2005-05-10T20:14:27Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-10T20:14:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fb1593ba8b8462ec9435ac25d256bf3c310a1f46'/>
<id>urn:sha1:fb1593ba8b8462ec9435ac25d256bf3c310a1f46</id>
<content type='text'>
This makes more sense since there is never going to be a pkgsrc
replacement for ldconfig.  We now always create an ldconfig tool in
${TOOLS_DIR} that either calls the system-supplied one if it exists,
or is a no-op.</content>
</entry>
<entry>
<title>Remove conditional expression from tools.*.mk files.  Strip handling has</title>
<updated>2005-05-10T19:56:51Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-10T19:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ef1665c54fda9fd94ea460903a4a8c9ba4b3e90a'/>
<id>urn:sha1:ef1665c54fda9fd94ea460903a4a8c9ba4b3e90a</id>
<content type='text'>
moved to its own file, and we only need to define TOOLS_PLATFORM.strip
if it actually exists on the system.</content>
</entry>
<entry>
<title>Teach the new tools framework about ${STRIP}, which is used in some</title>
<updated>2005-05-04T06:42:43Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-04T06:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=91092c57895d2b87d14d5f6701952bdd03c18a73'/>
<id>urn:sha1:91092c57895d2b87d14d5f6701952bdd03c18a73</id>
<content type='text'>
packages to strip installed executables.  If INSTALL_UNSTRIPPED ==
"yes", then we create a "strip" wrapper in ${TOOLS_DIR} that just
calls ${TRUE} by considering ${TRUE} the system-supplied strip command.</content>
</entry>
<entry>
<title>Teach the new tools framework about INSTALL and set the appropriate</title>
<updated>2005-05-03T20:41:53Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-03T20:41:53Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3f770348b7be434393d4a294a7727d99bd363676'/>
<id>urn:sha1:3f770348b7be434393d4a294a7727d99bd363676</id>
<content type='text'>
default value for each platform.  Currently, the replacement tools
comes from sysutils/coreutils, but where there is no native BSD install
program, bootstrap-pkgsrc should probably be made to provide an install
shell script as an alternative, and mk/tools/bootstrap.mk should be
amended accordingly.

Also remove one use of ${TYPE} in pkgsrc (bsd.pkg.mk) under the new tools
framework.</content>
</entry>
<entry>
<title>Teach the new tools framework about MAIL_CMD.  We use mail/nail as a</title>
<updated>2005-05-03T16:30:34Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2005-05-03T16:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8861b6ba02b5ead3f4e533a5a5b5abdb9924daee'/>
<id>urn:sha1:8861b6ba02b5ead3f4e533a5a5b5abdb9924daee</id>
<content type='text'>
"mail" replacement in case TOOLS_PLATFORM.mail is empty.</content>
</entry>
</feed>
