<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/emulators/advancemenu, 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-22T00:20:34Z</updated>
<entry>
<title>- Switch SourceForge ports to the new File Release System: categories starting with E,F</title>
<updated>2009-08-22T00:20:34Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:20:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c6d73b3a6420b0cc781dcaab5b01819c8831f8f5'/>
<id>urn:sha1:c6d73b3a6420b0cc781dcaab5b01819c8831f8f5</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 version 2.4.14.</title>
<updated>2008-06-03T22:36:54Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2008-06-03T22:36:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0b976999628d9b59d4c2590eac380222f8342440'/>
<id>urn:sha1:0b976999628d9b59d4c2590eac380222f8342440</id>
<content type='text'>
- Remove local patch (integrated upstream).
</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>- 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-27T17:52:49Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2007-03-27T17:52:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9e3efbd84605b3c46b0f9be0fcfb4aaf0fd4d7bc'/>
<id>urn:sha1:9e3efbd84605b3c46b0f9be0fcfb4aaf0fd4d7bc</id>
<content type='text'>
Reported by:	pointyhat
</content>
</entry>
<entry>
<title>- Fix pkg-plist (avoid creating useless empty directory).</title>
<updated>2007-03-21T18:54:07Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2007-03-21T18:54:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c19247cacd1836f68852650a9e81a5e9a9c1c592'/>
<id>urn:sha1:c19247cacd1836f68852650a9e81a5e9a9c1c592</id>
<content type='text'>
- Remove BROKEN.

Reported by:	pointyhat
</content>
</entry>
<entry>
<title>BROKEN: Incomplete pkg-plist</title>
<updated>2007-03-17T22:13:26Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-03-17T22:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aad70c7727d7c83bffc66edf082ff47d8d7b4435'/>
<id>urn:sha1:aad70c7727d7c83bffc66edf082ff47d8d7b4435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AdvanceMENU is a frontend for AdvanceMAME, MAME, MESS, RAINE and any other</title>
<updated>2007-02-25T15:14:46Z</updated>
<author>
<name>Alejandro Pulver</name>
<email>alepulver@FreeBSD.org</email>
</author>
<published>2007-02-25T15:14:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7da3a1ed1377fac767e80552b3652282ce373990'/>
<id>urn:sha1:7da3a1ed1377fac767e80552b3652282ce373990</id>
<content type='text'>
emulator.

It runs in Linux, Mac OS X, DOS, Windows and in all the other platforms
supported by the SDL library. The main features are:

* Auto update of the rom info.
* Vertical and horizontal orientation.
* Support for any TV/Arcade Monitor like AdvanceMAME but it's good also for a
  normal PC monitor.
* Static and Animated image and clip preview (PNG/PCX/ICO/MNG). Up to 192
  images at the same time!
* Sound preview. (MP3/WAV). You can select a special sound for every game
  played when the cursor move on it.
* Sound backgrounds (MP3/WAV). Play your favourite songs or radio records in
  background.
* Sound effects (MP3/WAV) for key press, program start, game start, program
  exit...
* Support for zipped images and sounds archives.
* Screensaver. A slide show of the game images.
* Selectable background and help images with translucency.

WWW: http://advancemame.sourceforge.net/
</content>
</entry>
</feed>
