Commit graph

28 commits

Author SHA1 Message Date
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 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 -> 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)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 17:56:05 +00:00
Michael Landin
41634af4b8 - chase the cdio shared lib bump 2008-04-08 09:38:57 +00:00
Jose Alonso Cardenas Marquez
0e9f8dfa68 - Update to 0.8.7 2008-03-28 01:46:21 +00:00
Martin Wilke
2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Jose Alonso Cardenas Marquez
8f69c29188 - Update to 0.8.6 2007-12-23 02:48:34 +00:00
Jose Alonso Cardenas Marquez
6682fdcefa - Update to 0.8.1
- Remove BROKEN
2007-08-18 03:14:44 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Kris Kennaway
839cbcd888 BROKEN: Configure fails 2007-05-25 01:14:52 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Jose Alonso Cardenas Marquez
c901747dc7 - Fix typo
Reported by:	kris
2007-03-19 15:49:05 +00:00
Jose Alonso Cardenas Marquez
f5c1b2f02b - Respect LOCALBASE and X11BASE
Reported by:	flz
2007-03-15 15:53:34 +00:00
Jose Alonso Cardenas Marquez
bcf73bde53 - Update to 0.7.2 2007-02-12 17:31:36 +00:00
Jose Alonso Cardenas Marquez
3dcfcc678f - Update to 0.7.1 2006-12-28 01:09:37 +00:00
Jose Alonso Cardenas Marquez
f3410e2966 - Update to 0.7.0
- Change MASTER_SITES to SF
2006-12-25 20:20:00 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
2006-09-20 11:21:59 +00:00
Jose Alonso Cardenas Marquez
ee587272e0 - Add USE_GL
Approved by:	garga (mentor, implicit)
2006-09-12 17:33:51 +00:00
Jose Alonso Cardenas Marquez
45d55f86ac - Update to 0.6.5
- Modify MASTER_SITES
- Remove obsolete patch file

Approved by:	garga (mentor,implicit)
2006-09-12 16:43:23 +00:00
Jose Alonso Cardenas Marquez
091e3e7c5c - Update to 0.6.4
- Can to see the changes at http://mednafen.com/releases/ChangeLog

Approved by:	garga (mentor)
2006-08-24 22:44:42 +00:00
Jose Alonso Cardenas Marquez
94b7364609 - Update to 0.6.3
- Remove USE_X_PREFIX

Approved by:	garga (mentor)
2006-08-15 09:59:47 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Rong-En Fan
09c66bafde - Update to 0.6.2
- Mark as IGNORE on 5.3 and before, which lacks round(3)

PR:		ports/100102
Submitted by:	Simon Olofsson <simon olofsson.de>
Approved by:	maintainer
2006-07-12 15:23:04 +00:00
Mark Linimon
6072e5265c Mark BROKEN on sparc64 due to internal compiler error. I don't know if this
has been reported to the gcc developers yet.
2006-07-04 00:48:40 +00:00
Pav Lucistnik
b1182b7176 Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-driven
multi-system emulator with many advanced features. The Atari Lynx, GameBoy,
GameBoy Color, GameBoy Advance, NES, PC Engine(TurboGrafx 16), and SuperGrafx
are emulated. Mednafen has the ability to remap hotkey functions and virtual
system inputs to a keyboard, a joystick, or both simultaneously. Save states
are supported, as is real-time game rewinding. Screen snapshots may be taken at
the press of a button, and are saved in the popular PNG file format.

Mednafen is distributed under the terms of the GNU GPL.

Due to the threaded model of emulation used in Mednafen, and limitations of SDL
a joystick is preferred over a keyboard to play games, as the joystick will have
slightly less latency, although the latency differences may not be perceptible
to most people.

WWW:	http://mednafen.com/

PR:		ports/94006
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-06-11 10:55:20 +00:00