aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba
Commit message (Collapse)AuthorAgeFilesLines
* - Add PROFILING_DESC (should be part of r323888)Alexey Dokuchaev2013-07-293-3/+54
| | | | | | | | - Unbreak the build on amd64 (and make it generally type safe) - Remove gtkmm-2.4 from LIB_DEPENDS, glademm-2.4 implies it Notes: svn path=/head/; revision=323894
* - Expand creator's name in the Makefile headerAlexey Dokuchaev2013-07-296-54/+757
| | | | | | | | | | | | | | | | - Fix the build on recent versions of FreeBSD (against Clang) - Add a patch from Gentoo to unbreak GTK+ program build - Fix potential buffer overflow (also obtained from Gentoo) - Convert to OptionsNG, utilize new option helpers - Drop WANT_GNOME and USE_GNOME, they are useless - Define LICENSE (GPLv2), remove COPYING from the docs - Make pkg-message word substitution actually work - Generally sanitize and cleanup the Makefile Reported by: pointyhat-west Notes: svn path=/head/; revision=323888
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - update png to 1.5.10Dirk Meyer2012-06-012-3/+17
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-5/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-2/+1
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209583
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Mark as broken on sparc64: internal gcc error.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206563
* - UnbreakMartin Wilke2007-10-174-4/+45
| | | | | | | | | | | - Fix build with gcc 4.2 PR: 116893 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=201610
* Mark as broken with gcc4.2. While here, remove antique compatibilty cruft.Mark Linimon2007-10-021-6/+3
| | | | Notes: svn path=/head/; revision=200597
* - Use correct argument to disable profilingRong-En Fan2007-06-221-1/+1
| | | | | | | | | PR: ports/113249 Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=194083
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+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) Notes: svn path=/head/; revision=173460
* Now builds on sparc64Kris Kennaway2006-09-171-1/+1
| | | | Notes: svn path=/head/; revision=173262
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Add support to GTK2Marcus Alves Grando2005-10-138-46/+76
| | | | | | | | PR: 87370 Submitted by: No Name <arundel@h3c.de> (maintainer) Notes: svn path=/head/; revision=145319
* BROKEN on ia64 and sparc64: Runaway cc1plus processKris Kennaway2005-07-211-0/+4
| | | | Notes: svn path=/head/; revision=139762
* Give hint to possibly necessary workaround in pkg-messageVolker Stolz2004-10-271-0/+4
| | | | | | | | PR: ports/73011 Submitted by: maintainer Notes: svn path=/head/; revision=120316
* - Fix build on 4.xPav Lucistnik2004-08-214-9/+34
| | | | | | | | | | | - Don't install debugger unless asked - Assume maintainership PR: ports/70769 Submitted by: No Name <arundel@h3c.de> Notes: svn path=/head/; revision=116945
* BROKEN on 4.x: Does not compileKris Kennaway2004-08-161-0/+4
| | | | Notes: svn path=/head/; revision=116333
* Reset maintainer:Kris Kennaway2004-08-161-1/+1
| | | | | | | | <arundel@gmx.net> (reason: 550 5.1.1 {mx057} <arundel@gmx.net>... User is unknown) Notes: svn path=/head/; revision=116331
* Update to 1.7.2Kirill Ponomarev2004-07-177-134/+12
| | | | | | | | PR: ports/69162 Submitted by: maintainer Notes: svn path=/head/; revision=113808
* Workaround broken .if (${OSVERSION}...), cf.Volker Stolz2004-05-181-1/+1
| | | | | | | | | | http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html PR: ports/66739 Submitted by: Scott Lipcon Notes: svn path=/head/; revision=109406
* - Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)Edwin Groothuis2004-05-152-2/+1
| | | | | | | | | - use install -d instead of mkdir Thanks to kris@ Notes: svn path=/head/; revision=109188
* maintainer update of emulators/vbaEdwin Groothuis2004-05-144-12/+13
| | | | | | | | | | | Update of emulators/vba to 1.7.1_2 (this time for real!) PR: ports/64612 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=109110
* maintainer update of emulators/vbaEdwin Groothuis2004-05-143-6/+7
| | | | | | | | | | | | | | Update of emulators/vba to 1.7.1_2 Also added a pkg-message to explain about the configuration file, and made sure that the default configuration file didn't get left behind when make deinstall is done. PR: ports/64612 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=109109
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-0/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=103247
* This was missed in the last commit.Mark Linimon2004-02-171-1/+1
| | | | Notes: svn path=/head/; revision=101225
* Update to version 1.7.1: update battery file more often; many bugfixes.Mark Linimon2004-02-176-40/+56
| | | | | | | | | | See ChangeLog for complete details. PR: ports/62645 Submitted by: arundel@gmx.net (maintainer) Notes: svn path=/head/; revision=101172
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 1.7Pav Lucistnik2004-01-215-67/+95
| | | | | | | | PR: ports/61599 Submitted by: No-Name <arundel@gmx.net> (maintainer) Notes: svn path=/head/; revision=98736
* - Nuke useless empty filePav Lucistnik2004-01-211-0/+0
| | | | Notes: svn path=/head/; revision=98732
* New port: VisualBoyAdvanceEdwin Groothuis2003-10-037-0/+188
VisualBoyAdvance is currently one of the best Gameboy Advance emulators out there. PR: ports/56376 Submitted by: No Name <arundel@gmx.net> Notes: svn path=/head/; revision=90118