aboutsummaryrefslogtreecommitdiff
path: root/emulators/mednafen
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build with GCCJose Alonso Cardenas Marquez2014-04-061-4/+7
| | | | Notes: svn path=/head/; revision=350287
* - Update to 0.9.33.2Jose Alonso Cardenas Marquez2014-04-054-34/+22
| | | | | | | | - Add PSX, VB and MD options - Remove obsolete patch file Notes: svn path=/head/; revision=350270
* From PR submitter:Rene Ladan2014-02-285-38/+93
| | | | | | | | | | | | | | | | | | - Update to 0.8.D.3 (latest stable) - Fix build on amd64 regarding zlib - Add options to select devices to emulate From myself: - Convert to option helpers - Stage support - Fix build on FreeBSD 10 PR: ports/179421 Submitted by: "Green Dog" Approved by: maintainer timeout (acm, 8 months 3 weeks) Notes: svn path=/head/; revision=346577
* Deprecate ports broken for more than 6 monthBaptiste Daroussin2014-01-271-0/+2
| | | | Notes: svn path=/head/; revision=341435
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | emulators) Notes: svn path=/head/; revision=327721
* Mark as broken, dos not build:Baptiste Daroussin2013-07-131-0/+2
| | | | | | | | | | | | | | | file.cpp: In function 'MDFNFILE* MakeMemWrap(void*, int)': file.cpp:225: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:225: error: initializing argument 1 of 'int gzread(gzFile_s*, void*, unsigned int)' file.cpp:277: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:277: error: initializing argument 1 of 'int gzclose(gzFile_s*)' file.cpp: In function 'MDFNFILE* MDFN_fopen(const char*, const char*, const char*, const char*)': file.cpp:439: error: invalid conversion from 'void*' to 'gzFile_s*' file.cpp:439: error: initializing argument 1 of 'int gzclose(gzFile_s*)' file.cpp: In function 'bool MDFN_DumpToFileReal(const char*, int, const std::vector<PtrLengthPair, std::allocator<PtrLengthPair> >&)': Notes: svn path=/head/; revision=322917
* Mark jobs unsafe and convert to USES=gmakeBaptiste Daroussin2013-07-101-1/+2
| | | | Notes: svn path=/head/; revision=322649
* Convert from USE_GETTEXT to USES= gettextBaptiste Daroussin2013-04-261-14/+9
| | | | | | | | | While here: - Trim some headers - Convert to new options framework Notes: svn path=/head/; revision=316624
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | developed in years and has been dropped from the MESA 8.0 distribution. Freeglut is a rewrite of glut and is actively developed and is used by many linux distributions instead of libglut. Bump all ports that directly depend on libglut because of the shlib version change. There are some extra items in this patch. *) Because freeglut doesn't have the same dependancies as libglut, some ports need extra dependencies added to USE_XORG to make them build. *) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped with libglut. *) Remove option for libglut/freeglut selection in games/cake, only freeglut remains now. *) While here fix a png related build issue games/vegastrike. Thanks to miwi for running the exp-run. Approved by: portmgr (miwi) Collaboration with: zeising@ Obtained from: xorg-dev staging area. Notes: svn path=/head/; revision=302037
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - 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
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-2/+2
| | | | Notes: svn path=/head/; revision=289416
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* = Drop MD5 supportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276915
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase libcdio shared library version bumpTilman Keskinoz2009-11-281-2/+2
| | | | Notes: svn path=/head/; revision=244901
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-0/+1
| | | | Notes: svn path=/head/; revision=237283
* - Update to 0.8.BJose Alonso Cardenas Marquez2009-04-273-6/+6
| | | | | | | - Update WWW Notes: svn path=/head/; revision=232880
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-1/+1
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225293
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-3/+3
| | | | | | | | | | | | | | | | | | - 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
* - chase the cdio shared lib bumpMichael Landin2008-04-081-1/+2
| | | | Notes: svn path=/head/; revision=210837
* - Update to 0.8.7Jose Alonso Cardenas Marquez2008-03-283-5/+5
| | | | Notes: svn path=/head/; revision=209985
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-221-3/+3
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209570
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* - Update to 0.8.6Jose Alonso Cardenas Marquez2007-12-232-4/+4
| | | | Notes: svn path=/head/; revision=204378
* - Update to 0.8.1Jose Alonso Cardenas Marquez2007-08-183-8/+7
| | | | | | | - Remove BROKEN Notes: svn path=/head/; revision=197859
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* BROKEN: Configure failsKris Kennaway2007-05-251-0/+2
| | | | Notes: svn path=/head/; revision=191687
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix typoJose Alonso Cardenas Marquez2007-03-191-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=187722
* - Respect LOCALBASE and X11BASEJose Alonso Cardenas Marquez2007-03-151-1/+3
| | | | | | | Reported by: flz Notes: svn path=/head/; revision=187441
* - Update to 0.7.2Jose Alonso Cardenas Marquez2007-02-122-4/+4
| | | | Notes: svn path=/head/; revision=185022
* - Update to 0.7.1Jose Alonso Cardenas Marquez2006-12-283-5/+8
| | | | Notes: svn path=/head/; revision=180892
* - Update to 0.7.0Jose Alonso Cardenas Marquez2006-12-252-6/+5
| | | | | | | - Change MASTER_SITES to SF Notes: svn path=/head/; revision=180745
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-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) Notes: svn path=/head/; revision=173460
* - Add USE_GLJose Alonso Cardenas Marquez2006-09-121-0/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=172871
* - Update to 0.6.5Jose Alonso Cardenas Marquez2006-09-123-31/+6
| | | | | | | | | | - Modify MASTER_SITES - Remove obsolete patch file Approved by: garga (mentor,implicit) Notes: svn path=/head/; revision=172867
* - Update to 0.6.4Jose Alonso Cardenas Marquez2006-08-243-4/+29
| | | | | | | | | - Can to see the changes at http://mednafen.com/releases/ChangeLog Approved by: garga (mentor) Notes: svn path=/head/; revision=171345
* - Update to 0.6.3Jose Alonso Cardenas Marquez2006-08-152-5/+4
| | | | | | | | | - Remove USE_X_PREFIX Approved by: garga (mentor) Notes: svn path=/head/; revision=170690
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=168518
* - Update to 0.6.2Rong-En Fan2006-07-122-4/+8
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=167583
* Mark BROKEN on sparc64 due to internal compiler error. I don't know if thisMark Linimon2006-07-041-0/+4
| | | | | | | has been reported to the gcc developers yet. Notes: svn path=/head/; revision=166882
* Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-drivenPav Lucistnik2006-06-115-0/+86
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> Notes: svn path=/head/; revision=165093