<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/pflogsumm, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-12T02:14:13Z</updated>
<entry>
<title>Add DESTDIR support.</title>
<updated>2008-06-12T02:14:13Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2008-06-12T02:14:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39d7fb93432416d872ed34e0025741cc93068c06'/>
<id>urn:sha1:39d7fb93432416d872ed34e0025741cc93068c06</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>Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,</title>
<updated>2005-09-28T20:52:18Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2005-09-28T20:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=497cdd7125f8abe86eec13bb709ecc6625e715f0'/>
<id>urn:sha1:497cdd7125f8abe86eec13bb709ecc6625e715f0</id>
<content type='text'>
NO_BUILD, USE_LIBTOOL.
</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>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>Add RMD160 digests.</title>
<updated>2005-02-24T12:51:41Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2005-02-24T12:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2eb256146fa3337f8d832db9d8f9f3f5f1978821'/>
<id>urn:sha1:2eb256146fa3337f8d832db9d8f9f3f5f1978821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to 1.1.0:</title>
<updated>2004-01-24T18:15:32Z</updated>
<author>
<name>kim</name>
<email>kim</email>
</author>
<published>2004-01-24T18:15:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=beead4c13705d25cb6de23bb37715d89ea8f5be6'/>
<id>urn:sha1:beead4c13705d25cb6de23bb37715d89ea8f5be6</id>
<content type='text'>
- numerous fixes to correctly parse logs from non-ancient versions of Postfix
- see http://jimsun.linxnet.com/downloads/ChangeLog-1.1.0
</content>
</entry>
<entry>
<title>Move WRKSRC definition away from the first paragraph in a Makefile.</title>
<updated>2004-01-20T12:18:15Z</updated>
<author>
<name>agc</name>
<email>agc</email>
</author>
<published>2004-01-20T12:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1e53090cc228edde244c3b79950271b8ca469b1f'/>
<id>urn:sha1:1e53090cc228edde244c3b79950271b8ca469b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.</title>
<updated>2003-03-29T12:40:00Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2003-03-29T12:40:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=95b3e3e2360a18f5efbc61ef85a063b7481be09f'/>
<id>urn:sha1:95b3e3e2360a18f5efbc61ef85a063b7481be09f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NO_PATCH is deprecated, says pkglint. Remove it.</title>
<updated>2003-03-28T21:14:10Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2003-03-28T21:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e7d4aef86bbd56fcb3633484b3c5cc5d913b2a25'/>
<id>urn:sha1:e7d4aef86bbd56fcb3633484b3c5cc5d913b2a25</id>
<content type='text'>
</content>
</entry>
</feed>
