diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index cc5a024fe42c..e1465fbe1f1b 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= higan -PORTVERSION= 103 -PORTREVISION= 2 -CATEGORIES= emulators +PORTVERSION= 106 +CATEGORIES= emulators games MASTER_SITES= http://download.byuu.org/ \ http://www.cyberbotx.com/higan/ DISTNAME= ${PORTNAME}_v${PORTVERSION}-source @@ -15,7 +14,6 @@ COMMENT= Nintendo multi-system emulator ONLY_FOR_ARCHS= amd64 i386 USES= 7z:p7zip compiler:c++14-lang gmake pkgconfig -USE_LDCONFIG= yes USE_XORG= x11 xext USE_CSTD= c99 USE_CXXSTD= c++14 @@ -58,7 +56,7 @@ XSHM_USE= XORG=xext XSHM_VARS= VIDEO_DRIVER+=video.xshm XV_USE= XORG=xv -XV_VARS= VIDEO_DRIVER+=video.xv +XV_VARS= VIDEO_DRIVER+=video.xvideo AO_LIB_DEPENDS= libao.so:audio/libao AO_VARS= AUDIO_DRIVER+=audio.ao diff --git a/emulators/higan/distinfo b/emulators/higan/distinfo index f136d63247a3..f976c88f3721 100644 --- a/emulators/higan/distinfo +++ b/emulators/higan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1501216018 -SHA256 (higan_v103-source.7z) = e63a6ab6a4131f9a05382c0c8c67d226aeaec2ec51f139260c87fa1f5e994276 -SIZE (higan_v103-source.7z) = 917959 +TIMESTAMP = 1516118942 +SHA256 (higan_v106-source.7z) = 6564f91f232040c46c052de763dc139e94005e0f2376959fdacbb6ccd3fd6d18 +SIZE (higan_v106-source.7z) = 830639 diff --git a/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile b/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile index f5e4491554d4..1b8131a40d9d 100644 --- a/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile +++ b/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile @@ -1,11 +1,11 @@ ---- higan/target-tomoko/GNUmakefile.orig 2016-01-14 03:20:56 UTC +--- higan/target-tomoko/GNUmakefile.orig 2017-09-23 21:35:23 UTC +++ higan/target-tomoko/GNUmakefile -@@ -27,9 +27,9 @@ else ifeq ($(platform),linux) - ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao - ruby += input.udev input.sdl input.xlib +@@ -30,9 +30,9 @@ else ifeq ($(platform),linux) + ruby += audio.oss audio.alsa audio.openal audio.pulseaudio audio.pulseaudiosimple audio.ao + ruby += input.sdl input.xlib input.udev else ifeq ($(platform),bsd) -- ruby += video.glx video.xv video.xshm video.sdl -- ruby += audio.openal audio.oss +- ruby += video.glx video.xvideo video.xshm video.sdl +- ruby += audio.oss audio.openal - ruby += input.sdl input.xlib + ruby += %%VIDEO%% + ruby += %%AUDIO%% diff --git a/emulators/higan/pkg-plist b/emulators/higan/pkg-plist index 2be0aa193420..840dfadc469a 100644 --- a/emulators/higan/pkg-plist +++ b/emulators/higan/pkg-plist @@ -10,6 +10,7 @@ share/applications/higan.desktop %%DATADIR%%/Game Gear.sys/manifest.bml %%DATADIR%%/Master System.sys/manifest.bml %%DATADIR%%/Mega Drive.sys/manifest.bml +%%DATADIR%%/Mega Drive.sys/tmss.rom %%DATADIR%%/PC Engine.sys/manifest.bml %%DATADIR%%/Super Famicom.sys/ipl.rom %%DATADIR%%/Super Famicom.sys/manifest.bml