summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>2000-04-01 00:48:02 +0000
committerJim Mock <jim@FreeBSD.org>2000-04-01 00:48:02 +0000
commit8b29acf448cc338027bcd6a948e87475795da5fb (patch)
treefc35dbbf292a8ccfb40265a87361bf6c64ccf98b /games
parentAdd a section about how to set up plain disks as a workaround for (diff)
Update to version 0.9.10. I added patch-ab to simply rip a comment out of
configure that tells you glibc isn't installed but doesn't matter anyway for the GTK client, which is what we're installing.
Notes
Notes: svn path=/head/; revision=27211
Diffstat (limited to 'games')
-rw-r--r--games/corewars/Makefile4
-rw-r--r--games/corewars/distinfo2
-rw-r--r--games/corewars/files/patch-ab16
3 files changed, 19 insertions, 3 deletions
diff --git a/games/corewars/Makefile b/games/corewars/Makefile
index 56c506c91a35..85d484be2da2 100644
--- a/games/corewars/Makefile
+++ b/games/corewars/Makefile
@@ -1,12 +1,12 @@
# New ports collection makefile for: corewars
-# Version required: 0.9.9
+# Version required: 0.9.10
# Date created: 29 February 2000
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= corewars-0.9.9
+DISTNAME= corewars-0.9.10
CATEGORIES= games
MASTER_SITES= http://download.sourceforge.net/corewars/
diff --git a/games/corewars/distinfo b/games/corewars/distinfo
index 11fe1a31ead3..882e316fa0ab 100644
--- a/games/corewars/distinfo
+++ b/games/corewars/distinfo
@@ -1 +1 @@
-MD5 (corewars-0.9.9.tar.gz) = 046dd9ac3e5a72912190d287373389af
+MD5 (corewars-0.9.10.tar.gz) = 489cce447f4f6e4647bdbbccbc949d53
diff --git a/games/corewars/files/patch-ab b/games/corewars/files/patch-ab
new file mode 100644
index 000000000000..19710222e7bb
--- /dev/null
+++ b/games/corewars/files/patch-ab
@@ -0,0 +1,16 @@
+--- configure.orig Fri Mar 31 16:14:55 2000
++++ configure Fri Mar 31 16:15:45 2000
+@@ -2311,13 +2311,6 @@
+ COREWARSCMD=corewars-cmd
+ else
+ echo "$ac_t""no" 1>&6
+-echo "configure: warning:
+-
+- ********************************************************************************
+- *** glibc >= 2.1 not installed - cannot build command line client without it ***
+- *** (but this is ok if you want the GTK+ client only) ***
+- ********************************************************************************
+-" 1>&2
+ fi
+ done
+