Date: Thu, 29 Apr 2010 02:22:24 GMT From: Chris Petrik <chris@officialunix.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/146134: [PATCH] emulators/fceux update to 2.1.3 Message-ID: <201004290222.o3T2MOta025588@www.freebsd.org> Resent-Message-ID: <201004290230.o3T2U2tb086101@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146134 >Category: ports >Synopsis: [PATCH] emulators/fceux update to 2.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 29 02:30:02 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Chris Petrik >Release: FreeBSD-8-STABLE >Organization: Officialunix >Environment: FreeBSD 8 AMD64 >Description: Update fceux to 2.1.3 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: fceux/Makefile =================================================================== RCS file: /usr/local/freebsdcvs/ports/emulators/fceux/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- fceux/Makefile 28 Mar 2010 06:34:14 -0000 1.37 +++ fceux/Makefile 29 Apr 2010 01:42:27 -0000 @@ -6,8 +6,8 @@ # PORTNAME= fceux -PORTVERSION= 2.1.1 -PORTREVISION= 2 +PORTVERSION= 2.1.3 +#PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src Index: fceux/distinfo =================================================================== RCS file: /usr/local/freebsdcvs/ports/emulators/fceux/distinfo,v retrieving revision 1.11 diff -u -r1.11 distinfo --- fceux/distinfo 5 Nov 2009 16:32:38 -0000 1.11 +++ fceux/distinfo 29 Apr 2010 01:43:23 -0000 @@ -1,3 +1,3 @@ -MD5 (fceux-2.1.1.src.tar.bz2) = d669309a3fb15c002fffb24a801c2a9b -SHA256 (fceux-2.1.1.src.tar.bz2) = 5f668de5870e28e4b52fcf8816c17831c0f9597307bd643c226a616a1766bdab -SIZE (fceux-2.1.1.src.tar.bz2) = 3263945 +MD5 (fceux-2.1.3.src.tar.bz2) = 2943e3be634b4c1c1f5114e03c681af4 +SHA256 (fceux-2.1.3.src.tar.bz2) = 19731bb145ca2a2300657671b1a720892a343f9a55ef42282b6a1c152e6f7514 +SIZE (fceux-2.1.3.src.tar.bz2) = 4809647 Index: fceux/files/patch-SConstruct =================================================================== RCS file: /usr/local/freebsdcvs/ports/emulators/fceux/files/patch-SConstruct,v retrieving revision 1.1 diff -u -r1.1 patch-SConstruct --- fceux/files/patch-SConstruct 5 Nov 2009 16:32:39 -0000 1.1 +++ fceux/files/patch-SConstruct 29 Apr 2010 01:52:27 -0000 @@ -1,7 +1,7 @@ ---- SConstruct.bak 2009-10-22 02:59:15.000000000 -0500 -+++ SConstruct 2009-10-22 03:01:00.000000000 -0500 -@@ -14,7 +14,7 @@ - BoolVariable('LOGO', 'Enable a logoscreen when creating avis (SDL only)', '1') +--- SConstruct 2010-03-30 21:41:39.000000000 -0600 ++++ SConstruct.bak 2010-04-28 20:52:16.000000000 -0500 +@@ -16,7 +16,7 @@ + BoolVariable('GTK_LITE', 'Enable GTK2 for dialogs only', 0) ) -env = Environment(options = opts) @@ -9,7 +9,7 @@ # LSB_FIRST must be off for PPC to compile if platform.system == "ppc": -@@ -35,6 +35,8 @@ +@@ -37,6 +37,8 @@ env.Append(CCFLAGS = os.environ['CFLAGS'].split()) if os.environ.has_key('LDFLAGS'): env.Append(LINKFLAGS = os.environ['LDFLAGS'].split()) @@ -18,16 +18,16 @@ print "platform: ", env['PLATFORM'] -@@ -51,9 +53,9 @@ +@@ -53,9 +55,9 @@ env.Append(LIBS = ["rpcrt4", "comctl32", "vfw32", "winmm", "ws2_32", "comdlg32", "ole32", "gdi32", "htmlhelp"]) else: conf = Configure(env) - if not conf.CheckLib('SDL'): - print 'Did not find libSDL or SDL.lib, exiting!' - Exit(1) -+### if not conf.CheckLib('SDL'): -+### print 'Did not find libSDL or SDL.lib, exiting!' -+### Exit(1) - if not conf.CheckLib('z', autoadd=1): - print 'Did not find libz or z.lib, exiting!' - Exit(1) ++ ###if not conf.CheckLib('SDL'): ++ ### print 'Did not find libSDL or SDL.lib, exiting!' ++ ### Exit(1) + if env['GTK'] or env['GTK_LITE']: + # Add compiler and linker flags from pkg-config + env.ParseConfig('pkg-config --cflags --libs gtk+-2.0') >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004290222.o3T2MOta025588>