<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/graphics/plotutils, 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-11-13T22:04:52Z</updated>
<entry>
<title>Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the</title>
<updated>2004-11-13T22:04:52Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-11-13T22:04:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=59618926e8c01c7cf101e5acd1e0c7e064c83db6'/>
<id>urn:sha1:59618926e8c01c7cf101e5acd1e0c7e064c83db6</id>
<content type='text'>
former) for applications that are known to require C++.
</content>
</entry>
<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>plotutils uses a c and c++ compiler.</title>
<updated>2004-06-15T08:06:52Z</updated>
<author>
<name>grant</name>
<email>grant</email>
</author>
<published>2004-06-15T08:06:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7c60a79cf1efb8228a77376ff4a7a84970de831f'/>
<id>urn:sha1:7c60a79cf1efb8228a77376ff4a7a84970de831f</id>
<content type='text'>
XXX these packages need to be made to use a common Makefile fragment.
</content>
</entry>
<entry>
<title>Enable pkgviews installation.  Patches provided by Joachim Kuebart on</title>
<updated>2004-05-31T16:47:47Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-05-31T16:47:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5850ad31fff47f819023d49f94a38e79d7efefa1'/>
<id>urn:sha1:5850ad31fff47f819023d49f94a38e79d7efefa1</id>
<content type='text'>
tech-pkg@.
</content>
</entry>
<entry>
<title>Unused.</title>
<updated>2004-05-03T22:27:33Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-05-03T22:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3fe4b489ea7505d883203aca222923ebed68b3d3'/>
<id>urn:sha1:3fe4b489ea7505d883203aca222923ebed68b3d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly</title>
<updated>2004-03-18T09:12:08Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-03-18T09:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=847385cb2d9851c0ea2e94e51e8cb05abfdd6dbf'/>
<id>urn:sha1:847385cb2d9851c0ea2e94e51e8cb05abfdd6dbf</id>
<content type='text'>
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for &lt;pkg&gt; correctly ensured that &lt;pkg&gt; was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
</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-21T14:46:50Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2004-02-21T14:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a148c26a46b8f1fed1a751008f995dc91e10d410'/>
<id>urn:sha1:a148c26a46b8f1fed1a751008f995dc91e10d410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove info files entries from PLIST.</title>
<updated>2004-02-18T00:22:31Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-02-18T00:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fa25d45a9ab977d1045c29339367695c7e176c4d'/>
<id>urn:sha1:fa25d45a9ab977d1045c29339367695c7e176c4d</id>
<content type='text'>
</content>
</entry>
</feed>
