<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkgdepgraph, branch pkgsrc_2011Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2011Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2010-03-21T16:29:38Z</updated>
<entry>
<title>Reset maintainer, developer lost his commit bit.</title>
<updated>2010-03-21T16:29:38Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2010-03-21T16:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4e824c5ae5a9a482961fcacd963e361cfd5c375d'/>
<id>urn:sha1:4e824c5ae5a9a482961fcacd963e361cfd5c375d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Honor MANINSTALL.</title>
<updated>2010-02-02T10:45:59Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-02-02T10:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=245ca230d00b594697ef41a3976a9deee55e74bd'/>
<id>urn:sha1:245ca230d00b594697ef41a3976a9deee55e74bd</id>
<content type='text'>
fixes PR#42715.
</content>
</entry>
<entry>
<title>Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.</title>
<updated>2009-04-09T00:48:06Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-04-09T00:48:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c'/>
<id>urn:sha1:d1027a4004f5c7c3099fca5ac8fd2468db8d9b7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DESTDIR support</title>
<updated>2009-02-10T00:15:20Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-02-10T00:15:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=359a79f607564927f71cce228d1f67557dc005b6'/>
<id>urn:sha1:359a79f607564927f71cce228d1f67557dc005b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of</title>
<updated>2007-01-07T09:13:46Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-01-07T09:13:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=87e1bea888d90a6044a18e46681bc456ea30305c'/>
<id>urn:sha1:87e1bea888d90a6044a18e46681bc456ea30305c</id>
<content type='text'>
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
</content>
</entry>
<entry>
<title>Get rid of USE_PERL5.  The new way to express needing the Perl executable</title>
<updated>2005-07-16T01:19:06Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-07-16T01:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6'/>
<id>urn:sha1:4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6</id>
<content type='text'>
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
</content>
</entry>
<entry>
<title>Actually use PKG_DBDIR and PKGSRCDIR values from the build process,</title>
<updated>2005-06-26T17:34:19Z</updated>
<author>
<name>atatat</name>
<email>atatat</email>
</author>
<published>2005-06-26T17:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b82f9a7404b345716316955fb7eccd2d39364d8'/>
<id>urn:sha1:4b82f9a7404b345716316955fb7eccd2d39364d8</id>
<content type='text'>
rather than just pretending to.  I know I meant this to work, but
somehow I forgot actually to make it work a long time ago.

Addresses a problem pointed out in private email.
</content>
</entry>
<entry>
<title>Create directories before installing files into them.</title>
<updated>2005-06-17T03:50:19Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2005-06-17T03:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c'/>
<id>urn:sha1:f7a31a0cbc0ecfc696537d41c2c5bf92b2bac14c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refer doc/pkgsrc.html instead of Packages.txt (HOMEPAGE variable).</title>
<updated>2005-05-07T22:24:04Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-05-07T22:24:04Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4334a766e59786b8a45e9f132270cef6df81ac25'/>
<id>urn:sha1:4334a766e59786b8a45e9f132270cef6df81ac25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,</title>
<updated>2004-10-07T02:01:37Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-10-07T02:01:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a382f811f00cc359fc6c3d7c7386417af7b05fd1'/>
<id>urn:sha1:a382f811f00cc359fc6c3d7c7386417af7b05fd1</id>
<content type='text'>
  as it's only used internally by bsd.prefs.mk.

* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
  Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
  than the old method of stripping off the last two components of
  ${.CURDIR}.  PKGSRCDIR may now be used after bsd.prefs.mk is defined.

* Change all references to _PKGSRCDIR to PKGSRCDIR.
</content>
</entry>
</feed>
