<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/lang/f2c, branch pkgsrc_2009Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2009Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2009-06-25T14:22:08Z</updated>
<entry>
<title>Add the correct header entry for sparcv8.  Addresses PR pkg/33997.</title>
<updated>2009-06-25T14:22:08Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2009-06-25T14:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=ca71a3d72e44c0e484bff57e0f00db63d636c3db'/>
<id>urn:sha1:ca71a3d72e44c0e484bff57e0f00db63d636c3db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T18:03:28Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T18:03:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=870ee431b3152f330a121f8399ba6a71540929c1'/>
<id>urn:sha1:870ee431b3152f330a121f8399ba6a71540929c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simply and speed up buildlink3.mk files and processing.</title>
<updated>2009-03-20T19:23:50Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-20T19:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=405c61d80251d8e80401aed2264d4bede218cb22'/>
<id>urn:sha1:405c61d80251d8e80401aed2264d4bede218cb22</id>
<content type='text'>
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
</content>
</entry>
<entry>
<title>add handling for darwin gcc's -install_name, -compatiblity_version and</title>
<updated>2009-01-05T03:45:17Z</updated>
<author>
<name>dbj</name>
<email>dbj</email>
</author>
<published>2009-01-05T03:45:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3a446b8baecb2da6af78002ad8fde0cf0ea8dcca'/>
<id>urn:sha1:3a446b8baecb2da6af78002ad8fde0cf0ea8dcca</id>
<content type='text'>
-current_version flags.  These are added by libtool and break going through f2c
bump PKGREVISION
</content>
</entry>
<entry>
<title>When calling 'cc -c' use a stripped down version of CFLAGS that</title>
<updated>2008-04-30T21:38:15Z</updated>
<author>
<name>dmcmahill</name>
<email>dmcmahill</email>
</author>
<published>2008-04-30T21:38:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df09129bd7301d665af8dfbcef467d1d5b7d8cbd'/>
<id>urn:sha1:df09129bd7301d665af8dfbcef467d1d5b7d8cbd</id>
<content type='text'>
removes all -Wl,* entries.  Otherwise some versions of gcc will
give a warning which in turn breaks the autoconf check for fortran
libraries.  This fixes at least cad/tnt-mmtl and probably any
other package that uses the AC_F77_LIBRARY_LDFLAGS autoconf macro.

Bump rev to f2c-20001205nb10.
</content>
</entry>
<entry>
<title># Many failures - this is *very* far from safe.</title>
<updated>2007-12-16T15:47:55Z</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2007-12-16T15:47:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=cc4d43178eb7edc3a7b685eb4d99d3eb7161f88c'/>
<id>urn:sha1:cc4d43178eb7edc3a7b685eb4d99d3eb7161f88c</id>
<content type='text'>
MAKE_JOBS_SAFE=		no
</content>
</entry>
<entry>
<title>Back out previous.  Pointed out by uebayasi@ and martti@.</title>
<updated>2007-09-25T10:03:52Z</updated>
<author>
<name>hira</name>
<email>hira</email>
</author>
<published>2007-09-25T10:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b71c11c015057689732a9929fb8cec174f6ab3b9'/>
<id>urn:sha1:b71c11c015057689732a9929fb8cec174f6ab3b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DESTDIR support.</title>
<updated>2007-08-16T00:31:21Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2007-08-16T00:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0fe9b01ca5507ed4e0cfef0a9015b39c5319f22e'/>
<id>urn:sha1:0fe9b01ca5507ed4e0cfef0a9015b39c5319f22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make this package build on case-insensitive filesystems by renaming</title>
<updated>2007-06-17T21:24:41Z</updated>
<author>
<name>minskim</name>
<email>minskim</email>
</author>
<published>2007-06-17T21:24:41Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f394c968e02299423503e2822501dacb33605a9a'/>
<id>urn:sha1:f394c968e02299423503e2822501dacb33605a9a</id>
<content type='text'>
conflicting files.
</content>
</entry>
<entry>
<title>Fixed PKGMANDIR.</title>
<updated>2007-03-17T16:10:13Z</updated>
<author>
<name>rillig</name>
<email>rillig</email>
</author>
<published>2007-03-17T16:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=dce06b3a6ccae557e55c0ff16c46cb47d965cff6'/>
<id>urn:sha1:dce06b3a6ccae557e55c0ff16c46cb47d965cff6</id>
<content type='text'>
</content>
</entry>
</feed>
