diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-10 13:05:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-09-10 13:05:12 +0000 |
commit | 9decc4f334e14dbc114356361c6d74a090339a73 (patch) | |
tree | 83e63771e9950e8b84c478e242c7d39bf412e378 /mail/procmail/files | |
parent | - only grep for firefox version in stdout [1], do the same for thunderbird and (diff) |
- Skip interactive input of additional directories for lock test
- Remove BATCH/IS_INTERACTIVE section in Makefile
PR: ports/153409
Submitted by: Craig Leres <leres@ee.lbl.gov>
Diffstat (limited to 'mail/procmail/files')
-rw-r--r-- | mail/procmail/files/patch-src:autoconf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/mail/procmail/files/patch-src:autoconf b/mail/procmail/files/patch-src:autoconf index 964a015185ed..ef615cb599ba 100644 --- a/mail/procmail/files/patch-src:autoconf +++ b/mail/procmail/files/patch-src:autoconf @@ -1,6 +1,16 @@ ---- src/autoconf.ORI Sun Oct 30 10:01:45 2005 -+++ src/autoconf Sun Oct 30 10:03:56 2005 -@@ -978,6 +978,7 @@ +--- src/autoconf.orig 2001-09-10 21:55:46.000000000 -0700 ++++ src/autoconf 2010-12-23 11:53:07.000000000 -0800 +@@ -230,7 +230,8 @@ + echo "" + if test -z "$LOCKINGTEST" + then +- read b ++ #read b ++ b="" + elif test dummy = "$LOCKINGTEST" + then + b="" +@@ -977,6 +978,7 @@ echo 'Checking realloc implementation' @@ -8,4 +18,3 @@ if $MAKE _autotst >$DEVNULL 2>&1 test -f _autotst then - |