<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/emulators/generator, 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-09-22T22:24:19Z</updated>
<entry>
<title>- Fix building with recent nasm.</title>
<updated>2009-09-22T22:24:19Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2009-09-22T22:24:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=cad3fc58bdfdf1b9fe8ac3f8e48ecf28f6da0ad9'/>
<id>urn:sha1:cad3fc58bdfdf1b9fe8ac3f8e48ecf28f6da0ad9</id>
<content type='text'>
Feature safe: yes (miwi)
</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>- Remove conditional checks for FreeBSD 5.x and older</title>
<updated>2009-01-05T19:44:02Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2009-01-05T19:44:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d095d4a96566a3ab095ab2e30430ce93a154f1a7'/>
<id>urn:sha1:d095d4a96566a3ab095ab2e30430ce93a154f1a7</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>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>- 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>
<entry>
<title>- Fix building on non-i386 with GCC 4.2 (on i386 assembly code is used).</title>
<updated>2007-07-22T16:58:39Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2007-07-22T16:58:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=729706683f24479cdc09335619b6eca237052b37'/>
<id>urn:sha1:729706683f24479cdc09335619b6eca237052b37</id>
<content type='text'>
Reported by:	pav
</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>- Fix building with GCC 4.x.</title>
<updated>2007-03-22T04:02:00Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2007-03-22T04:02:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d459f32431d778ad5ee7571033560d31ee11cfab'/>
<id>urn:sha1:d459f32431d778ad5ee7571033560d31ee11cfab</id>
<content type='text'>
Reported by:	pointyhat
</content>
</entry>
<entry>
<title> - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory</title>
<updated>2006-09-20T11:21:59Z</updated>
<author>
<name>Stanislav Sedov</name>
<email>stas@FreeBSD.org</email>
</author>
<published>2006-09-20T11:21:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0d2725682b8325a08b11592d11062997bb9dc7f2'/>
<id>urn:sha1:0d2725682b8325a08b11592d11062997bb9dc7f2</id>
<content type='text'>
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
</content>
</entry>
</feed>
