<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/games/wormux-devel, 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-08-02T08:35:34Z</updated>
<entry>
<title>Updated sdl_gfx to 2.0.19</title>
<updated>2009-08-02T08:35:34Z</updated>
<author>
<name>Marcus von Appen</name>
<email>mva@FreeBSD.org</email>
</author>
<published>2009-08-02T08:35:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b8b8468d92e7a5613ad0504b149a47aa7ebf1faa'/>
<id>urn:sha1:b8b8468d92e7a5613ad0504b149a47aa7ebf1faa</id>
<content type='text'>
Bumped PORTREVISION on dependent ports.

Approved by:	miwi (mentor)
</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 20090228</title>
<updated>2009-02-28T22:57:16Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-02-28T22:57:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5a3e86e39a3a5731ea94688fd1f2f6280a5eeaf2'/>
<id>urn:sha1:5a3e86e39a3a5731ea94688fd1f2f6280a5eeaf2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump the version of the curl shared library after the ftp/curl update</title>
<updated>2009-01-23T15:43:14Z</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2009-01-23T15:43:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c189a6b2da9cbee7ff927b553a75d1280f12253e'/>
<id>urn:sha1:c189a6b2da9cbee7ff927b553a75d1280f12253e</id>
<content type='text'>
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
</content>
</entry>
<entry>
<title>- Update to 20081225</title>
<updated>2008-12-25T10:56:17Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-12-25T10:56:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4b4c343d134afa80be7ecea371d6826ca64e6f9'/>
<id>urn:sha1:d4b4c343d134afa80be7ecea371d6826ca64e6f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 20080927</title>
<updated>2008-09-27T18:45:21Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-09-27T18:45:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=62aa6e752e149574eec33b3093b32737a6c17c93'/>
<id>urn:sha1:62aa6e752e149574eec33b3093b32737a6c17c93</id>
<content type='text'>
</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>- Update to 20080628</title>
<updated>2008-07-01T00:54:30Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-07-01T00:54:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fca7fb852aae7c539ba0b92e5f756ecb8cd2a764'/>
<id>urn:sha1:fca7fb852aae7c539ba0b92e5f756ecb8cd2a764</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump portrevision due to upgrade of devel/gettext.</title>
<updated>2008-06-06T14:17:21Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2008-06-06T14:17:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=090059a2104b9f20d6996143c0d726aaf861788d'/>
<id>urn:sha1:090059a2104b9f20d6996143c0d726aaf861788d</id>
<content type='text'>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
</content>
</entry>
<entry>
<title>- Update to 20080314</title>
<updated>2008-03-15T08:54:13Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-03-15T08:54:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8ea524b7b7e19c6048e87cc90203ae984506183d'/>
<id>urn:sha1:8ea524b7b7e19c6048e87cc90203ae984506183d</id>
<content type='text'>
</content>
</entry>
</feed>
