From leres@ee.lbl.gov  Thu Dec 23 20:06:24 2010
Return-Path: <leres@ee.lbl.gov>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 08B3C1065675
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 20:06:24 +0000 (UTC)
	(envelope-from leres@ee.lbl.gov)
Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2001:400:610:102::ca])
	by mx1.freebsd.org (Postfix) with ESMTP id E0F5A8FC0A
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 20:06:23 +0000 (UTC)
Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213])
	(authenticated bits=0)
	by fun.ee.lbl.gov (8.14.4/8.14.4) with ESMTP id oBNK6MZu008126
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <freebsd-gnats-submit@freebsd.org>; Thu, 23 Dec 2010 12:06:23 -0800 (PST)
Message-Id: <4D13ABBE.90407@ee.lbl.gov>
Date: Thu, 23 Dec 2010 12:06:22 -0800
From: Craig Leres <leres@ee.lbl.gov>
To: freebsd-gnats-submit@freebsd.org
Subject: [PATCH] mail/procmail: Port builds shouldn't ask for user input

>Number:         153409
>Category:       ports
>Synopsis:       [PATCH] mail/procmail: Port builds shouldn't ask for user input
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 23 20:10:09 UTC 2010
>Closed-Date:    Sat Sep 10 13:05:27 UTC 2011
>Last-Modified:  Sat Sep 10 13:10:07 UTC 2011
>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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 23 20:10:17 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153409 
Responsible-Changed-From-To: ache->freebsd-ports-bugs 
Responsible-Changed-By: ache 
Responsible-Changed-When: Tue Aug 30 08:03:11 UTC 2011 
Responsible-Changed-Why:  
I does not maintain this port anymore 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153409 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Wed Aug 31 12:52:31 UTC 2011 
Responsible-Changed-Why:  
Over to new maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153409 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Sep 10 13:05:25 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153409 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/153409: commit references a PR
Date: Sat, 10 Sep 2011 13:05:20 +0000 (UTC)

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