svn commit: r350270 - in head/emulators/mednafen: . files

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Sat Apr 5 21:42:19 UTC 2014


Author: acm
Date: Sat Apr  5 21:42:17 2014
New Revision: 350270
URL: http://svnweb.freebsd.org/changeset/ports/350270
QAT: https://qat.redports.org/buildarchive/r350270/

Log:
  - Update to 0.9.33.2
  - Add PSX, VB and MD options
  - Remove obsolete patch file

Added:
  head/emulators/mednafen/files/patch-src-snes-src-lib-nall_property.hpp   (contents, props changed)
Deleted:
  head/emulators/mednafen/files/patch-src__file.cpp
Modified:
  head/emulators/mednafen/Makefile
  head/emulators/mednafen/distinfo

Modified: head/emulators/mednafen/Makefile
==============================================================================
--- head/emulators/mednafen/Makefile	Sat Apr  5 20:57:38 2014	(r350269)
+++ head/emulators/mednafen/Makefile	Sat Apr  5 21:42:17 2014	(r350270)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	mednafen
-PORTVERSION=	0.8.D.3
+PORTVERSION=	0.9.33.2
 PORTEPOCH=	1
 CATEGORIES=	emulators games
 MASTER_SITES=	SF/${PORTNAME}/Mednafen/${PORTVERSION}
@@ -31,18 +31,21 @@ USES=		iconv pkgconfig:build
 
 OPTIONS_DEFINE=	NLS DOCS JACK
 OPTIONS_MULTI=	EMU
-OPTIONS_MULTI_EMU=	GB GBA LINX NES NGP PCE PCFX SMS SWAN
-OPTIONS_DEFAULT=	GB GBA LINX NES NGP PCE PCFX SMS SWAN
+OPTIONS_MULTI_EMU=	GB GBA LINX MD NES NGP PCE PCFX PSX SMS SWAN VB
+OPTIONS_DEFAULT=	GB GBA LINX MD NES NGP PCE PCFX PSX SMS SWAN VB
 
 GB_DESC=	build with GameBoy emulation
 GBA_DESC=	build with GameBoy Advance emulation
 LINX_DESC=	build with Atari Lynx emulation
+MD_DESC=	build with Sega Genesis/MegaDrive emulation
 NES_DESC=	build with Nintendo Entertainment System emulation
 NGP_DESC=	build with Neo Geo Pocket emulation
 PCE_DESC=	build with PC Engine (TurboGrafx 16) emulation
 PCFX_DESC=	build with PC-FX emulation
+PSX_DESC=	build with Playstation emulation
 SMS_DESC=	build with SMS+GG emulation
 SWAN_DESC=	build with WonderSWan emulation
+VB_DESC=	build with Virtual Boy emulation
 JACK_DESC=	support the JACK audio API
 
 OPTIONS_SUB=	yes
@@ -56,12 +59,15 @@ JACK_CONFIGURE_ENABLE=jack
 GB_CONFIGURE_ENABLE=gb
 GBA_CONFIGURE_ENABLE=gba
 LINX_CONFIGURE_ENABLE=lynx
+MD_CONFIGURE_ENABLE=md
 NES_CONFIGURE_ENABLE=nes
 NGP_CONFIGURE_ENABLE=ngp
 PCE_CONFIGURE_ENABLE=pce
 PCFX_CONFIGURE_ENABLE=pcfx
+PSX_CONFIGURE_ENABLE=psx
 SMS_CONFIGURE_ENABLE=sms
 SWAN_CONFIGURE_ENABLE=wswan
+VB_CONFIGURE_ENABLE=vb
 
 BROKEN_sparc64=	does not compile due to internal compiler error
 

Modified: head/emulators/mednafen/distinfo
==============================================================================
--- head/emulators/mednafen/distinfo	Sat Apr  5 20:57:38 2014	(r350269)
+++ head/emulators/mednafen/distinfo	Sat Apr  5 21:42:17 2014	(r350270)
@@ -1,2 +1,2 @@
-SHA256 (mednafen-0.8.D.3.tar.bz2) = d678178f0dc03c89c7a0c83bf0c721af406ee53dfa79295432ab13722ed0eea2
-SIZE (mednafen-0.8.D.3.tar.bz2) = 2442705
+SHA256 (mednafen-0.9.33.2.tar.bz2) = d3125d5b6fe84031c7c7980bea655ec609c2620067988cfd32d2b2c5e6c3ad4e
+SIZE (mednafen-0.9.33.2.tar.bz2) = 4298456

Added: head/emulators/mednafen/files/patch-src-snes-src-lib-nall_property.hpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/mednafen/files/patch-src-snes-src-lib-nall_property.hpp	Sat Apr  5 21:42:17 2014	(r350270)
@@ -0,0 +1,11 @@
+--- src/snes/src/lib/nall/property.hpp	2014-04-05 16:03:07.000000000 -0500
++++ src/snes/src/lib/nall/property.hpp	2014-04-05 16:03:17.000000000 -0500
+@@ -61,7 +61,7 @@
+       operator T&() { return value; }
+       const T& operator=(const T& value_) { return value = value_; }
+       T value;
+-      friend class traits<C>::type;
++      friend typename traits<C>::type;
+     };
+ 
+     template<typename T> struct writeonly {


More information about the svn-ports-all mailing list