Index: head/emulators/mednafen/Makefile =================================================================== --- head/emulators/mednafen/Makefile (revision 556767) +++ head/emulators/mednafen/Makefile (revision 556768) @@ -1,89 +1,88 @@ # $FreeBSD$ PORTNAME= mednafen -PORTVERSION= 1.24.3 -PORTREVISION= 2 +PORTVERSION= 1.26.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_sparc64= fails to compile due to internal compiler error GNU_CONFIGURE= yes USE_SDL= sdl2 net2 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 gl iconv pkgconfig:build sdl 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 post-patch: @${REINPLACE_CMD} -e 's|versionsort|alphasort|g' \ ${WRKSRC}/src/drivers/Joystick_Linux.cpp pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/Documentation/mednafen.html ${STAGEDIR}${DOCSDIR} .include Index: head/emulators/mednafen/distinfo =================================================================== --- head/emulators/mednafen/distinfo (revision 556767) +++ head/emulators/mednafen/distinfo (revision 556768) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588897626 -SHA256 (mednafen-1.24.3.tar.xz) = 3dea853f784364557fa59e9ba11a17eb2674fc0fb93205f33bdbdaba1da3f70f -SIZE (mednafen-1.24.3.tar.xz) = 3296980 +TIMESTAMP = 1606839934 +SHA256 (mednafen-1.26.1.tar.xz) = 842907c25c4292c9ba497c9cb9229c7d10e04e22cb4740d154ab690e6587fdf4 +SIZE (mednafen-1.26.1.tar.xz) = 3319756 Index: head/emulators/mednafen/files/patch-src-drivers_Joystick.cpp =================================================================== --- head/emulators/mednafen/files/patch-src-drivers_Joystick.cpp (nonexistent) +++ head/emulators/mednafen/files/patch-src-drivers_Joystick.cpp (revision 556768) @@ -0,0 +1,20 @@ +--- src/drivers/Joystick.cpp 2020-11-10 01:04:17.000000000 -0500 ++++ src/drivers/Joystick.cpp 2020-12-01 11:34:01.154240000 -0500 +@@ -32,7 +32,7 @@ + #include "Joystick_SDL.h" + #endif + +-#ifdef HAVE_LINUX_JOYSTICK ++#if defined(HAVE_LINUX_JOYSTICK) && !defined(__FreeBSD__) + #include "Joystick_Linux.h" + #endif + +@@ -175,7 +175,7 @@ + + try + { +- #ifdef HAVE_LINUX_JOYSTICK ++ #if defined(HAVE_LINUX_JOYSTICK) && !defined(__FreeBSD__) + main_driver = JoystickDriver_Linux_New(); + #elif defined(WIN32) + { Property changes on: head/emulators/mednafen/files/patch-src-drivers_Joystick.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property