ports/153409: [PATCH] mail/procmail: Port builds shouldn't ask for user input

Craig Leres leres at ee.lbl.gov
Thu Dec 23 20:10:10 UTC 2010


>Number:         153409
>Category:       ports
>Synopsis:       [PATCH] mail/procmail: Port builds shouldn't ask for user input
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 20:10:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Craig Leres
>Release:        FreeBSD 7.2-RELEASE amd64
>Organization:
Lawrence Berkeley National Laboratory
>Environment:
	FreeBSD fun.ee.lbl.gov 7.2-RELEASE FreeBSD 7.2-RELEASE #9 r99: Sat Dec
 4 23:25:23 PST 2010
leres at fun.ee.lbl.gov:/home/fun/u2/src/7.2-RELEASE/sys/amd64/compile/LBLSMPIPV6
 amd64
>Description:
    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.

>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:

>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"

--- 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
-

--------------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--
>Release-Note:
>Audit-Trail:
>Unformatted:
 This is a multi-part message in MIME format.
 --------------050207080600070009030209
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 



More information about the freebsd-ports-bugs mailing list