diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index c63daa95709..edad3a54b49 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2003/06/01 10:14:47 jolan Exp $ +# $OpenBSD: Makefile,v 1.4 2003/08/02 10:24:50 jolan Exp $ COMMENT= "play games built around LucasArts' SCUMM" -DISTNAME= scummvm-0.4.1 +DISTNAME= scummvm-0.5.0 CATEGORIES= games x11 emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/} @@ -25,7 +25,7 @@ NO_REGRESS= Yes USE_GMAKE= Yes USE_X11= Yes -MAKE_ENV= CXXFLAGS="${CXXFLAGS} -DSCUMM_NEED_ALIGNMENT" CXX="${CXX}" +MAKE_ENV+= CXXFLAGS="${CXXFLAGS} -DSCUMM_NEED_ALIGNMENT" CXX="${CXX}" do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scummvm diff --git a/games/scummvm/distinfo b/games/scummvm/distinfo index 6c178e99d64..797bd4261b1 100644 --- a/games/scummvm/distinfo +++ b/games/scummvm/distinfo @@ -1,3 +1,3 @@ -MD5 (scummvm-0.4.1.tar.gz) = 7995318b2d27ec44b1aa7245c2e79ca4 -RMD160 (scummvm-0.4.1.tar.gz) = 5160f5f07ebfe1c7d2a3036ec5167aae78f89a1b -SHA1 (scummvm-0.4.1.tar.gz) = b11c1fdb5cfe912a2cda10073dc4ec6f3b652dbb +MD5 (scummvm-0.5.0.tar.gz) = a696e513f361ede8c9adf25640b8b53b +RMD160 (scummvm-0.5.0.tar.gz) = f141df06afcffd93f38368b8489b16f36e7f2677 +SHA1 (scummvm-0.5.0.tar.gz) = a2a4b4a4b2c64a48ca0d096e5f7fee0486486f31 diff --git a/games/scummvm/patches/patch-Makefile b/games/scummvm/patches/patch-Makefile index bec52c20f5b..a9be645e829 100644 --- a/games/scummvm/patches/patch-Makefile +++ b/games/scummvm/patches/patch-Makefile @@ -1,8 +1,8 @@ -$OpenBSD: patch-Makefile,v 1.2 2003/06/01 10:14:47 jolan Exp $ ---- Makefile.orig Mon May 5 08:55:07 2003 -+++ Makefile Tue May 13 19:19:27 2003 +$OpenBSD: patch-Makefile,v 1.3 2003/08/02 10:24:51 jolan Exp $ +--- Makefile.orig 2003-07-16 15:36:38.000000000 -0500 ++++ Makefile 2003-08-02 04:49:58.000000000 -0500 @@ -1,6 +1,6 @@ - # $Header: /home/cvs/ports/games/scummvm/patches/Attic/patch-Makefile,v 1.2 2003/06/01 10:14:47 jolan Exp $ + # $Header: /home/cvs/ports/games/scummvm/patches/Attic/patch-Makefile,v 1.3 2003/08/02 10:24:51 jolan Exp $ -CXX := c++ +#CXX := c++ @@ -13,8 +13,8 @@ $OpenBSD: patch-Makefile,v 1.2 2003/06/01 10:14:47 jolan Exp $ # Default compilation parameters. Normally don't edit these # ####################################################################### --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 +-CXXFLAGS:= -g -O ++#CXXFLAGS:= -g -O DEFINES := LDFLAGS := -INCLUDES:= -I. -Icommon @@ -22,7 +22,7 @@ $OpenBSD: patch-Makefile,v 1.2 2003/06/01 10:14:47 jolan Exp $ LIBS := OBJS := -@@ -36,8 +36,8 @@ DEFINES += -DUSE_MAD +@@ -53,8 +53,8 @@ DEFINES += -DUSE_MAD LIBS += -lmad # Uncomment this to activate the Ogg Vorbis lib for compressed sound files diff --git a/games/scummvm/pkg/DESCR b/games/scummvm/pkg/DESCR index ef3de2fe19c..d280290a367 100644 --- a/games/scummvm/pkg/DESCR +++ b/games/scummvm/pkg/DESCR @@ -5,6 +5,4 @@ Some things are still missing, and some games cannot be completeted yet. There are quite a few known bugs. Regardless of the bugs it is already possible to play some games all the way through to the end. -Note that you must own the original games to play. - -WWW: ${HOMEPAGE} +Note that you must possess the original games to play.