Date: Wed, 25 Aug 2004 01:59:10 +0200 (CEST) From: Andreas Braml <a.strich.b@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70923: [maintainer-approved] games/scummvm: update to latest version Message-ID: <200408242359.i7ONxAC1013688@gorban.sonatorrek.home> Resent-Message-ID: <200408250000.i7P00jjl095792@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70923 >Category: ports >Synopsis: [maintainer-approved] games/scummvm: update to latest version >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: Wed Aug 25 00:00:45 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Andreas Braml >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gorban.sonatorrek.home 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Wed Aug 11 15:00:02 CEST 2004 root@gorban.sonatorrek.home:/usr/obj/usr/src/sys/CUSTOM i386 >Description: Update the port to the latest version; get rid of now unnecessary GCC-3.4 patches >How-To-Repeat: >Fix: --- scummvm.diff begins here --- diff -ruN games/scummvm/Makefile games/scummvm-newver/Makefile --- games/scummvm/Makefile Thu Jul 15 16:06:17 2004 +++ games/scummvm-newver/Makefile Mon Aug 16 14:47:16 2004 @@ -6,10 +6,11 @@ # PORTNAME= scummvm -PORTVERSION= 0.6.0 +PORTVERSION= 0.6.1 CATEGORIES= games emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION}b MAINTAINER= alexander@trull.com COMMENT= Graphical Adventure Game Virtual Machine diff -ruN games/scummvm/distinfo games/scummvm-newver/distinfo --- games/scummvm/distinfo Thu Jul 15 16:06:17 2004 +++ games/scummvm-newver/distinfo Mon Aug 16 14:48:16 2004 @@ -1,2 +1,2 @@ -MD5 (scummvm-0.6.0.tar.bz2) = efc4207a7f10b24e9fc5afa10ed9c455 -SIZE (scummvm-0.6.0.tar.bz2) = 1631951 +MD5 (scummvm-0.6.1b.tar.bz2) = 143dd7cfe0995922c49e1f8a6cdf2055 +SIZE (scummvm-0.6.1b.tar.bz2) = 1626950 diff -ruN games/scummvm/files/patch-base-main.cpp games/scummvm-newver/files/patch-base-main.cpp --- games/scummvm/files/patch-base-main.cpp Wed Aug 4 00:27:27 2004 +++ games/scummvm-newver/files/patch-base-main.cpp Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- base/main.cpp.orig Tue Aug 3 15:56:29 2004 -+++ base/main.cpp Tue Aug 3 15:56:41 2004 -@@ -262,7 +262,7 @@ - - // Free up memory - delete engine; --}; -+} - - #ifndef _WIN32_WCE - int main(int argc, char *argv[]) { diff -ruN games/scummvm/files/patch-scumm-actor.cpp games/scummvm-newver/files/patch-scumm-actor.cpp --- games/scummvm/files/patch-scumm-actor.cpp Wed Aug 4 00:27:27 2004 +++ games/scummvm-newver/files/patch-scumm-actor.cpp Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- scumm/actor.cpp.orig Tue Aug 3 15:55:01 2004 -+++ scumm/actor.cpp Tue Aug 3 15:55:35 2004 -@@ -789,14 +789,14 @@ - return _V1_talkingActor; - else - return VAR(VAR_TALK_ACTOR); --}; -+} - - void ScummEngine::talkingActor(int value) { - if (_gameId == GID_MANIAC && _version == 1) - _V1_talkingActor = value; - else - VAR(VAR_TALK_ACTOR) = value; --}; -+} - - void ScummEngine::showActors() { - int i; diff -ruN games/scummvm/files/patch-scumm-debugger.cpp games/scummvm-newver/files/patch-scumm-debugger.cpp --- games/scummvm/files/patch-scumm-debugger.cpp Wed Aug 4 00:27:27 2004 +++ games/scummvm-newver/files/patch-scumm-debugger.cpp Thu Jan 1 01:00:00 1970 @@ -1,20 +0,0 @@ ---- scumm/debugger.cpp.orig Tue Aug 3 15:55:47 2004 -+++ scumm/debugger.cpp Tue Aug 3 15:56:18 2004 -@@ -57,7 +57,7 @@ - va_end(va); - - debug(buf); --}; -+} - - ScummDebugger::ScummDebugger(ScummEngine *s) - : Common::Debugger<ScummDebugger>() { -@@ -592,7 +592,7 @@ - - DebugPrintf("Unknown flag. Type 'Debug ?' for syntax\n"); - return true; --}; -+} - - bool ScummDebugger::Cmd_DebugLevel(int argc, const char **argv) { - if (argc == 1) { --- scummvm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408242359.i7ONxAC1013688>