aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/raine
Commit message (Collapse)AuthorAgeFilesLines
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+0
| | | | MAKE_ENV
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+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)
* Add graphics/svgalib to LIB_DEPENDS.flz2008-04-081-2/+3
| | | | Reported by: erwinbot
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+1
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-0/+1
| | | | | | | | | | | | | | | | 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)
* - Update to 0.43.3 [1].flz2006-06-2015-335/+20
| | | | | | - Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
* Remove USE_REINPLACE from all categories starting with Eedwin2006-05-071-1/+0
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-4/+4
| | | | | Approved by: krion@ PR: ports/88711 (related)
* - Fix dependency on allegro.flz2005-11-231-1/+1
| | | | Reported by: pointyhat via kris
* - Something weird happened.flz2005-11-181-1/+1
| | | | - Set PORTVERSION to the right value.
* - Update to 0.43.2.flz2005-11-1812-47/+201
| | | | - More patches to make it compile properly with a C89 C compiler.
* - Chase allegro updatepav2005-11-131-1/+2
|
* - Add SHA256 checksums.flz2005-11-091-0/+1
|
* Change my email address in MAINTAINER lines for ports I maintain toflz2005-03-011-1/+1
| | | | | | flz@FreeBSD.org. Approved by: pav (mentor)
* Update to 0.42.3vs2005-02-1110-30/+229
| | | | | PR: ports/76339 Submitted by: Florent Thoumie (maintainer)
* Update to version 0.40.5.linimon2004-08-283-3/+4
| | | | | PR: ports/70939 Submitted by: Florent Thoumie <flz at xbsd dot org> (maintainer)
* BROKEN= "pengo.c doesn't compile on 4.10 (see ports/69509)"edwin2004-08-161-1/+7
| | | | | | Noticed by: kris+pointyhat Reviewed by: Florent Thoumie <flz@xbsd.org> (long time ago)
* New port: emulators/raine - Arcade Emulator for M68000, M68020 and Z80 based ↵edwin2004-08-025-0/+107
hardware Arcade Emulator for M68000, M68020 and Z80 based hardware. WWW: http://www.rainemu.com/ PR: ports/69509 Submitted by: Florent Thoumie <flz@xbsd.org>