<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/graphics/povray36/Makefile, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-11-14T12:33:33Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_8_0_0'.</title>
<updated>2009-11-14T12:33:33Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2009-11-14T12:33:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cc415305a049ca523f2a8cf674009fa77c54fee6'/>
<id>urn:sha1:cc415305a049ca523f2a8cf674009fa77c54fee6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update to jpeg7</title>
<updated>2009-07-18T11:11:29Z</updated>
<author>
<name>Dirk Meyer</name>
<email>dinoex@FreeBSD.org</email>
</author>
<published>2009-07-18T11:11:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3bbc108312c59a9d56e6bd7a9130f8572093caaf'/>
<id>urn:sha1:3bbc108312c59a9d56e6bd7a9130f8572093caaf</id>
<content type='text'>
Tested by:	pav on pointyhat
</content>
</entry>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -&gt; HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>Conversion from (now defunct) autoconf-2.61 to autoconf-2.62</title>
<updated>2008-08-20T00:57:32Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2008-08-20T00:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=771ea13f4111cf3212b9c32c18ac5fc1975d483d'/>
<id>urn:sha1:771ea13f4111cf3212b9c32c18ac5fc1975d483d</id>
<content type='text'>
Tested by:	exp build run (erwin)
</content>
</entry>
<entry>
<title>- Remove unneeded dependency from gtk12/gtk20 [1]</title>
<updated>2008-04-19T17:56:05Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-04-19T17:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3e4ed01146cfe2bdca465bd0e4d199341f62a0b6'/>
<id>urn:sha1:3e4ed01146cfe2bdca465bd0e4d199341f62a0b6</id>
<content type='text'>
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG</title>
<updated>2008-03-24T13:03:55Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-03-24T13:03:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=270a2cb06bac9deaa83a7bf518d24dd5290f1038'/>
<id>urn:sha1:270a2cb06bac9deaa83a7bf518d24dd5290f1038</id>
<content type='text'>
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
</content>
</entry>
<entry>
<title>Remove always-false/true conditions based on OSVERSION 500000</title>
<updated>2007-10-04T01:14:50Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2007-10-04T01:14:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=42b9878de05e3fd31b1537c7fb21ea8d4260e335'/>
<id>urn:sha1:42b9878de05e3fd31b1537c7fb21ea8d4260e335</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch autoconf dependencies from 2.53 or 2.59 to 2.61.</title>
<updated>2007-09-30T04:47:36Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2007-09-30T04:47:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531'/>
<id>urn:sha1:48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531</id>
<content type='text'>
PR:		ports/116639
Submitted by:	aDe
</content>
</entry>
<entry>
<title>- Welcome X.org 7.2 \o/.</title>
<updated>2007-05-19T20:36:56Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2007-05-19T20:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4f0d0048a8755106a4b0445221a19761e746984'/>
<id>urn:sha1:d4f0d0048a8755106a4b0445221a19761e746984</id>
<content type='text'>
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
</content>
</entry>
<entry>
<title>Minor cleanups</title>
<updated>2006-03-15T05:54:21Z</updated>
<author>
<name>Maho Nakata</name>
<email>maho@FreeBSD.org</email>
</author>
<published>2006-03-15T05:54:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1f6ab6b4d72e15580db8eef84072c45ae7371ee'/>
<id>urn:sha1:b1f6ab6b4d72e15580db8eef84072c45ae7371ee</id>
<content type='text'>
PR:	93831
Submitted by:	    Pedro F. Giffuni &lt;giffunip@asme.org&gt;
</content>
</entry>
</feed>
