Version: mame0160s, Package name: mame0160s |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description-main MAME stands for Multi Arcade Machine Emulator. As the name suggests, it is a program that emulates the hardware (and low-level firmware) of a massive variety of arcade machines. SDLMAME is a port of MAME using the SDL library. Description-tools This package contains tools to manipulate roms and disk images used by SDLMAME. |
Filesize: 79040.896 KB |
Version History (View Complete History) |
|
2018-08-25 00:46:08 by Frederic Cambus | Files touched by this commit (14) |
Log message: Remove emulators/sdlmame. We now have an up-to-date emulators/mame port for which we can build and distribute binary packages for amd64 and i386. More information here: https://marc.info/?l=openbsd-ports&m=151514926004836&w=2 MAME and MESS merged in 2015 so emulators/mame contains both. OK naddy@, bentley@, jca@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-07 17:21:33 by Mike Larkin | Files touched by this commit (1) |
Log message: sdlmame: this requires USE_WXNEEDED for various games ok sthen |
2017-04-24 01:52:21 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: Fix error checks (and clang builds while here) ok fcambus@ |
2017-04-20 03:29:49 by Frederic Cambus | Files touched by this commit (2) |
Log message: Fix broken MASTER_SITES for emulators/sdlmame and emulators/sdlmess. OK sthen@ |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2017-02-27 14:54:20 by Christian Weisgerber | Files touched by this commit (4) |
Log message: honor CXX for linking |
2015-08-11 15:43:03 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: use sed -i |
2015-05-02 12:22:23 by Brian Callahan | Files touched by this commit (2) |
Log message: Drop maintainer of MAME and MESS and bump. |
2015-04-20 09:38:25 by Stuart Henderson | Files touched by this commit (1) |
Log message: sdlmame fails on i386, lots of "integer constant is too large for 'long' type" in src/emu/cpu/i386/pentops.inc |
2015-04-19 10:22:20 by Brian Callahan | Files touched by this commit (1) |
Log message: MAME in fact does need sdl-ttf. Caught when doing MESS update. Sync WANTLIB after that change and bump. |
2015-04-18 09:13:35 by Brian Callahan | Files touched by this commit (10) |
Log message: Update MAME to 0.160. License location change noticed by benoit@ MAME is no longer offered as a package. There has been a bit of a license mess and it's no longer clear if we can distribute anything. Sorry, if you want MAME you'll have to build the port. Originally brought up by bentley@ ok benoit@ |
2014-12-01 08:13:53 by Christian Weisgerber | Files touched by this commit (4) |
Log message: fix overlapping memcpy; ok bcallah@ |
2011-05-14 15:29:04 by Antoine Jacoutot | Files touched by this commit (24) |
Log message: deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely register x11/gtk+2 for ports depending on gconf2 that don't have another dependency that would bring it. discussed with jasper@ |
2010-11-15 16:22:08 by Marc Espie | Files touched by this commit (66) |
Log message: new depends |
2010-10-24 15:17:49 by Antoine Jacoutot | Files touched by this commit (26) |
Log message: Remove USE_X11. |
2010-10-11 02:13:01 by Jasper Lievisse Adriaanse | Files touched by this commit (7) |
Log message: - fix WANTLIB after cairo update. |
2010-10-01 01:27:23 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Make it compile with newer gtk+2. spotted by landry@'s toy |
2010-09-05 09:18:49 by Landry Breuil | Files touched by this commit (1) |
Log message: Unbreak on amd64 by adding -Wno-system-headers to OPT_FLAGS. sdlmame includes *mmintrin.h headers from gcc which can't be compiled with -Wsystem-headers (now system default) -Werror (set by the port). While here remove useless gcc4 MODULES stanzas (port is only for i386/amd64), switch to newer WANTLIB/LIB_DEPENDS/REVISION idioms. with tweaks from ajacoutot@, ok ajacoutot@ & MAINTAINER. |
2010-05-23 03:19:45 by Marc Espie | Files touched by this commit (1) |
Log message: GLU has some unsafe prototypes. Either that or -isystem /usr/X11R6/include... |
2010-05-09 11:45:12 by Jacob Meuser | Files touched by this commit (6) |
Log message: sdl{mame,mess} supercede x{mame,mess} |
2010-04-27 07:00:25 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - install a history.dat file ok MAINTAINER |
2010-04-24 07:54:32 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - unbreak with recent gtk+2 update |
2009-08-10 00:31:09 by Matthias Kilian | Files touched by this commit (111) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-07-19 05:28:17 by Landry Breuil | Files touched by this commit (8) |
Log message: Update to sdlmame 0.132, from MAINTAINER Pierre Riteau. Patches merged upstream. |
2009-04-24 08:47:16 by Kurt Miller | Files touched by this commit (2) |
Log message: Fix typo in MODGCC4_LANGS. No change in packages so no bumps. |
2009-04-09 16:44:41 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: - install a default mame.ini configuration file under SYSCONFDIR/mame/ - install ui.bdf to get better fonts original diff from me, heavily modified and enhanced by Pierre Riteau (maintainer) |
2009-03-18 14:23:12 by Landry Breuil | Files touched by this commit (11) |
Log message: Add appropriate conflict markers between sdlmame, sdlmess, and the various flavours of the xmame/xmess/xmame+xmess multipackages. Tweak ${V} handling and sdlmame RUN_DEPENDS. Diff from Pierre Riteau, thx! |