summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-05-13 12:06:23 +0000
committerwiz <wiz@pkgsrc.org>2003-05-13 12:06:23 +0000
commit65030d8e741bcf1b081f4e68e4ed0898fc89706e (patch)
tree18fbe8b304c0e97d8347c1b37a5ba0f5d61eb68e /games
parentceab220276a139a8c518c46f9b981aebf808edca (diff)
downloadpkgsrc-65030d8e741bcf1b081f4e68e4ed0898fc89706e.tar.gz
Update to 0.4.0:
- Curse of Monkey Island (comi) support (experimental) - Added support for the EGA versions of Loom, Monkey Island and Indy3 - Improved music support in Indy3 and the floppy versions of Monkey Islands - Many Simon the Sorcerer 1 & 2 improvements and fixes - Very pre-alpha Beneath a Steel Sky code. Don't expect it to do anything. [not compiled in] - Even more pre-alpha support for V2 SCUMM games (Maniac Mansion and Zak) - Preliminary support for early Humongous Entertainment titles (very experimental) - New debug console and several GUI/Launcher enhancements - New Save/Load code (easier to expand while retaining compatibility) - DreamCast port now works with new games added for 0.3.0b - New official PalmOS port - Various minor and not so minor SCUMM game fixes - Large memory leak fixed for The Dig/ComI - SMUSH code optimised, frame dropping added for slower machines - Code cleanups
Diffstat (limited to 'games')
-rw-r--r--games/scummvm/Makefile7
-rw-r--r--games/scummvm/distinfo8
-rw-r--r--games/scummvm/patches/patch-aa13
3 files changed, 13 insertions, 15 deletions
diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile
index 935c24b9b72..076bc6ce73b 100644
--- a/games/scummvm/Makefile
+++ b/games/scummvm/Makefile
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2003/05/02 11:55:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/13 12:06:23 wiz Exp $
-DISTNAME= scummvm_0.3.0b-src
-PKGREVISION= 1
-PKGNAME= scummvm-0.3.0
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
+DISTNAME= scummvm-0.4.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
EXTRACT_SUFX= .tar.bz2
diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo
index 1cba72f8e5a..15f492600f8 100644
--- a/games/scummvm/distinfo
+++ b/games/scummvm/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2002/12/10 12:48:46 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/05/13 12:06:23 wiz Exp $
-SHA1 (scummvm_0.3.0b-src.tar.bz2) = 77272ac8eb4fd152da8832751f66031fed2d0970
-Size (scummvm_0.3.0b-src.tar.bz2) = 585967 bytes
-SHA1 (patch-aa) = beca14fd7c70078eb88badfec633b8f3306bb396
+SHA1 (scummvm-0.4.0.tar.bz2) = 4bb745d33efe412810282ae0727b661e1ec55db7
+Size (scummvm-0.4.0.tar.bz2) = 955988 bytes
+SHA1 (patch-aa) = 37842f6163c555b0da3c7489239553b0d9683821
diff --git a/games/scummvm/patches/patch-aa b/games/scummvm/patches/patch-aa
index 783850bb6c0..a4d28f7700f 100644
--- a/games/scummvm/patches/patch-aa
+++ b/games/scummvm/patches/patch-aa
@@ -1,12 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2002/12/11 16:19:44 wiz Exp $
---- Makefile.orig Sun Dec 1 21:29:19 2002
-+++ Makefile Mon Dec 9 17:02:17 2002
-@@ -17,7 +17,7 @@
+$NetBSD: patch-aa,v 1.4 2003/05/13 12:06:23 wiz Exp $
+
+--- Makefile.orig Mon May 5 16:55:07 2003
++++ Makefile
+@@ -17,7 +17,7 @@ CP := cp
# Default compilation parameters. Normally don't edit these #
#######################################################################
--CFLAGS := -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
-+CFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
+-CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
++CXXFLAGS+= -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas
DEFINES :=
LDFLAGS :=
INCLUDES:= -I. -Icommon