<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/graphics/py-imaging, 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>add python as category</title>
<updated>2004-07-22T09:15:59Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-07-22T09:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7e0557702b6d438187125c40c0516561917b79d2'/>
<id>urn:sha1:7e0557702b6d438187125c40c0516561917b79d2</id>
<content type='text'>
ok'd a while back at pkgsrcCon by agc and wiz
</content>
</entry>
<entry>
<title>unused</title>
<updated>2004-05-23T11:58:21Z</updated>
<author>
<name>recht</name>
<email>recht</email>
</author>
<published>2004-05-23T11:58:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c61cd59364b1f7305802a2298a5f85f99ec0ddc2'/>
<id>urn:sha1:c61cd59364b1f7305802a2298a5f85f99ec0ddc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Garbage collect BUILDLINK_PKGBASE.&lt;pkg&gt; from buildlink3: it is not anymore</title>
<updated>2004-05-17T21:32:33Z</updated>
<author>
<name>seb</name>
<email>seb</email>
</author>
<published>2004-05-17T21:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ba98797d88984cce949d483c650431c118c97118'/>
<id>urn:sha1:ba98797d88984cce949d483c650431c118c97118</id>
<content type='text'>
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
</content>
</entry>
<entry>
<title>Convert to buildlink3.</title>
<updated>2004-05-02T03:55:05Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2004-05-02T03:55:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4e455c30f95f2b52e9119d4c1093b9361b2cfc9'/>
<id>urn:sha1:a4e455c30f95f2b52e9119d4c1093b9361b2cfc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a BUILDLINK_PKGBASE.&lt;pkg&gt; definition where it's not equal to &lt;pkg&gt;,</title>
<updated>2004-03-29T05:05:32Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-03-29T05:05:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8c734418aa2b3645bf33ef135a58a4eee6759c3b'/>
<id>urn:sha1:8c734418aa2b3645bf33ef135a58a4eee6759c3b</id>
<content type='text'>
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
</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>If the ${PKGBASE} of a package doesn't match the token passed to</title>
<updated>2004-03-16T18:23:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-03-16T18:23:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1d296a057596e858a13407fd7c8a2a981dac0d89'/>
<id>urn:sha1:1d296a057596e858a13407fd7c8a2a981dac0d89</id>
<content type='text'>
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.&lt;pkg&gt; explicitly so that
we can map from &lt;pkg&gt; to BUILDLINK_PKGBASE.&lt;pkg&gt;.
</content>
</entry>
<entry>
<title>Added buildlink3.mk file. Used by new databases/gramps.</title>
<updated>2004-03-12T02:06:42Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-03-12T02:06:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0aa944f891712e3b9448eea9728f5ea425bfb0cc'/>
<id>urn:sha1:0aa944f891712e3b9448eea9728f5ea425bfb0cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build libImaging.a with -fPIC, it goes into a dynamic object</title>
<updated>2004-02-26T17:43:21Z</updated>
<author>
<name>drochner</name>
<email>drochner</email>
</author>
<published>2004-02-26T17:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6822c8d2ff309b416d9837753524b33f3a62aa7b'/>
<id>urn:sha1:6822c8d2ff309b416d9837753524b33f3a62aa7b</id>
<content type='text'>
</content>
</entry>
</feed>
