summaryrefslogtreecommitdiff
path: root/mail/elm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-03 14:13:00 +0000
committerwiz <wiz@pkgsrc.org>2002-01-03 14:13:00 +0000
commiteadaa9d9909bac2f8040ac7eed9099e9098e8e00 (patch)
tree26113edfb4a86bd375d5e2ac7aba8811268ed8cf /mail/elm
parent0424c1866b3d3adf92b3d7b675208c8e29cfeede (diff)
downloadpkgsrc-eadaa9d9909bac2f8040ac7eed9099e9098e8e00.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 'mail/elm')
-rw-r--r--mail/elm/distinfo4
-rw-r--r--mail/elm/patches/patch-aa23
2 files changed, 20 insertions, 7 deletions
diff --git a/mail/elm/distinfo b/mail/elm/distinfo
index 762050ca2ad..d8a0a79c3c8 100644
--- a/mail/elm/distinfo
+++ b/mail/elm/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2001/07/18 20:04:11 martin Exp $
+$NetBSD: distinfo,v 1.4 2002/01/03 14:13:00 wiz Exp $
SHA1 (elm2.5.5.tar.gz) = 608f46d80a259eb3439b624d2947eede201a157d
Size (elm2.5.5.tar.gz) = 605728 bytes
-SHA1 (patch-aa) = 496848b87b31bdfa688cbf09f67f29428e2805b4
+SHA1 (patch-aa) = b563de30ee117674419ec56074c0a94fbfbb6504
SHA1 (patch-ab) = 0d3a39f6fb0179bf75095ed7aa1910d94506fbe8
SHA1 (patch-ac) = 3216e1f8a00200efd93ada37c8250c5277abfbfe
SHA1 (patch-ad) = de6e99072ad6379126bb1e6d798bc2cd851a92ed
diff --git a/mail/elm/patches/patch-aa b/mail/elm/patches/patch-aa
index 0a8a77f519c..dba6687a86c 100644
--- a/mail/elm/patches/patch-aa
+++ b/mail/elm/patches/patch-aa
@@ -1,7 +1,20 @@
-$NetBSD: patch-aa,v 1.2 2001/07/18 20:04:13 martin Exp $
---- Configure.orig Sun Jul 15 23:32:27 2001
-+++ Configure Sun Jul 15 23:34:48 2001
-@@ -490,8 +490,8 @@
+$NetBSD: patch-aa,v 1.3 2002/01/03 14:13:01 wiz Exp $
+
+--- Configure.orig Fri Dec 15 15:00:55 2000
++++ 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:$PATH"
+ 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.)"
+@@ -490,8 +485,8 @@
n=''
c='\c'
fi
@@ -12,7 +25,7 @@ $NetBSD: patch-aa,v 1.2 2001/07/18 20:04:13 martin Exp $
rm -f .echotmp
: now set up to do reads with possible shell escape and default assignment
-@@ -5496,7 +5496,7 @@
+@@ -5496,7 +5491,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"