diff options
-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 + |