When you build the procmail port it gratuitously asks you to enter additional directories to do lock tests on; ports should not ask for user input. Fix: Wire the script to not use additional directories; patch attached. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk0Tq74ACgkQWxlAhAje3Js2LgCgkzzCWpdJISgTNA2r9OrLh+ro uHcAoIxIpuCJr17fybYTRb32IUTWheJG =mIzY -----END PGP SIGNATURE----- --------------050207080600070009030209 Content-Type: text/plain; name="patch-files-patch-src-autoconf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-files-patch-src-autoconf" --------------050207080600070009030209 Content-Type: application/octet-stream; name="patch-files-patch-src-autoconf.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="patch-files-patch-src-autoconf.sig" iEYEABECAAYFAk0Tq74ACgkQWxlAhAje3JsqTACfU8jrr7axRUa3f9eanQMvdAcOpskAmwUK tPvtvgLQDKD3k14bvCJDCCmZ --------------050207080600070009030209----tdRwrxvzEGbmE0xrNDVvMItVPFobLvVWjNtWbpxIzKZ5Kl1n Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- patch-src:autoconf.orig 2005-10-30 01:51:16.000000000 -0800 +++ patch-src-autoconf 2010-12-23 11:54:01.000000000 -0800 @@ -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 - How-To-Repeat: I will temporarily use a testdirectory named _locktest in the following directories: /tmp . If you would like to add any, please specify them below, press return to continue:
Responsible Changed From-To: freebsd-ports-bugs->ache Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: ache->freebsd-ports-bugs I does not maintain this port anymore
Responsible Changed From-To: freebsd-ports-bugs->sunpoet Over to new maintainer.
sunpoet 2011-09-10 13:05:12 UTC FreeBSD ports repository Modified files: mail/procmail Makefile mail/procmail/files patch-src:autoconf Log: - 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> Revision Changes Path 1.61 +0 -8 ports/mail/procmail/Makefile 1.2 +13 -4 ports/mail/procmail/files/patch-src:autoconf _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!