<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/graphics/OpenRM, 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-12-03T15:14:50Z</updated>
<entry>
<title>Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.</title>
<updated>2004-12-03T15:14:50Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-12-03T15:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=998b0c7156c398a485c9894ae57403d161b66dca'/>
<id>urn:sha1:998b0c7156c398a485c9894ae57403d161b66dca</id>
<content type='text'>
Suggested by Roland Illig, ok'd by various.
</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>Update OpenRM to 1.5.2</title>
<updated>2004-04-19T05:54:45Z</updated>
<author>
<name>garbled</name>
<email>garbled</email>
</author>
<published>2004-04-19T05:54:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=37b0f051f347fec95dfae011ac2a3d4909b1efa2'/>
<id>urn:sha1:37b0f051f347fec95dfae011ac2a3d4909b1efa2</id>
<content type='text'>
#  New indexed primitive types: quads, quad-strips, tris, tri-strips,
along with a new RMdemo program that exercises these new primitives.
# New primitive type: quad-strips.
# Expanded set of supported platforms: 64-bit Linux, MacOSX (it really
works this time)
# Dramatically improved "tfly" demo program produces stunning visuals
(see images below).
# Overhauled configure script for enhanced multi-architecture support in
the RMdemo distribution.
# New Gordo demonstration program "lightModes" that lets you explore
OpenRM's light source parameters and lighting environment attributes.
</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>Simplify last commit by just passing LDFLAGS to the compiler when linking</title>
<updated>2004-02-10T23:58:36Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2004-02-10T23:58:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c9faef2b498517243e1397304d325105844442fc'/>
<id>urn:sha1:c9faef2b498517243e1397304d325105844442fc</id>
<content type='text'>
the shared library.  This automatically puts the LDFLAGS for any
dependencies, including the gcc3-* packages, into the link command.
</content>
</entry>
<entry>
<title>Add a patch to make this link properly with libGL</title>
<updated>2004-02-10T21:54:32Z</updated>
<author>
<name>garbled</name>
<email>garbled</email>
</author>
<published>2004-02-10T21:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=705029d2b2171137a33dbf1e6ea5de4feecac05b'/>
<id>urn:sha1:705029d2b2171137a33dbf1e6ea5de4feecac05b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt for PKGNAME change.</title>
<updated>2004-02-10T10:07:24Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-02-10T10:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=897347fec8873556d2a51b56835024479d66260f'/>
<id>urn:sha1:897347fec8873556d2a51b56835024479d66260f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort lines (pkglint).</title>
<updated>2004-02-10T10:07:06Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2004-02-10T10:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e415bd199a38511af9d901c6ae7587404efd948a'/>
<id>urn:sha1:e415bd199a38511af9d901c6ae7587404efd948a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the PKGNAME to OpenRM.  Having the dirname, the pkgname, and the entry</title>
<updated>2004-02-10T09:10:14Z</updated>
<author>
<name>garbled</name>
<email>garbled</email>
</author>
<published>2004-02-10T09:10:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=6e9d1186e823c004d3a9f4f0e36a1b64d565ace1'/>
<id>urn:sha1:6e9d1186e823c004d3a9f4f0e36a1b64d565ace1</id>
<content type='text'>
in CHANGES all be different was stupid on my part.
</content>
</entry>
</feed>
