ports/75799: update games/scummvm-tools to 0.7.0

Miguel Mendez flynn at energyhq.es.eu.org
Tue Jan 4 14:50:29 UTC 2005


>Number:         75799
>Category:       ports
>Synopsis:       update games/scummvm-tools to 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 04 14:50:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:


System: FreeBSD 5.3-STABLE #1: Tue Dec 28 17:41:55 CET 2004
    root at scienide.energyhq.es.eu.org:/usr/obj/usr/src/sys/SCIENIDE



>Description:


sync with scummvm


>How-To-Repeat:





>Fix:


--- scummvm-tools.diff begins here ---
diff -ruN scummvm-tools.old/Makefile scummvm-tools/Makefile
--- scummvm-tools.old/Makefile	Thu Jul  1 04:19:21 2004
+++ scummvm-tools/Makefile	Tue Jan  4 15:18:58 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	scummvm-tools
-PORTVERSION=	0.6.0
+PORTVERSION=	0.7.0
 CATEGORIES=	games emulators
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	scummvm
diff -ruN scummvm-tools.old/distinfo scummvm-tools/distinfo
--- scummvm-tools.old/distinfo	Thu Jul  1 04:19:21 2004
+++ scummvm-tools/distinfo	Tue Jan  4 15:19:18 2005
@@ -1,2 +1,2 @@
-MD5 (scummvm-tools-0.6.0.tar.bz2) = 09ded7a8177fda1b861731052b8693c4
-SIZE (scummvm-tools-0.6.0.tar.bz2) = 75514
+MD5 (scummvm-tools-0.7.0.tar.bz2) = eeebbd4e309a8564dd911d5c26fed2f0
+SIZE (scummvm-tools-0.7.0.tar.bz2) = 98664
diff -ruN scummvm-tools.old/files/patch-simon1descr.c scummvm-tools/files/patch-simon1descr.c
--- scummvm-tools.old/files/patch-simon1descr.c	Mon Jun  2 03:42:36 2003
+++ scummvm-tools/files/patch-simon1descr.c	Tue Jan  4 15:37:03 2005
@@ -1,19 +1,19 @@
---- simon1decr.c.orig	Tue May 27 16:34:14 2003
-+++ simon1decr.c	Tue May 27 16:34:34 2003
+--- simon1decr.c.orig	Mon Apr 12 00:10:19 2004
++++ simon1decr.c	Tue Jan  4 15:36:39 2005
 @@ -26,14 +26,9 @@
- 
- #define EndGetM32(a)  ((((a)[0])<<24)|(((a)[1])<<16)|(((a)[2])<<8)|((a)[3]))
- 
--#define SD_GETBIT(var) do { \
--  if (!bits--) { s -= 4; if (s < src) return 0; bb=EndGetM32(s); bits=31; } \
--  (var) = bb & 1; bb >>= 1; \
--} while (0)
-+#define SD_GETBIT(var) do { if (!bits--) { s -= 4; if (s < src) return 0; bb=EndGetM32(s); bits=31; }  (var) = bb & 1; bb >>= 1; } while (0)
- 
--#define SD_GETBITS(var, nbits) do { \
--  bc=(nbits); (var)=0; while (bc--) {(var)<<=1; SD_GETBIT(bit); (var)|=bit; } \
--} while (0)
-+#define SD_GETBITS(var, nbits) do { bc=(nbits); (var)=0; while (bc--) {(var)<<=1; SD_GETBIT(bit); (var)|=bit; } } while (0)
- 
- #define SD_TYPE_LITERAL (0)
- #define SD_TYPE_MATCH   (1)
+ 
+ #define EndGetM32(a)  ((((a)[0])<<24)|(((a)[1])<<16)|(((a)[2])<<8)|((a)[3]))
+ 
+-#define SD_GETBIT(var) do { \
+-  if (!bits--) { s -= 4; if (s < src) return 0; bb=EndGetM32(s); bits=31; } \
+-  (var) = bb & 1; bb >>= 1; \
+-} while (0)
++#define SD_GETBIT(var) do { if (!bits--) { s -= 4; if (s < src) return 0; bb=EndGetM32(s); bits=31; } (var) = bb & 1; bb >>= 1; } while (0)
+ 
+-#define SD_GETBITS(var, nbits) do { \
+-  bc=(nbits); (var)=0; while (bc--) {(var)<<=1; SD_GETBIT(bit); (var)|=bit; } \
+-} while (0)
++#define SD_GETBITS(var, nbits) do { bc=(nbits); (var)=0; while (bc--) {(var)<<=1; SD_GETBIT(bit); (var)|=bit; } } while (0)
+ 
+ #define SD_TYPE_LITERAL (0)
+ #define SD_TYPE_MATCH   (1)
--- scummvm-tools.diff ends here ---



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



More information about the freebsd-ports-bugs mailing list