From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 30 15:40:06 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 370931065679 for ; Thu, 30 Jul 2009 15:40:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E28288FC19 for ; Thu, 30 Jul 2009 15:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6UFe5Im064930 for ; Thu, 30 Jul 2009 15:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6UFe5dj064929; Thu, 30 Jul 2009 15:40:05 GMT (envelope-from gnats) Resent-Date: Thu, 30 Jul 2009 15:40:05 GMT Resent-Message-Id: <200907301540.n6UFe5dj064929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Wisnicki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73747106566C; Thu, 30 Jul 2009 15:39:51 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id A9C3F8FC13; Thu, 30 Jul 2009 15:39:50 +0000 (UTC) (envelope-from mwisnicki@gmail.com) Received: by ewy2 with SMTP id 2so807205ewy.43 for ; Thu, 30 Jul 2009 08:39:49 -0700 (PDT) Received: by 10.211.199.11 with SMTP id b11mr1839012ebq.57.1248967103339; Thu, 30 Jul 2009 08:18:23 -0700 (PDT) Received: from ghost.pnet.one.pl (static-78-8-147-77.ssp.dialog.net.pl [78.8.147.77]) by mx.google.com with ESMTPS id 7sm2698603eyg.35.2009.07.30.08.18.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 30 Jul 2009 08:18:22 -0700 (PDT) Received: by ghost.pnet.one.pl (sSMTP sendmail emulation); Thu, 30 Jul 2009 17:18:20 +0200 Message-Id: <4a71b9be.0707d00a.014f.fffff60c@mx.google.com> Date: Thu, 30 Jul 2009 17:18:20 +0200 From: Marcin Wisnicki Sender: =?UTF-8?Q?Marcin_Wi=C5=9Bnicki?= To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: ache@FreeBSD.org Subject: ports/137269: [PATCH] mail/procmail: batch build not possible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2009 15:40:06 -0000 >Number: 137269 >Category: ports >Synopsis: [PATCH] mail/procmail: batch build not possible >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 30 15:40:05 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Marcin Wisnicki >Release: FreeBSD 7.2-STABLE i386 >Organization: >Environment: System: FreeBSD ghost.pnet.one.pl 7.2-STABLE FreeBSD 7.2-STABLE #0: Wed May 6 20:43:28 CEST >Description: Don't know how it works on build cluster, but for me building this port with 'make -DBATCH install' does not work - it still asks the question. Passing BATCH to child make solves the problem. Port maintainer (ache@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- procmail-3.22_6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/procmail.orig/Makefile /usr/ports/mail/procmail/Makefile --- /usr/ports/mail/procmail.orig/Makefile 2009-05-08 01:19:03.000000000 +0200 +++ /usr/ports/mail/procmail/Makefile 2009-07-30 11:52:11.000000000 +0200 @@ -35,7 +35,9 @@ # 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 +.if defined(BATCH) # handled in patch-aa +MAKE_ARGS+= -DBATCH +.else IS_INTERACTIVE= yes .endif --- procmail-3.22_6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: