diff --git a/games/libretro-desmume2015/Makefile b/games/libretro-desmume2015/Makefile index 658673207e84..2b9d70a22676 100644 --- a/games/libretro-desmume2015/Makefile +++ b/games/libretro-desmume2015/Makefile @@ -1,36 +1,37 @@ PORTNAME= libretro-desmume2015 DISTVERSION= 0.20220405 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= Port of Desmume to libretro based on Desmume SVN circa 2015 WWW= https://github.com/libretro/desmume2015 LICENSE= GPLv2 BROKEN_aarch64= fails to compile: invokes x86 assembler USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= desmume2015 GH_TAGNAME= af397ff3d1f208c27f3922cc8f2b8e08884ba893 PLIST_FILES= lib/libretro/desmume2015_libretro.so MAKEFILE= Makefile.libretro BUILD_WRKSRC= ${WRKSRC}/desmume .include .if ${ARCH} != aarch64 && ${ARCH} != amd64 && !${ARCH:Marmv*} && ${ARCH} != i386 MAKE_ENV+= DESMUME_JIT=0 .endif do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/desmume/desmume2015_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-emux/Makefile b/games/libretro-emux/Makefile index c272bc0ac44e..2b472a629529 100644 --- a/games/libretro-emux/Makefile +++ b/games/libretro-emux/Makefile @@ -1,40 +1,41 @@ PORTNAME= libretro-emux DISTVERSION= 0.20191014 +PORTEPOCH= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform emulator project supporting various machines WWW= https://github.com/libretro/emux LICENSE= GPLv2 USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= emux GH_TAGNAME= 640d4bae7d4757f5377dbeb42f2d02763895095c PLIST_FILES= lib/libretro/emux_chip8_libretro.so \ lib/libretro/emux_gb_libretro.so \ lib/libretro/emux_nes_libretro.so \ lib/libretro/emux_sms_libretro.so BUILD_WRKSRC= ${WRKSRC}/libretro MAKEFILE= Makefile.bsd EMUX_MACHINES= chip8 gb nes sms do-build: . for machine in ${EMUX_MACHINES} (cd ${BUILD_WRKSRC}; ${DO_MAKE_BUILD} MACHINE=${machine}) . endfor do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro . for machine in ${EMUX_MACHINES} ${INSTALL_LIB} ${WRKSRC}/libretro/emux_${machine}_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro . endfor .include diff --git a/games/libretro-snes9x2005/Makefile b/games/libretro-snes9x2005/Makefile index 9487f15047a5..695c292b1f26 100644 --- a/games/libretro-snes9x2005/Makefile +++ b/games/libretro-snes9x2005/Makefile @@ -1,30 +1,29 @@ PORTNAME= libretro-snes9x2005 -DISTVERSION= 0.20220725 -PORTREVISION= 1 +DISTVERSION= 1.34-409 +DISTVERSIONSUFFIX= -gfd45b0e CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= Snes9x - Portable Super Nintendo emulator (1.43) WWW= https://github.com/libretro/snes9x2005 # Commercial users must seek permission from copyright holders. LICENSE= PS LICENSE_NAME= PS LICENSE_FILE= ${WRKSRC}/copyright LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= snes9x2005 -GH_TAGNAME= fd45b0e055bce6cff3acde77414558784e93e7d0 PLIST_FILES= lib/libretro/snes9x2005_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include diff --git a/games/libretro-snes9x2005/distinfo b/games/libretro-snes9x2005/distinfo index d03e74ff9955..d5265bd617b8 100644 --- a/games/libretro-snes9x2005/distinfo +++ b/games/libretro-snes9x2005/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1698314802 -SHA256 (libretro-snes9x2005-0.20220725-fd45b0e055bce6cff3acde77414558784e93e7d0_GH0.tar.gz) = a400aa12955b8aa6f877d2d0fb852d17b76121a4730858e349ed434ea56e8f05 -SIZE (libretro-snes9x2005-0.20220725-fd45b0e055bce6cff3acde77414558784e93e7d0_GH0.tar.gz) = 318301 +TIMESTAMP = 1699378017 +SHA256 (libretro-snes9x2005-1.34-409-gfd45b0e_GH0.tar.gz) = 77ae5ff73bec2c07d812bb3ebf793aa1b92edbca53c792a3a17aeff0da88c7e5 +SIZE (libretro-snes9x2005-1.34-409-gfd45b0e_GH0.tar.gz) = 318039 diff --git a/games/libretro-snes9x2010/Makefile b/games/libretro-snes9x2010/Makefile index 53d84a03a9f5..52c348925564 100644 --- a/games/libretro-snes9x2010/Makefile +++ b/games/libretro-snes9x2010/Makefile @@ -1,31 +1,32 @@ PORTNAME= libretro-snes9x2010 DISTVERSION= 0.20230220 +PORTEPOCH= 1 CATEGORIES= games MAINTAINER= ports@FreeBSD.org COMMENT= Snes9x - Portable Super Nintendo emulator (1.52) WWW= https://github.com/libretro/snes9x2010 # Commercial users must seek permission from copyright holders. LICENSE= PS LICENSE_NAME= PS LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= snes9x2010 GH_TAGNAME= d8b10c4cd7606ed58f9c562864c986bc960faaaf PLIST_FILES= lib/libretro/snes9x2010_libretro.so MAKE_ENV= LTO=-flto # may drop this branch on next port update do-install: @${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro ${INSTALL_LIB} ${WRKSRC}/snes9x2010_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro .include