diff options
author | jim <jim@FreeBSD.org> | 2000-04-01 08:48:02 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-04-01 08:48:02 +0800 |
commit | db60c2408b9a63550d96521a8db2b0dba793a496 (patch) | |
tree | 70bc4b4aebebd33d77888c1c2a1058fdcafb9784 /games/corewars | |
parent | 4d483270a3cc0b57627fb201c54b9d1bb7c382f1 (diff) | |
download | freebsd-ports-gnome-db60c2408b9a63550d96521a8db2b0dba793a496.tar.gz freebsd-ports-gnome-db60c2408b9a63550d96521a8db2b0dba793a496.tar.zst freebsd-ports-gnome-db60c2408b9a63550d96521a8db2b0dba793a496.zip |
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.
Diffstat (limited to 'games/corewars')
-rw-r--r-- | games/corewars/Makefile | 4 | ||||
-rw-r--r-- | games/corewars/distinfo | 2 | ||||
-rw-r--r-- | games/corewars/files/patch-ab | 16 |
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 + |