<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/libpreludedb, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-10-07T19:40:41Z</updated>
<entry>
<title>Use correct relative path.</title>
<updated>2009-10-07T19:40:41Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-10-07T19:40:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21392793c810603c6138ed71cd3bc528e3042f3f'/>
<id>urn:sha1:21392793c810603c6138ed71cd3bc528e3042f3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Share distinfo file between libprelude-* and similar for</title>
<updated>2009-10-07T19:39:42Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-10-07T19:39:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c76fc12e6a38f96617762804b96489f4a33aa278'/>
<id>urn:sha1:c76fc12e6a38f96617762804b96489f4a33aa278</id>
<content type='text'>
libpreludedb-*. Shuffle stuff a bit around in the Makefile.common,
define PATCHDIR in that, don't define user-destdir support there.
</content>
</entry>
<entry>
<title>Split up the libpreludedb. Approved by agc@.</title>
<updated>2009-10-02T09:50:38Z</updated>
<author>
<name>hasso</name>
<email>hasso</email>
</author>
<published>2009-10-02T09:50:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=34945cd32acd54412845bbd79b68fec1bb8d24af'/>
<id>urn:sha1:34945cd32acd54412845bbd79b68fec1bb8d24af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 0.9.15.3. No normal upstream changelog. Pkgsrc package reworked,</title>
<updated>2009-08-24T13:50:03Z</updated>
<author>
<name>hasso</name>
<email>hasso</email>
</author>
<published>2009-08-24T13:50:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6812e4bc122b4776bb93f28ae09ce5c77cdfa8b1'/>
<id>urn:sha1:6812e4bc122b4776bb93f28ae09ce5c77cdfa8b1</id>
<content type='text'>
but it's not final yet. From Rumko via PR 41763.
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:13:25Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6283a06320806d59c6022aa307c55bafa60bc38f'/>
<id>urn:sha1:6283a06320806d59c6022aa307c55bafa60bc38f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix PLIST.</title>
<updated>2009-06-04T11:19:01Z</updated>
<author>
<name>hasso</name>
<email>hasso</email>
</author>
<published>2009-06-04T11:19:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=defad38261bbcbd1b558b39038b4b3e854f2e3f6'/>
<id>urn:sha1:defad38261bbcbd1b558b39038b4b3e854f2e3f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simply and speed up buildlink3.mk files and processing.</title>
<updated>2009-03-20T19:23:50Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-20T19:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=405c61d80251d8e80401aed2264d4bede218cb22'/>
<id>urn:sha1:405c61d80251d8e80401aed2264d4bede218cb22</id>
<content type='text'>
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
</content>
</entry>
<entry>
<title>Remove PYBINMODULE. All it did was mark some packages as not available</title>
<updated>2009-03-05T18:51:26Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-05T18:51:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=89c90a19c45e71216068c08e92f110cb6a981fde'/>
<id>urn:sha1:89c90a19c45e71216068c08e92f110cb6a981fde</id>
<content type='text'>
on some platforms that lacked shared library support in the past. The
list hasn't been maintained at all and the gain is very limited, so just
get rid of it.
</content>
</entry>
<entry>
<title>Switch to Python 2.5 as default. Bump revision of all packages that have</title>
<updated>2009-02-09T22:56:21Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-02-09T22:56:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f924822c130c51be136909680525539e680962b9'/>
<id>urn:sha1:f924822c130c51be136909680525539e680962b9</id>
<content type='text'>
changed runtime dependencies now.
</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2008-10-19T19:17:40Z</updated>
<author>
<name>he</name>
<email>he</email>
</author>
<published>2008-10-19T19:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5209d3b6614856d771465489fa3399121b800518'/>
<id>urn:sha1:5209d3b6614856d771465489fa3399121b800518</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.8.8 -&gt; 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
</content>
</entry>
</feed>
