Index: head/emulators/mednafen/Makefile =================================================================== --- head/emulators/mednafen/Makefile (revision 445198) +++ head/emulators/mednafen/Makefile (revision 445199) @@ -1,88 +1,87 @@ # $FreeBSD$ PORTNAME= mednafen -PORTVERSION= 0.9.43 -PORTREVISION= 2 +PORTVERSION= 0.9.45.1 PORTEPOCH= 1 CATEGORIES= emulators games MASTER_SITES= https://mednafen.github.io/releases/files/ MAINTAINER= acm@FreeBSD.org COMMENT= Portable multi-system emulator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcdio.so:sysutils/libcdio \ libsndfile.so:audio/libsndfile \ libvorbis.so:audio/libvorbis BROKEN_powerpc64= fails to compile: mednafen.cpp: 'to_string' is not a member of 'std' BROKEN_sparc64= fails to compile due to internal compiler error GNU_CONFIGURE= yes USE_SDL= sdl net USE_GL= gl glu CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message CONFIGURE_ARGS+=--disable-alsa --disable-alsatest \ --with-sdl-prefix=${LOCALBASE} USES= compiler:c++11-lib cpe iconv pkgconfig:build tar:xz CPE_VENDOR= david_shadoff OPTIONS_DEFINE= NLS DOCS JACK OPTIONS_MULTI= EMU 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 NLS_USES= gettext NLS_CONFIGURE_ENABLE=nls JACK_LIB_DEPENDS=libjack.so:audio/jack 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 pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|NetBSD|FreeBSD|' \ ${WRKSRC}/include/trio/triodef.h post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/Documentation/mednafen.html ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/mednafen/distinfo =================================================================== --- head/emulators/mednafen/distinfo (revision 445198) +++ head/emulators/mednafen/distinfo (revision 445199) @@ -1,3 +1,3 @@ -TIMESTAMP = 1489815490 -SHA256 (mednafen-0.9.43.tar.xz) = b8305914cdf297fe6483219fa10c3fa14116fff8eed02f61326a0e32dd350f4d -SIZE (mednafen-0.9.43.tar.xz) = 3169040 +TIMESTAMP = 1499369499 +SHA256 (mednafen-0.9.45.1.tar.xz) = f95f68acc14f9b30b201e15b8205d85ac9dc7e581ea6b61e225e990491f01e69 +SIZE (mednafen-0.9.45.1.tar.xz) = 3183380 Index: head/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp =================================================================== --- head/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp (revision 445198) +++ head/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp (nonexistent) @@ -1,10 +0,0 @@ ---- src/pcfx/pcfx.cpp.orig 2009-12-24 11:03:43.000000000 +0100 -+++ src/pcfx/pcfx.cpp 2014-02-28 21:38:56.000000000 +0100 -@@ -35,6 +35,7 @@ - #include - #include - #include -+#include - - #ifdef WANT_PCFX_MMAP - #include Property changes on: head/emulators/mednafen/files/patch-src__pcfx__pcfx.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property