<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/sysutils/libol, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-08-17T10:03:22Z</updated>
<entry>
<title>Remove the utils subdir from the build as this only contains the make_class</title>
<updated>2008-08-17T10:03:22Z</updated>
<author>
<name>adrianp</name>
<email>adrianp@pkgsrc.org</email>
</author>
<published>2008-08-17T10:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6d1c2299048673316def73f435653ee601db7729'/>
<id>urn:sha1:6d1c2299048673316def73f435653ee601db7729</id>
<content type='text'>
script which, according to the author, is not needed if you don't modify
sources.  This means we can drop the DEPENDS on scsh which will fix
PR #39346.
PKGREVISION++</content>
</entry>
<entry>
<title>Update HOMEPAGES and MASTER_SITES; from Sergey Svishchev.</title>
<updated>2007-12-02T13:04:06Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-12-02T13:04:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a5b10ea9330e28a45faede9aee8b323e6cc645b'/>
<id>urn:sha1:8a5b10ea9330e28a45faede9aee8b323e6cc645b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace cleanup, courtesy of pkglint.</title>
<updated>2007-02-22T19:26:05Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2007-02-22T19:26:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=601583c3207bd23bb05d0761888aefcb5699e1c2'/>
<id>urn:sha1:601583c3207bd23bb05d0761888aefcb5699e1c2</id>
<content type='text'>
Patch provided by Sergey Svishchev in private mail.</content>
</entry>
<entry>
<title>Needs shells/scsh for a binary.</title>
<updated>2006-10-14T02:01:33Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2006-10-14T02:01:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=92b342beee78cb37a669fee4d5c755298d8190f4'/>
<id>urn:sha1:92b342beee78cb37a669fee4d5c755298d8190f4</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@pkgsrc.org</email>
</author>
<published>2006-07-08T23:10:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c16221a4db5db247e9ecea04d817821955982042'/>
<id>urn:sha1:c16221a4db5db247e9ecea04d817821955982042</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@pkgsrc.org</email>
</author>
<published>2006-07-08T22:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9430e4930752307717c0058ee21f02a3ea56b0ad'/>
<id>urn:sha1:9430e4930752307717c0058ee21f02a3ea56b0ad</id>
<content type='text'>
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.</content>
</entry>
<entry>
<title>Update to 0.3.18</title>
<updated>2006-04-27T19:55:44Z</updated>
<author>
<name>adrianp</name>
<email>adrianp@pkgsrc.org</email>
</author>
<published>2006-04-27T19:55:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3e0b03e99381167fb5e4e8216e8f536ee5e51eb3'/>
<id>urn:sha1:3e0b03e99381167fb5e4e8216e8f536ee5e51eb3</id>
<content type='text'>
&gt; 2006-03-27  Balazs Scheidler  &lt;bazsi (at) bzorp.balabit&gt;
&gt;
&gt; 	* configure.in: bumped to 0.3.18
&gt;
&gt; 2006-03-13  Balazs Scheidler  &lt;bazsi (at) bzorp.balabit&gt;
&gt;
&gt; 	* src/io.c: removed fd counting loop, cache maximum number of fds
&gt; 	and allocate the fds array dynamically
&gt;
&gt; 2006-01-23  Balazs Scheidler  &lt;bazsi (at) bzorp.balabit&gt;
&gt;
&gt; 	* src/io.c (do_write): added support for platforms without an
&gt; 	MSG_DONTWAIT flag</content>
</entry>
<entry>
<title>Aligned the last line of the buildlink3.mk files with the first line, so</title>
<updated>2006-04-12T10:26:59Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2006-04-12T10:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=96fc47c14f1c212bb44b3fea33a48ff9851c6bdd'/>
<id>urn:sha1:96fc47c14f1c212bb44b3fea33a48ff9851c6bdd</id>
<content type='text'>
that they look nicer.</content>
</entry>
<entry>
<title>Over 1200 files touched but no revisions bumped :)</title>
<updated>2006-04-06T06:21:32Z</updated>
<author>
<name>reed</name>
<email>reed@pkgsrc.org</email>
</author>
<published>2006-04-06T06:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5abef9be142e900cceace758044a1b2ee493daf3'/>
<id>urn:sha1:5abef9be142e900cceace758044a1b2ee493daf3</id>
<content type='text'>
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).</content>
</entry>
<entry>
<title>Update to 0.3.17</title>
<updated>2006-02-06T18:31:23Z</updated>
<author>
<name>adrianp</name>
<email>adrianp@pkgsrc.org</email>
</author>
<published>2006-02-06T18:31:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=adefa15059f8c1cbcd511cec377ab0348736e3e2'/>
<id>urn:sha1:adefa15059f8c1cbcd511cec377ab0348736e3e2</id>
<content type='text'>
&gt; 2005-11-23  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped version number to 0.3.17
&gt;
&gt;         * src/io.c (do_write): added workaround for broken destination
&gt;         sockets
&gt;
&gt;         * src/pkt_buffer.c (do_flush_stream): make sure data is not lost
&gt;         if A_WRITE returns failure by pushing it back to the buffer
&gt;
&gt; 2005-05-03  Balazs Scheidler  &lt;bazsi@bzorp.balabit&gt;
&gt;
&gt;         * configure.in: bumped version number to 0.3.16
&gt;
&gt;         * src/io.c (io_iter): fixed possible nonblocking_fd leaks as
&gt;         unlinking an fd might have dropped some valid structures
&gt;
&gt;         * src/werror.c: fixed werror_hexdump and related functions,
&gt;         still #if 0ed but useful for tracking down gc related problems</content>
</entry>
</feed>
