diff options
author | wiz <wiz> | 2002-01-03 13:06:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-03 13:06:50 +0000 |
commit | 6851b53826acf05f2d7c5b31471e911f38eb39fc (patch) | |
tree | 37842877069b9ee9bbe86397f7d3659473ce6bb0 /games/ularn | |
parent | a40bfa351364bf839bee238fa6d8adbc925313e0 (diff) | |
download | pkgsrc-6851b53826acf05f2d7c5b31471e911f38eb39fc.tar.gz |
Don't check if stdin is redirected -- it is in bulk builds, and
that's perfectly okay. Fixes recently noted bulk build problem.
Diffstat (limited to 'games/ularn')
-rw-r--r-- | games/ularn/distinfo | 4 | ||||
-rw-r--r-- | games/ularn/patches/patch-aa | 30 |
2 files changed, 23 insertions, 11 deletions
diff --git a/games/ularn/distinfo b/games/ularn/distinfo index f10eccca43c..cc1d24fdaf9 100644 --- a/games/ularn/distinfo +++ b/games/ularn/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/04/27 15:27:30 agc Exp $ +$NetBSD: distinfo,v 1.2 2002/01/03 13:06:50 wiz Exp $ SHA1 (ularn.tar.gz) = abc5bbecca65968e9ddaf2a8d07ac5141009459d Size (ularn.tar.gz) = 142790 bytes -SHA1 (patch-aa) = 83e99ee4fa571b7d4a937f95a26990297f7dc22c +SHA1 (patch-aa) = 729fbce5942d1a8867ffcdb79a1bbfd516535106 SHA1 (patch-ab) = a45fec8456da7b2b1985dc2332ede80082b2dab4 SHA1 (patch-ac) = 859fb4ae3782658d2f2cf29d11da67a901499e61 SHA1 (patch-ad) = ecf9b099ac8df2b86a9c45c0cf76c7caf194f64b diff --git a/games/ularn/patches/patch-aa b/games/ularn/patches/patch-aa index e34f3bcb173..fb8021c7b4d 100644 --- a/games/ularn/patches/patch-aa +++ b/games/ularn/patches/patch-aa @@ -1,8 +1,20 @@ -$NetBSD: patch-aa,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $ +$NetBSD: patch-aa,v 1.2 2002/01/03 13:06:51 wiz Exp $ ---- Configure.orig Wed Jan 18 11:41:26 1995 -+++ Configure Sun Jan 28 16:18:39 2001 -@@ -58,7 +58,7 @@ +--- Configure.orig Wed Jan 18 20:41:26 1995 ++++ Configure +@@ -18,11 +18,6 @@ + PATH='.:/bin:/usr/bin:/usr/local/bin:/usr/ucb:/usr/local:/usr/lbin:/etc:/usr/new:/usr/new/bin:/usr/nbin:/usr/bin/X11:/usr/X11/bin:/usr/openwin/bin:/usr/ccs/bin' + export PATH || (echo "OOPS, this isn't sh. Desperation time. I will feed myself to sh."; sh $0; kill $$) + +-if test ! -t 0; then +- echo "Say 'sh Configure', not 'sh <Configure'" +- exit 1 +-fi +- + (alias) >/dev/null 2>&1 && \ + echo "(I see you are using the Korn shell. Some ksh's blow up on Configure," && \ + echo "especially on exotic machines. If yours does, try the Bourne shell instead.)" +@@ -58,7 +53,7 @@ medium='' large='' huge='' @@ -11,7 +23,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $ ldflags='' cc='' n='' -@@ -98,7 +98,7 @@ +@@ -98,7 +93,7 @@ uncompress='' imake='' xmkmf='' @@ -20,7 +32,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $ d_drand48='' d_havetlib='' termlib='' -@@ -107,7 +107,7 @@ +@@ -107,7 +102,7 @@ d_random='' defcomp='' imaketmpl='' @@ -29,7 +41,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $ mycompress='' myuncompress='' CONFIG='' -@@ -187,7 +187,7 @@ +@@ -187,7 +182,7 @@ c='\c' fi echo $n "Type carriage return to continue. Your cursor should be here-->$c" @@ -38,7 +50,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $ rm -f .echotmp : now set up to do reads with possible shell escape and default assignment -@@ -1361,6 +1361,8 @@ +@@ -1361,6 +1356,8 @@ ;; esac @@ -47,7 +59,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2001/04/27 15:27:32 agc Exp $ echo " " echo "End of configuration questions." echo " " -@@ -1520,7 +1522,7 @@ +@@ -1520,7 +1517,7 @@ echo "If you didn't make any mistakes, then just type a carriage return here." rp="If you need to edit config.sh, do it as a shell escape here:" $echo $n "$rp $c" |