From owner-svn-ports-head@freebsd.org Sun Feb 26 13:51:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71234CEE487; Sun, 26 Feb 2017 13:51:29 +0000 (UTC) (envelope-from vanilla@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 mx1.freebsd.org (Postfix) with ESMTPS id 27E636B9; Sun, 26 Feb 2017 13:51:29 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1QDpSoS028869; Sun, 26 Feb 2017 13:51:28 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QDpRWG028863; Sun, 26 Feb 2017 13:51:27 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201702261351.v1QDpRWG028863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sun, 26 Feb 2017 13:51:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434869 - in head/emulators/fceux: . files X-SVN-Group: ports-head 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.23 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: Sun, 26 Feb 2017 13:51:29 -0000 Author: vanilla Date: Sun Feb 26 13:51:27 2017 New Revision: 434869 URL: https://svnweb.freebsd.org/changeset/ports/434869 Log: Update to 2.2.3. Added: head/emulators/fceux/files/patch-src_boards_mapinc.h (contents, props changed) Modified: head/emulators/fceux/Makefile head/emulators/fceux/distinfo head/emulators/fceux/files/patch-fceux-server_server.cpp head/emulators/fceux/files/patch-src_cheat.cpp head/emulators/fceux/pkg-plist Modified: head/emulators/fceux/Makefile ============================================================================== --- head/emulators/fceux/Makefile Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/Makefile Sun Feb 26 13:51:27 2017 (r434869) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= fceux -PORTVERSION= 2.2.2 +PORTVERSION= 2.2.3 DISTVERSIONSUFFIX= .src -PORTREVISION= 5 +PORTREVISION= 0 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USES= compiler:c++0x desktop-file-utils dos2unix pkgconfig scons USE_SDL= sdl +USE_XORG= x11 LDFLAGS+= -L${LOCALBASE}/lib @@ -62,8 +63,8 @@ post-patch: @${REINPLACE_CMD} -e \ '/PUBLIC/s|^|#| ; \ /CheckLib/s|lua5.1|lua-${LUA_VER}| ; \ - /LINKFLAGS/s|"-ldl",|| ; \ /LINKFLAGS/s|lua5.1|lua-${LUA_VER}| ; \ + s|"-ldl"|| ; \ s|/usr/include/lua5.1|${LUA_INCDIR}| ; \ s|-O2||' ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e \ @@ -88,6 +89,8 @@ do-install: ${STAGEDIR}${DESKTOPDIR}) (cd ${WRKSRC} && ${INSTALL_DATA} *.png \ ${STAGEDIR}${PREFIX}/share/pixmaps) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in TODO-PROJECT Videolog.txt cheat.html faq fcs.txt fm2.txt \ protocol.txt snes9x-lua.html Modified: head/emulators/fceux/distinfo ============================================================================== --- head/emulators/fceux/distinfo Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/distinfo Sun Feb 26 13:51:27 2017 (r434869) @@ -1,2 +1,3 @@ -SHA256 (fceux-2.2.2.src.tar.gz) = 804d11bdb4a195f3a580ce5d2d01be877582763378637e16186a22459f5fe5e1 -SIZE (fceux-2.2.2.src.tar.gz) = 9249858 +TIMESTAMP = 1488101003 +SHA256 (fceux-2.2.3.src.tar.gz) = 4be6dda9a347f941809a3c4a90d21815b502384adfdd596adaa7b2daf088823e +SIZE (fceux-2.2.3.src.tar.gz) = 9292792 Modified: head/emulators/fceux/files/patch-fceux-server_server.cpp ============================================================================== --- head/emulators/fceux/files/patch-fceux-server_server.cpp Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/files/patch-fceux-server_server.cpp Sun Feb 26 13:51:27 2017 (r434869) @@ -1,4 +1,4 @@ ---- fceux-server/server.cpp.orig 2012-11-02 13:41:36 UTC +--- fceux-server/server.cpp.orig 2017-02-26 13:33:11 UTC +++ fceux-server/server.cpp @@ -114,7 +114,7 @@ int LoadConfigFile(char *fn) if(fp=fopen(fn,"rb")) Added: head/emulators/fceux/files/patch-src_boards_mapinc.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/fceux/files/patch-src_boards_mapinc.h Sun Feb 26 13:51:27 2017 (r434869) @@ -0,0 +1,8 @@ +--- src/boards/mapinc.h.orig 2017-02-26 13:37:11 UTC ++++ src/boards/mapinc.h +@@ -9,4 +9,5 @@ + #include "../cheat.h" + #include "../unif.h" + #include ++#include + #include Modified: head/emulators/fceux/files/patch-src_cheat.cpp ============================================================================== --- head/emulators/fceux/files/patch-src_cheat.cpp Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/files/patch-src_cheat.cpp Sun Feb 26 13:51:27 2017 (r434869) @@ -1,4 +1,4 @@ ---- src/cheat.cpp.orig 2013-04-13 02:52:13 UTC +--- src/cheat.cpp.orig 2017-02-26 13:33:11 UTC +++ src/cheat.cpp @@ -216,7 +216,7 @@ void FCEU_LoadGameCheats(FILE *override) } Modified: head/emulators/fceux/pkg-plist ============================================================================== --- head/emulators/fceux/pkg-plist Sun Feb 26 13:40:35 2017 (r434868) +++ head/emulators/fceux/pkg-plist Sun Feb 26 13:51:27 2017 (r434869) @@ -93,6 +93,13 @@ share/applications/fceux.desktop %%DATADIR%%/palettes/FCEU-13-default_nitsuja.pal %%DATADIR%%/palettes/FCEU-15-nitsuja_new.pal %%DATADIR%%/palettes/FCEUX.pal +%%DATADIR%%/palettes/RP2C03.pal +%%DATADIR%%/palettes/RP2C04_0001.pal +%%DATADIR%%/palettes/RP2C04_0002.pal +%%DATADIR%%/palettes/RP2C04_0003.pal +%%DATADIR%%/palettes/RP2C04_0004.pal +%%DATADIR%%/palettes/SONY_CXA2025AS_US.pal +%%DATADIR%%/palettes/Unsaturated-V6.pal %%DATADIR%%/palettes/nestopia_rgb.pal %%DATADIR%%/palettes/nestopia_yuv.pal %%DATADIR%%/tools/taseditor_patterns.txt