ports/70454: [MAINTAINER] emulators/fceu: Update to 0.98.11

Greg J. xcas at cox.net
Sat Aug 14 14:30:15 UTC 2004


>Number:         70454
>Category:       ports
>Synopsis:       [MAINTAINER] emulators/fceu: Update to 0.98.11
>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:   Sat Aug 14 14:30:14 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Greg J.
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 5.2-CURRENT #0: Fri Aug 13 11:31:01 MST 2004
    cas at casper.bsd-unix.org:/usr/obj/usr/src/sys/CASX32



>Description:


Update to 0.98.11


>How-To-Repeat:





>Fix:


--- fceu.diff begins here ---
diff -ruN fceu-orig/Makefile fceu/Makefile
--- fceu-orig/Makefile	Wed May 19 01:18:03 2004
+++ fceu/Makefile	Sat Aug 14 07:09:44 2004
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	fceu
-PORTVERSION=	0.98.10
+PORTVERSION=	0.98.11
 CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
-		http://fceultra.sourceforge.net/releases/
+MASTER_SITES=	http://fceultra.sourceforge.net/releases/
 MASTER_SITE_SUBDIR=	fceultra
 DISTNAME=	${PORTNAME}-${PORTVERSION}.src
 
diff -ruN fceu-orig/distinfo fceu/distinfo
--- fceu-orig/distinfo	Wed May 19 01:18:03 2004
+++ fceu/distinfo	Sat Aug 14 06:56:58 2004
@@ -1,2 +1,2 @@
-MD5 (fceu-0.98.10.src.tar.bz2) = e0b396955b3ef4c7e4b5cc518cdec39f
-SIZE (fceu-0.98.10.src.tar.bz2) = 559750
+MD5 (fceu-0.98.11.src.tar.bz2) = fda762a06c0167b903e4278beccc4760
+SIZE (fceu-0.98.11.src.tar.bz2) = 556643
diff -ruN fceu-orig/files/patch-src-movie.c fceu/files/patch-src-movie.c
--- fceu-orig/files/patch-src-movie.c	Wed Dec 31 17:00:00 1969
+++ fceu/files/patch-src-movie.c	Sat Aug 14 07:16:12 2004
@@ -0,0 +1,20 @@
+--- src/movie.c.orig	Sat Aug 14 07:13:51 2004
++++ src/movie.c	Sat Aug 14 07:15:58 2004
+@@ -154,7 +154,7 @@
+ 
+ void FCEUMOV_AddJoy(uint8 *js)
+ {
+- int x,y;
++ int x,y,tmpfix;
+ 
+  if(!current) return;	/* Not playback nor recording. */
+ 
+@@ -190,7 +190,7 @@
+    tmp >>= 5;
+    tmp &= 0x3;
+    ti=0;
+-   int tmpfix = tmp;
++   tmpfix = tmp;
+    while(tmp--) { nextts |= fgetc(slots[-1 - current]) << (ti * 8); ti++; }
+ 
+    // This fixes a bug in movies recorded before version 0.98.11
--- fceu.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list