From 9decc4f334e14dbc114356361c6d74a090339a73 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 10 Sep 2011 13:05:12 +0000 Subject: - Skip interactive input of additional directories for lock test - Remove BATCH/IS_INTERACTIVE section in Makefile PR: ports/153409 Submitted by: Craig Leres --- mail/procmail/Makefile | 8 -------- mail/procmail/files/patch-src:autoconf | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 12 deletions(-) (limited to 'mail/procmail') 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 - -- cgit v1.2.3