summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorgarbled <garbled>2001-07-19 00:24:02 +0000
committergarbled <garbled>2001-07-19 00:24:02 +0000
commit4bcdc6e4f216311ff2721e053b20e89ed9fb031b (patch)
tree464a0bb564c5f335d2be49b592a3e0797c1858e7 /games
parent8fb72ebef0a27461c9b90257f7d995602145a945 (diff)
downloadpkgsrc-4bcdc6e4f216311ff2721e053b20e89ed9fb031b.tar.gz
Update this pkg to 1.0.0. Couldn't find a changelog, but the keybindings
actually seem to work now.
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-cli/Makefile6
-rw-r--r--games/crossfire-cli/distinfo10
-rw-r--r--games/crossfire-cli/patches/patch-aa12
-rw-r--r--games/crossfire-cli/patches/patch-ab8
4 files changed, 18 insertions, 18 deletions
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile
index af5cc06f328..b0a7b1c5151 100644
--- a/games/crossfire-cli/Makefile
+++ b/games/crossfire-cli/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2001/05/22 09:32:19 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/07/19 00:24:02 garbled Exp $
#
-DISTNAME= crossfire-client-0.95.8
+DISTNAME= crossfire-client-1.0.0
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/
DISTFILES= ${CF_SRC} ${CF_SND} ${CF_RAW}
@@ -15,7 +15,7 @@ DEPENDS+= png>=1.0.11:../../graphics/png
EXTRACT_ONLY= ${CF_SRC}
-CF_SRC= crossfire-client-0.95.8.tar.gz
+CF_SRC= crossfire-client-1.0.0.tar.gz
CF_SND= client-0.95.2-au-sounds.tgz
CF_RAW= client-0.95.2-raw-sounds.tgz
diff --git a/games/crossfire-cli/distinfo b/games/crossfire-cli/distinfo
index 90dfaf5aead..098a5d97641 100644
--- a/games/crossfire-cli/distinfo
+++ b/games/crossfire-cli/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 02:08:21 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/07/19 00:24:02 garbled Exp $
-SHA1 (crossfire-client-0.95.8.tar.gz) = 66fb6c2174afa7e00937cbccb92518b057961610
-Size (crossfire-client-0.95.8.tar.gz) = 235557 bytes
+SHA1 (crossfire-client-1.0.0.tar.gz) = d6861684a40884efe6411d413b9273fa52314236
+Size (crossfire-client-1.0.0.tar.gz) = 244723 bytes
SHA1 (client-0.95.2-au-sounds.tgz) = 16fe536118a2a8abea906cfb7064469bb44ddaa2
Size (client-0.95.2-au-sounds.tgz) = 316549 bytes
SHA1 (client-0.95.2-raw-sounds.tgz) = 61606356eb538198e8ad4ef0dc54b7ad048097af
Size (client-0.95.2-raw-sounds.tgz) = 326199 bytes
-SHA1 (patch-aa) = 52dc3e94de2e63c9ed12a82fab29fc6e3d08719c
-SHA1 (patch-ab) = f057be4f617ff4c58dfff597961df83945451c51
+SHA1 (patch-aa) = 2b06d2b09e00b118b6e516102aa8860c72fc5094
+SHA1 (patch-ab) = d9afa5c52ef1f4a36d9cc9d347aec6d351413340
diff --git a/games/crossfire-cli/patches/patch-aa b/games/crossfire-cli/patches/patch-aa
index 87b051cda3d..721ddf7412d 100644
--- a/games/crossfire-cli/patches/patch-aa
+++ b/games/crossfire-cli/patches/patch-aa
@@ -1,16 +1,16 @@
-$NetBSD: patch-aa,v 1.2 2000/12/13 08:31:01 garbled Exp $
---- configure.orig Tue Nov 28 22:52:21 2000
-+++ configure Wed Dec 6 08:57:37 2000
-@@ -3283,7 +3283,7 @@
+$NetBSD: patch-aa,v 1.3 2001/07/19 00:24:02 garbled Exp $
+--- configure.orig Sun May 13 15:03:07 2001
++++ configure Wed Jul 18 16:45:37 2001
+@@ -3312,7 +3312,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lpng $LIBS"
+LIBS="-lpng -lz $LIBS"
cat > conftest.$ac_ext <<EOF
- #line 3289 "configure"
+ #line 3318 "configure"
#include "confdefs.h"
-@@ -3313,7 +3313,7 @@
+@@ -3342,7 +3342,7 @@
#define $ac_tr_lib 1
EOF
diff --git a/games/crossfire-cli/patches/patch-ab b/games/crossfire-cli/patches/patch-ab
index e77855749dd..d954080e42e 100644
--- a/games/crossfire-cli/patches/patch-ab
+++ b/games/crossfire-cli/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2000/12/14 08:21:53 garbled Exp $
---- Makefile.in.orig Thu Dec 14 00:49:29 2000
-+++ Makefile.in Thu Dec 14 00:50:50 2000
+$NetBSD: patch-ab,v 1.2 2001/07/19 00:24:02 garbled Exp $
+--- Makefile.in.orig Sun May 13 15:03:07 2001
++++ Makefile.in Wed Jul 18 16:42:13 2001
@@ -4,7 +4,7 @@
TAR = @TAR@
RM = @RM@
@@ -9,4 +9,4 @@ $NetBSD: patch-ab,v 1.1 2000/12/14 08:21:53 garbled Exp $
+CFLAGS = @CFLAGS@ @CPPFLAGS@ -DCLIENT_LIBDIR=\"@prefix@/share/cfclient\" -I.
LDFLAGS = @LDFLAGS@
CC = @CC@
- LIBS = @LIBS@ @LIBXPM_LIB@
+ LIBS = @LIBS@ @LIBXPM_LIB@