<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/games/redeclipse, 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>- Switch SourceForge ports to the new File Release System: categories starting with G</title>
<updated>2009-08-22T00:23:13Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:23:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6b5fb87219ee4fff450c5a6daf74accfe83318ae'/>
<id>urn:sha1:6b5fb87219ee4fff450c5a6daf74accfe83318ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated</title>
<updated>2009-07-31T13:57:52Z</updated>
<author>
<name>Dirk Meyer</name>
<email>dinoex@FreeBSD.org</email>
</author>
<published>2009-07-31T13:57:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=eca78ec61b7c6c87d59106128bee6ac57b1bdbb5'/>
<id>urn:sha1:eca78ec61b7c6c87d59106128bee6ac57b1bdbb5</id>
<content type='text'>
Requested by:	edwin
</content>
</entry>
<entry>
<title>- Update to 20090504</title>
<updated>2009-05-09T12:19:58Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-05-09T12:19:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5ec69d38f81adbc26e02d767e5781dbeff48cbff'/>
<id>urn:sha1:5ec69d38f81adbc26e02d767e5781dbeff48cbff</id>
<content type='text'>
PR:		134382
Submitted by:	myself
Approved by:	acm (maintainer, private email)
</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>- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV</title>
<updated>2008-07-25T12:24:09Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2008-07-25T12:24:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fa38ed02cc7ff1a59528f13db1b7dedc130b2def'/>
<id>urn:sha1:fa38ed02cc7ff1a59528f13db1b7dedc130b2def</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Commit forgotten patch</title>
<updated>2008-06-29T20:34:11Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2008-06-29T20:34:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=72ed5c97c3eaf731a98dee189346b9b5d373b178'/>
<id>urn:sha1:72ed5c97c3eaf731a98dee189346b9b5d373b178</id>
<content type='text'>
Reported by:	itetcu (QA Tindy)
Approved by:	miwi (mentor)
</content>
</entry>
<entry>
<title>- Update to 20080617</title>
<updated>2008-06-29T17:46:39Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2008-06-29T17:46:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7c9f78c910df115d23c571872e8d1fa93d65ca60'/>
<id>urn:sha1:7c9f78c910df115d23c571872e8d1fa93d65ca60</id>
<content type='text'>
- Simplify do-install target (install all data, instead of picking specific extensions - no actual need for that)
- Fix plist for WITHOUT_CLIENT and WITHOUT_DEDICATED cases

PR:		ports/124959
Approved by:	acm (maintainer; via irc), miwi (mentor)
</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>- Chase devel/sdl12 shlib version bump</title>
<updated>2008-03-13T14:28:35Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-03-13T14:28:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2d73db35333e6fc7a451669d2944eb5d5e73dc3a'/>
<id>urn:sha1:2d73db35333e6fc7a451669d2944eb5d5e73dc3a</id>
<content type='text'>
</content>
</entry>
</feed>
