<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/pkgtools/pkgdepgraph, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-01-07T09:13:46Z</updated>
<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>
<entry>
<title>Bump date for previous.</title>
<updated>2004-07-28T11:01:18Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-07-28T11:01:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=66180c4997aac121ebb70f5a54218c4388856050'/>
<id>urn:sha1:66180c4997aac121ebb70f5a54218c4388856050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Teach pkgdepgraph now to understand the output of lintpkgsrc -g.  This</title>
<updated>2004-07-28T01:42:43Z</updated>
<author>
<name>atatat</name>
<email>atatat</email>
</author>
<published>2004-07-28T01:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=22c32647857dea297bf99e378cfcb07acfdb286e'/>
<id>urn:sha1:22c32647857dea297bf99e378cfcb07acfdb286e</id>
<content type='text'>
particular data set has the current directories under ${pkgsrc} for
all known packages, unlike the location of where the package lived
when you built it.  It may have moved, you see.  This makes it
possible for pkgdepgraph to rebuild (so to speak) packages that have
moved.

And now there are 2.7.
</content>
</entry>
<entry>
<title>regen.</title>
<updated>2004-06-06T04:09:09Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-06-06T04:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c3af97668ce88c8f98eeb8c84bd4004216a2158a'/>
<id>urn:sha1:c3af97668ce88c8f98eeb8c84bd4004216a2158a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix two xrefs, and remove trailing whitespace.</title>
<updated>2004-06-06T04:08:18Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-06-06T04:08:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d70295930d57086f7e37dae8d3b0463c30c56e6b'/>
<id>urn:sha1:d70295930d57086f7e37dae8d3b0463c30c56e6b</id>
<content type='text'>
</content>
</entry>
</feed>
