Date: Sun, 7 Dec 2008 12:39:05 +0100 (CET) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: danfe@FreeBSD.org Subject: ports/129476: [PATCH] games/openttd: update to 0.6.3 Message-ID: <20081207113905.4940C39BC9@pin.if.uz.zgora.pl> Resent-Message-ID: <200812071150.mB7Bo3GB005138@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129476 >Category: ports >Synopsis: [PATCH] games/openttd: update to 0.6.3 >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: Sun Dec 07 11:50:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edward Tomasz Napierala >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue Jul 22 14:57:37 CEST 2008 >Description: - Update to 0.6.3 Added file(s): - files/patch-config.lib Port maintainer (danfe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- openttd-0.6.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/openttd/Makefile /home/trasz/openttd/Makefile --- /usr/ports/games/openttd/Makefile 2008-06-19 14:47:42.000000000 +0200 +++ /home/trasz/openttd/Makefile 2008-12-07 12:34:55.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= openttd -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.3 CATEGORIES= games MASTER_SITES= SF @@ -61,10 +61,6 @@ @${ECHO_MSG} "Define WITH_DEDICATED_SERVER_ONLY to build CLI-based dedicated server" .endif -post-patch: -# Remove extra (vendor) CFLAGS, we set our own - @${REINPLACE_CMD} '877,878d' ${WRKSRC}/config.lib - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${DATADIR}/data ${DATADIR}/lang ${DATADIR}/scripts diff -ruN --exclude=CVS /usr/ports/games/openttd/distinfo /home/trasz/openttd/distinfo --- /usr/ports/games/openttd/distinfo 2008-06-19 14:47:42.000000000 +0200 +++ /home/trasz/openttd/distinfo 2008-12-07 12:34:56.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (openttd-0.6.1-source.tar.bz2) = f7c0f19dcca051cd28641109d795f202 -SHA256 (openttd-0.6.1-source.tar.bz2) = d7d26e41f78a904e84dbfafad0f555e5d29aa20f3688e8d6865a57a46837086c -SIZE (openttd-0.6.1-source.tar.bz2) = 3690207 +MD5 (openttd-0.6.3-source.tar.bz2) = d05b9ebf67c83f07e8286d0d2b1fc293 +SHA256 (openttd-0.6.3-source.tar.bz2) = 2d60e8a08768a9c81f37e699df6890c12d53f4d56b5562724c3a9ffa302c7197 +SIZE (openttd-0.6.3-source.tar.bz2) = 4609714 diff -ruN --exclude=CVS /usr/ports/games/openttd/files/patch-config.lib /home/trasz/openttd/files/patch-config.lib --- /usr/ports/games/openttd/files/patch-config.lib 1970-01-01 01:00:00.000000000 +0100 +++ /home/trasz/openttd/files/patch-config.lib 2008-12-07 12:34:55.000000000 +0100 @@ -0,0 +1,11 @@ +--- config.lib.orig 2008-12-07 11:59:39.000000000 +0100 ++++ config.lib 2008-12-07 12:00:13.000000000 +0100 +@@ -962,8 +962,6 @@ + CFLAGS="-I/gg/os-include -noixemul -fstrict-aliasing -fexpensive-optimizations -mcpu=604 -fno-inline -mstring -mmultiple $CFLAGS" + LDFLAGS="$LDFLAGS -noixemul" + fi +- +- CFLAGS="-O2 -fomit-frame-pointer $CFLAGS" + fi + else + OBJS_SUBDIR="debug" --- openttd-0.6.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081207113905.4940C39BC9>