From owner-svn-ports-head@freebsd.org Sat Feb 10 22:26:36 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F827F01E03; Sat, 10 Feb 2018 22:26:36 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6A847586C; Sat, 10 Feb 2018 22:26:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD7CC1A209; Sat, 10 Feb 2018 22:26:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1AMQZMH070721; Sat, 10 Feb 2018 22:26:35 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1AMQZsT070717; Sat, 10 Feb 2018 22:26:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802102226.w1AMQZsT070717@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 10 Feb 2018 22:26:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461443 - in head/emulators/higan: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/emulators/higan: . files X-SVN-Commit-Revision: 461443 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Feb 2018 22:26:36 -0000 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 (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