svn commit: r461443 - in head/emulators/higan: . files
Yuri Victorovich
yuri at FreeBSD.org
Sat Feb 10 22:26:36 UTC 2018
Author: yuri
Date: Sat Feb 10 22:26:35 2018
New Revision: 461443
URL: https://svnweb.freebsd.org/changeset/ports/461443
Log:
emulators/higan: Update to 106
Changelogs are on the main page:
https://byuu.org/
Additional port changes:
* Added CATEGORIES=games because Nintendo is a game console
* Removed the unnecessary USE_LDCONFIG
* Update of values related to the XV port option
* Minor patch update
PR: 225242
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> (maintainer)
Approved by: tcberner (mentor, implicit)
Modified:
head/emulators/higan/Makefile
head/emulators/higan/distinfo
head/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile
head/emulators/higan/pkg-plist
Modified: head/emulators/higan/Makefile
==============================================================================
--- head/emulators/higan/Makefile Sat Feb 10 22:19:13 2018 (r461442)
+++ head/emulators/higan/Makefile Sat Feb 10 22:26:35 2018 (r461443)
@@ -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
Modified: head/emulators/higan/distinfo
==============================================================================
--- head/emulators/higan/distinfo Sat Feb 10 22:19:13 2018 (r461442)
+++ head/emulators/higan/distinfo Sat Feb 10 22:26:35 2018 (r461443)
@@ -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
Modified: head/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile
==============================================================================
--- head/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile Sat Feb 10 22:19:13 2018 (r461442)
+++ head/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile Sat Feb 10 22:26:35 2018 (r461443)
@@ -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%%
Modified: head/emulators/higan/pkg-plist
==============================================================================
--- head/emulators/higan/pkg-plist Sat Feb 10 22:19:13 2018 (r461442)
+++ head/emulators/higan/pkg-plist Sat Feb 10 22:26:35 2018 (r461443)
@@ -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
More information about the svn-ports-all
mailing list