<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/qca, 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-08-26T19:56:37Z</updated>
<entry>
<title>bump revision because of graphics/jpeg update</title>
<updated>2009-08-26T19:56:37Z</updated>
<author>
<name>sno</name>
<email>sno</email>
</author>
<published>2009-08-26T19:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a9aaf01cb902e86105e5370515c66594e3ad1d97'/>
<id>urn:sha1:a9aaf01cb902e86105e5370515c66594e3ad1d97</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>Change MASTER_SITES to locatoin for old archive,</title>
<updated>2008-01-05T05:25:21Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-01-05T05:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4b0306242363823207c25ecca10b91d2dd31c108'/>
<id>urn:sha1:4b0306242363823207c25ecca10b91d2dd31c108</id>
<content type='text'>
noticed by Zafer Aydogan in private mail.
</content>
</entry>
<entry>
<title>move back to version 1.0 for security/qca and re-add security/qca-tls</title>
<updated>2007-12-20T20:37:21Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2007-12-20T20:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a289b8aded2074abdf86a7d308487fc0f34b670b'/>
<id>urn:sha1:a289b8aded2074abdf86a7d308487fc0f34b670b</id>
<content type='text'>
(for qca 1.x), so that kdenetwork3 works again

XXX these should be renamed to qca1* after current freeze
</content>
</entry>
<entry>
<title>Update qca to version 2.0.0 (needed for update of chat/psi). Change list</title>
<updated>2007-12-19T13:01:36Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2007-12-19T13:01:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b8f0d53e3c4881a3bc3aab3202e7bb89dd8837db'/>
<id>urn:sha1:b8f0d53e3c4881a3bc3aab3202e7bb89dd8837db</id>
<content type='text'>
is not available, but the project now depends on QT 4.2 and was incorporated
into KDE4 too
</content>
</entry>
<entry>
<title>Remove trailing spaces.</title>
<updated>2007-10-09T19:19:08Z</updated>
<author>
<name>martti</name>
<email>martti</email>
</author>
<published>2007-10-09T19:19:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287'/>
<id>urn:sha1:1f3e0ab0bcafd67927ec5477c01ae15f8c9c3287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the format of BUILDLINK_ORDER to contain depth information as well,</title>
<updated>2006-07-08T23:10:35Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-08T23:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b96729a13e6502c6d9d1c2912a698e23f57d3965'/>
<id>urn:sha1:b96729a13e6502c6d9d1c2912a698e23f57d3965</id>
<content type='text'>
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
</content>
</entry>
<entry>
<title>Track information in a new variable BUILDLINK_ORDER that informs us</title>
<updated>2006-07-08T22:38:58Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2006-07-08T22:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e7d67f4b1fea88b6cff1f00142907eca4188add'/>
<id>urn:sha1:6e7d67f4b1fea88b6cff1f00142907eca4188add</id>
<content type='text'>
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
</content>
</entry>
<entry>
<title>Add</title>
<updated>2006-05-11T11:19:44Z</updated>
<author>
<name>smb</name>
<email>smb</email>
</author>
<published>2006-05-11T11:19:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4a4c1bccc0054949c7836902b646eb6a56d696fc'/>
<id>urn:sha1:4a4c1bccc0054949c7836902b646eb6a56d696fc</id>
<content type='text'>
	USE_LANGUAGES=        c++

lines.
</content>
</entry>
<entry>
<title>Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.</title>
<updated>2006-04-17T13:45:57Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2006-04-17T13:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de7a4953f550141a37777c5d90d7e8ee7cb8a648'/>
<id>urn:sha1:de7a4953f550141a37777c5d90d7e8ee7cb8a648</id>
<content type='text'>
</content>
</entry>
</feed>
