diff options
author | hubertf <hubertf> | 1999-10-29 00:51:00 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-10-29 00:51:00 +0000 |
commit | 5577933b98206b8d5962944258dd24d4410f6b6f (patch) | |
tree | 5f7ca89f58e37d15a1359a6183524c2f5d88b156 /games/xarchon | |
parent | b890fcd92093cb805df59458a042597bdc8351f3 (diff) | |
download | pkgsrc-5577933b98206b8d5962944258dd24d4410f6b6f.tar.gz |
Update to V0.43. It now uses "ls -l" instead of GNU find now, and
the computer should play a little better.
Diffstat (limited to 'games/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 4 | ||||
-rw-r--r-- | games/xarchon/files/md5 | 4 | ||||
-rw-r--r-- | games/xarchon/files/patch-sum | 4 | ||||
-rw-r--r-- | games/xarchon/patches/patch-aa | 26 | ||||
-rw-r--r-- | games/xarchon/patches/patch-ac | 13 |
5 files changed, 5 insertions, 46 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index c17f4a604dd..61b0f5d47be 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 1999/10/27 23:56:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1999/10/29 00:51:00 hubertf Exp $ # -DISTNAME= xarchon-0.42 +DISTNAME= xarchon-0.43 CATEGORIES= games x11 MASTER_SITES= http://xarchon.seul.org/ \ ftp://xarchon.seul.org/pub/xarchon/ diff --git a/games/xarchon/files/md5 b/games/xarchon/files/md5 index ad5ed389495..1fa6a41a12f 100644 --- a/games/xarchon/files/md5 +++ b/games/xarchon/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/10/14 23:32:17 hubertf Exp $ +$NetBSD: md5,v 1.2 1999/10/29 00:51:01 hubertf Exp $ -MD5 (xarchon-0.42.tar.gz) = 082c4000fb69b533857b9990599514b0 +MD5 (xarchon-0.43.tar.gz) = ec0859dc510c9cd6ce1be530208464cb diff --git a/games/xarchon/files/patch-sum b/games/xarchon/files/patch-sum index 17224734efd..d2d2a09e329 100644 --- a/games/xarchon/files/patch-sum +++ b/games/xarchon/files/patch-sum @@ -1,5 +1,3 @@ -$NetBSD: patch-sum,v 1.2 1999/10/27 23:56:42 hubertf Exp $ +$NetBSD: patch-sum,v 1.3 1999/10/29 00:51:01 hubertf Exp $ -MD5 (patch-aa) = b7bb1c91c75587e7e35674832c92a577 MD5 (patch-ab) = dd081933ce6829e7d1c77f1fd5fdcfde -MD5 (patch-ac) = 4b1f83c34a3ce0b17821974746d7db1d diff --git a/games/xarchon/patches/patch-aa b/games/xarchon/patches/patch-aa deleted file mode 100644 index a79ca7c4b30..00000000000 --- a/games/xarchon/patches/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/10/14 23:32:17 hubertf Exp $ - ---- configure.orig Wed Oct 13 04:54:03 1999 -+++ configure Wed Oct 13 04:54:43 1999 -@@ -1243,13 +1243,14 @@ - - - --echo $ac_n "checking for -printf option in find""... $ac_c" 1>&6 --echo "configure:1248: checking for -printf option in find" >&5 --if test `find /dev/null -printf 'x' 2> /dev/null`"y" != "xy"; then -- echo "$ac_t""no" 1>&6 -- { echo "configure: error: The -printf option is required for a successful installation" 1>&2; exit 1; } --fi --echo "$ac_t""yes" 1>&6 -+# Like someone said: this will fail on MANY systems: -+# echo $ac_n "checking for -printf option in find""... $ac_c" 1>&6 -+# echo "configure:1248: checking for -printf option in find" >&5 -+# if test `find /dev/null -printf 'x' 2> /dev/null`"y" != "xy"; then -+ # echo "$ac_t""no" 1>&6 -+ # { echo "configure: error: The -printf option is required for a successful installation" 1>&2; exit 1; } -+# fi -+# echo "$ac_t""yes" 1>&6 - - - echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 diff --git a/games/xarchon/patches/patch-ac b/games/xarchon/patches/patch-ac deleted file mode 100644 index c6029f0972d..00000000000 --- a/games/xarchon/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/10/14 23:32:17 hubertf Exp $ - ---- data/Makefile.in.orig Wed Oct 13 05:52:14 1999 -+++ data/Makefile.in Wed Oct 13 05:55:43 1999 -@@ -220,7 +220,7 @@ - done; \ - THEME_LINKS=`find $$theme -type l`; \ - for p in $$THEME_LINKS; do \ -- q=`find $$p -printf %l`; \ -+ q=`ls -l $$p | sed 's/^.* //'`; \ - echo " ln -sf $$q $(DESTDIR)$(pkgdatadir)/$$p"; \ - ln -sf $$q $(DESTDIR)$(pkgdatadir)/$$p; \ - done; \ |