aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/mednafen
Commit message (Collapse)AuthorAgeFilesLines
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Fix build with NLS option disabledjhale2014-10-022-2/+11
| | | | | | | | | - Drop @dirrm PR: 193356 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Patched by: myself Approved by: acm (maintainer timeout, 3 weeks)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Chase library dependencies after libcdio <-> libcdio-paranoia splitarved2014-08-091-1/+1
| | | | PR: 192271
* - Fix plistamdmi32014-08-071-0/+2
| | | | Approved by: portmgr blanket
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* - Convert net/sdl_net to USES=libtool and bump dependent portstijl2014-07-101-0/+1
| | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port)
* - Fix build with GCCacm2014-04-061-4/+7
|
* - Update to 0.9.33.2acm2014-04-064-34/+22
| | | | | - Add PSX, VB and MD options - Remove obsolete patch file
* From PR submitter:rene2014-03-015-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)
* Deprecate ports broken for more than 6 monthbapt2014-01-281-0/+2
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | emulators)
* Mark as broken, dos not build:bapt2013-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> >&)':
* Mark jobs unsafe and convert to USES=gmakebapt2013-07-101-1/+2
|
* Convert from USE_GETTEXT to USES= gettextbapt2013-04-271-14/+9
| | | | | | While here: - Trim some headers - Convert to new options framework
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-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.
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - Update devel/sdl12 to 1.2.15mva2012-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
* Chase libcdio shlib bumparved2012-01-191-2/+2
|
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* = Drop MD5 supportmiwi2011-07-031-1/+0
|
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Chase libcdio shared library version bumparved2009-11-281-2/+2
|
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with E,F
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-0/+1
|
* - Update to 0.8.Bacm2009-04-283-6/+6
| | | | - Update WWW
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-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).
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - chase the cdio shared lib bumpmich2008-04-081-1/+2
|
* - Update to 0.8.7acm2008-03-283-5/+5
|
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-3/+3
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* - Update to 0.8.6acm2007-12-232-4/+4
|
* - Update to 0.8.1acm2007-08-183-8/+7
| | | | - Remove BROKEN
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* BROKEN: Configure failskris2007-05-251-0/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix typoacm2007-03-191-1/+1
| | | | Reported by: kris
* - Respect LOCALBASE and X11BASEacm2007-03-151-1/+3
| | | | Reported by: flz
* - Update to 0.7.2acm2007-02-132-4/+4
|
* - Update to 0.7.1acm2006-12-283-5/+8
|
* - Update to 0.7.0acm2006-12-262-6/+5
| | | | - Change MASTER_SITES to SF
* - 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)
* - Add USE_GLacm2006-09-131-0/+1
| | | | Approved by: garga (mentor, implicit)
* - Update to 0.6.5acm2006-09-133-31/+6
| | | | | | | - Modify MASTER_SITES - Remove obsolete patch file Approved by: garga (mentor,implicit)
* - Update to 0.6.4acm2006-08-253-4/+29
| | | | | | - Can to see the changes at http://mednafen.com/releases/ChangeLog Approved by: garga (mentor)
* - Update to 0.6.3acm2006-08-152-5/+4
| | | | | | - Remove USE_X_PREFIX Approved by: garga (mentor)
* Change maintainer address to my @FreeBSD.org emailacm2006-07-231-1/+1
| | | | Approved by: garga (mentor)
* - Update to 0.6.2rafan2006-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
* Mark BROKEN on sparc64 due to internal compiler error. I don't know if thislinimon2006-07-041-0/+4
| | | | has been reported to the gcc developers yet.
* Mednafen is a portable, utilizing OpenGL and SDL, argument(command-line)-drivenpav2006-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>