ports/114927: [PATCH] games/openttd: update to 0.5.2

Jan-Olof Lindqvist jo.lindqvist at gmail.com
Thu Jul 26 10:20:02 UTC 2007


>Number:         114927
>Category:       ports
>Synopsis:       [PATCH] games/openttd: update to 0.5.2
>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:   Thu Jul 26 10:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jan-Olof Lindqvist
>Release:        6.2-STABLE
>Organization:
http://www.jail.se/
>Environment:
FreeBSD jf.jail.se 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed Jul 18 16:43:29 CEST 2007     jf at jf.jail.se:/usr/obj/usr/src/sys/SMP  i386
>Description:
New version of OpenTTD
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN openttd.old/Makefile openttd/Makefile
--- openttd.old/Makefile	2007-07-26 11:59:33.000000000 +0200
+++ openttd/Makefile	2007-07-26 12:10:22.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	openttd
-PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTVERSION=	0.5.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,6 +19,7 @@
 USE_GMAKE=	yes
 
 DISTVERSIONSUFFIX=	-source
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 .if defined(WITH_MIDI_PLAYER)
 MAKE_ARGS+=	MIDI=${WITH_MIDI_PLAYER}
diff -ruN openttd.old/distinfo openttd/distinfo
--- openttd.old/distinfo	2007-07-26 11:59:33.000000000 +0200
+++ openttd/distinfo	2007-07-26 12:00:40.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (openttd-0.5.0-source.tar.gz) = caae893dc0310454e61503f605052719
-SHA256 (openttd-0.5.0-source.tar.gz) = 27420905a6885d1cde31f78d04d9164fa95ca6d39dfa26c91f1156c8969fa32c
-SIZE (openttd-0.5.0-source.tar.gz) = 4093144
+MD5 (openttd-0.5.2-source.tar.gz) = 13a91f65db9614798212487b2180966e
+SHA256 (openttd-0.5.2-source.tar.gz) = 12d5e4c17cc04d7d6926a87fd4bbcd74131b734edeafb77d92f36c1d14191b9e
+SIZE (openttd-0.5.2-source.tar.gz) = 4095499
diff -ruN openttd.old/files/patch-Makefile openttd/files/patch-Makefile
--- openttd.old/files/patch-Makefile	2007-07-26 11:59:33.000000000 +0200
+++ openttd/files/patch-Makefile	1970-01-01 01:00:00.000000000 +0100
@@ -1,29 +0,0 @@
---- Makefile.orig	Mon Mar 27 02:32:00 2006
-+++ Makefile	Fri Jun 16 04:30:11 2006
-@@ -213,7 +213,7 @@
- ifndef WIN32
- 	ifndef MORPHOS
- 		ifndef OSX
--			LDFLAGS+=-lpthread
-+			LDFLAGS+=${PTHREAD_LIBS}
- 		endif
- 	endif
- endif
-@@ -319,7 +319,7 @@
- # GNU make can only test for (in)equality
- # this is a workaround to test for >=
- ifeq ($(shell expr $(CC_VERSION) \>= 29), 1)
--  CFLAGS += -O -Wall -Wno-multichar -Wsign-compare -Wundef
-+  CFLAGS += -Wall -Wno-multichar -Wsign-compare -Wundef
-   CC_CFLAGS += -Wstrict-prototypes
-   CFLAGS += -Wwrite-strings -Wpointer-arith
- endif
-@@ -377,8 +377,6 @@
- ifdef MORPHOS
- BASECFLAGS += -I/gg/os-include -O2 -noixemul -fstrict-aliasing -fexpensive-optimizations
- BASECFLAGS += -mcpu=604 -fno-inline -mstring -mmultiple
--else
--BASECFLAGS += -O2
- endif
- ifndef PROFILE
- ifndef IRIX


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



More information about the freebsd-ports-bugs mailing list