aboutsummaryrefslogtreecommitdiff
path: root/games/lincity
diff options
context:
space:
mode:
authorDima Ruban <dima@FreeBSD.org>1997-10-29 03:20:54 +0000
committerDima Ruban <dima@FreeBSD.org>1997-10-29 03:20:54 +0000
commit2162d6265012e74962b18e6c1b683df4aa812f07 (patch)
tree5dd8634aba3c269fcee4f60e03c6fbc18609be8d /games/lincity
parent6ef28ef46f638eaa46ad5959f1cd1f4506b38f76 (diff)
downloadports-2162d6265012e74962b18e6c1b683df4aa812f07.tar.gz
ports-2162d6265012e74962b18e6c1b683df4aa812f07.zip
upgrade: 1.04 -> 1.09
Notes
Notes: svn path=/head/; revision=8384
Diffstat (limited to 'games/lincity')
-rw-r--r--games/lincity/Makefile8
-rw-r--r--games/lincity/distinfo3
-rw-r--r--games/lincity/files/patch-aa93
-rw-r--r--games/lincity/pkg-plist1
4 files changed, 67 insertions, 38 deletions
diff --git a/games/lincity/Makefile b/games/lincity/Makefile
index 543e2413d619..ea19cb6bc277 100644
--- a/games/lincity/Makefile
+++ b/games/lincity/Makefile
@@ -3,13 +3,13 @@
# Date created: 13 Feb 1997
# Whom: Julian Assange
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/02/14 08:19:07 tg Exp $
#
-DISTNAME= lincity104
-PKGNAME= lincity-1.04
+DISTNAME= lincity109
+PKGNAME= lincity-1.09
CATEGORIES= games
-MASTER_SITES= http://www.floot.demon.co.uk/
+MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/linux/games/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= proff@iq.org
diff --git a/games/lincity/distinfo b/games/lincity/distinfo
index 9d953321756b..4c36f46da38a 100644
--- a/games/lincity/distinfo
+++ b/games/lincity/distinfo
@@ -1 +1,2 @@
-MD5 (lincity104-src.tar.gz) = 2add5c6ef302062fc0cdb32f6346ec6a
+MD5 (lincity109-src.tar.gz) = 8a114a31569c4def6c4a2670adb96a64
+
diff --git a/games/lincity/files/patch-aa b/games/lincity/files/patch-aa
index cae771d81c0b..3aa4ea3699e2 100644
--- a/games/lincity/files/patch-aa
+++ b/games/lincity/files/patch-aa
@@ -1,33 +1,60 @@
---- Makefile.old Sun Feb 9 23:58:27 1997
-+++ Makefile Thu Feb 13 14:26:14 1997
-@@ -1,18 +1,18 @@
- # Makefile for LinCity (c) I J Peters 1995,1996.
-
- # This is where the binaries for LinCity will be placed.
--LC_BINDIR = /usr/local/bin
-+LC_BINDIR = ${PREFIX}/bin
- # for solaris you might choose...
- # LC_BINDIR = /opt/lcity/bin
-
- # This is where the library/data files will be placed.
--LC_LIBDIR = /usr/local/lib/lincity
-+LC_LIBDIR = ${PREFIX}/lib/lincity
- # for solaris you might choose...
- # LC_LIBDIR = /opt/lcity/lib
- export LC_LIBDIR
-
- # This is where the manpage will be placed.
--LC_MANDIR = /usr/local/man/man6
-+LC_MANDIR = ${PREFIX}/man/man6
- LC_MANSUF = 6
- # for solaris you might choose...
- # LC_LIBDIR = /opt/lcity/man/man6
-@@ -22,7 +22,7 @@
- EXTRA_OPTS = -fstrength-reduce -ffast-math
- WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline
- # DEBUG_OPTS =-g
--CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\"
-+CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include
- # -fno-strength-reduce
- # PROFF = -pg
- # PROFL = -lc
+*** Makefile.WAS Tue Oct 28 16:40:56 1997
+--- Makefile Tue Oct 28 16:40:59 1997
+***************
+*** 1,19 ****
+ # Makefile for LinCity (c) I J Peters 1995,1996.
+
+ # This is where the binaries for LinCity will be placed.
+! LC_BINDIR = /usr/local/bin
+ # for solaris you might choose...
+ # LC_BINDIR = /opt/lcity/bin
+
+ # This is where the library/data files will be placed.
+! LC_LIBDIR = /usr/local/lib/lincity
+ # for solaris you might choose...
+ # LC_LIBDIR = /opt/lcity/lib
+
+ # export LC_LIBDIR
+
+ # This is where the manpage will be placed.
+! LC_MANDIR = /usr/local/man/man6
+ LC_MANSUF = 6
+ # for solaris you might choose...
+ # LC_LIBDIR = /opt/lcity/man/man6
+--- 1,19 ----
+ # Makefile for LinCity (c) I J Peters 1995,1996.
+
+ # This is where the binaries for LinCity will be placed.
+! LC_BINDIR = ${PREFIX}/bin
+ # for solaris you might choose...
+ # LC_BINDIR = /opt/lcity/bin
+
+ # This is where the library/data files will be placed.
+! LC_LIBDIR = ${PREFIX}/lib/lincity
+ # for solaris you might choose...
+ # LC_LIBDIR = /opt/lcity/lib
+
+ # export LC_LIBDIR
+
+ # This is where the manpage will be placed.
+! LC_MANDIR = ${PREFIX}/man/man6
+ LC_MANSUF = 6
+ # for solaris you might choose...
+ # LC_LIBDIR = /opt/lcity/man/man6
+***************
+*** 23,29 ****
+ EXTRA_OPTS = -fstrength-reduce -ffast-math
+ WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline
+ # DEBUG_OPTS =-g
+! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\"
+ # -fno-strength-reduce
+ # PROFF = -pg
+ # PROFL = -lc
+--- 23,29 ----
+ EXTRA_OPTS = -fstrength-reduce -ffast-math
+ WARN_OPTS = -Wall -Wpointer-arith -Wcast-align -Winline
+ # DEBUG_OPTS =-g
+! CFLAGS = -O2 $(DEBUG_OPTS) $(EXTRA_OPTS) $(WARN_OPTS) -DLIBDIR=\"$(LC_LIBDIR)\" -I${X11BASE}/include
+ # -fno-strength-reduce
+ # PROFF = -pg
+ # PROFL = -lc
diff --git a/games/lincity/pkg-plist b/games/lincity/pkg-plist
index c1a093c1d36f..89ace8056ed5 100644
--- a/games/lincity/pkg-plist
+++ b/games/lincity/pkg-plist
@@ -457,6 +457,7 @@ lib/lincity/help/confinep.hlp
lib/lincity/help/tover.hlp
lib/lincity/help/sustain.hlp
lib/lincity/help/error.hlp
+lib/lincity/help/tech-level.hlp
lib/lincity/messages/mod_wind_up.mes
lib/lincity/messages/error.mes
lib/lincity/messages/coalpowerup.mes