<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/audio/libsidplay, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2004-10-03T00:12:51Z</updated>
<entry>
<title>Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10</title>
<updated>2004-10-03T00:12:51Z</updated>
<author>
<name>tv</name>
<email>tv</email>
</author>
<published>2004-10-03T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b5510d5a2d7f9a1406603d922ae5d8548950233c'/>
<id>urn:sha1:b5510d5a2d7f9a1406603d922ae5d8548950233c</id>
<content type='text'>
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
</content>
</entry>
<entry>
<title>Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.</title>
<updated>2004-09-22T08:09:14Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-09-22T08:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=08039266e343e3cb99feb5cbfd5fd9acf006ac97'/>
<id>urn:sha1:08039266e343e3cb99feb5cbfd5fd9acf006ac97</id>
<content type='text'>
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
</content>
</entry>
<entry>
<title>Update to 1.36.59:</title>
<updated>2004-09-07T16:45:32Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-09-07T16:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=06a8191059acfc59e9a4a31b164493769c2b4b21'/>
<id>urn:sha1:06a8191059acfc59e9a4a31b164493769c2b4b21</id>
<content type='text'>
* Fix patch for Debian GNU/Linux bug #159966 which was wrong/insecure
  (Simon White). Probably no .mus file would have triggered it, though.
* Update auto*/libtool files.
* Fix smartptr.h for GCC 3.4 (Jon Hood + Debian bug #259444).
* Merge patch for Debian GNU/Linux bug #159966 (mus_.cpp).
</content>
</entry>
<entry>
<title>Unused.</title>
<updated>2004-04-25T00:01:15Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-04-25T00:01:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0e3bb71d2a6a2189453b0e524c14446b1360cafd'/>
<id>urn:sha1:0e3bb71d2a6a2189453b0e524c14446b1360cafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorder location and setting of BUILDLINK_PACKAGES to match template</title>
<updated>2004-03-05T19:25:06Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-03-05T19:25:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=12109d5b873e13ef999184b4ace84a18e0a72358'/>
<id>urn:sha1:12109d5b873e13ef999184b4ace84a18e0a72358</id>
<content type='text'>
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
</content>
</entry>
<entry>
<title>bl3ify.</title>
<updated>2004-02-17T23:52:45Z</updated>
<author>
<name>jmmv</name>
<email>jmmv</email>
</author>
<published>2004-02-17T23:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fed660df12730a1964cdfaa8f67df54504c80dff'/>
<id>urn:sha1:fed660df12730a1964cdfaa8f67df54504c80dff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs</title>
<updated>2004-02-14T17:21:32Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-02-14T17:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c46da24c142eef5eab634a945d7e1d201115cb8b'/>
<id>urn:sha1:c46da24c142eef5eab634a945d7e1d201115cb8b</id>
<content type='text'>
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
</content>
</entry>
<entry>
<title>replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.</title>
<updated>2004-01-22T07:14:59Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-01-22T07:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8ad38ecd1c17771f2a3f5875cbd50b4efb4314a2'/>
<id>urn:sha1:8ad38ecd1c17771f2a3f5875cbd50b4efb4314a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris.</title>
<updated>2003-10-29T16:57:32Z</updated>
<author>
<name>gavan</name>
<email>gavan</email>
</author>
<published>2003-10-29T16:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3679ab219c2acb467d4962eca87ea8fc7a6b832f'/>
<id>urn:sha1:3679ab219c2acb467d4962eca87ea8fc7a6b832f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>s/netbsd.org/NetBSD.org/</title>
<updated>2003-07-17T21:21:03Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2003-07-17T21:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=11098bb7c0a27bd5d959bf673e389ae06279251b'/>
<id>urn:sha1:11098bb7c0a27bd5d959bf673e389ae06279251b</id>
<content type='text'>
</content>
</entry>
</feed>
