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 | |
parent | 1a5976ce70df6e9c02f2ea740bcdfec38e70b11d (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>
Notes
Notes:
svn path=/head/; revision=281579
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 8 | ||||
-rw-r--r-- | mail/procmail/files/patch-src:autoconf | 17 |
2 files changed, 13 insertions, 12 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 66e09c66a3bb..b7d4c35f9fe1 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -33,14 +33,6 @@ MAKE_JOBS_UNSAFE= yes #PATCH_DIST_STRIP=-p #.endif -# It asks for list of directories to do test for file locking -# (defaults to /tmp and ".", so return should suffice in most cases). -.if defined(BATCH) # handled in patch-aa -MAKE_ARGS+= -DBATCH -.else -IS_INTERACTIVE= yes -.endif - INSTALL_TARGET= install-suid install.man MAN1= procmail.1 formail.1 lockfile.1 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 - |