ports/166847: [patch] mail/postfix remove interactive option

Svyatoslav Lempert svyatoslav.lempert at gmail.com
Wed Apr 11 15:30:13 UTC 2012


>Number:         166847
>Category:       ports
>Synopsis:       [patch] mail/postfix remove interactive option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 11 15:30:13 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Svyatoslav Lempert
>Release:        8.2-STABLE
>Organization:
>Environment:
>Description:
Please remove IS_INTERACTIVE=yes from port. It is not needed for some autoinstallation scripts, because make BATCH=yes install can't run.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nru postfix.old/Makefile postfix/Makefile
--- postfix.old/Makefile	2012-02-20 15:15:17.000000000 +0900
+++ postfix/Makefile	2012-04-12 00:07:22.000000000 +0900
@@ -88,13 +88,6 @@
 HTML1=	body_checks.5.html bounce.5.html postfix-power.png \
 	scache.8.html tlsmgr.8.html
 
-.if !defined(PACKAGE_BUILDING) && exists(/etc/mail/mailer.conf)
-OLD_MAILER!=	${GREP} -m 1 '^purgestat' /etc/mail/mailer.conf || true
-.if !empty(OLD_MAILER)
-IS_INTERACTIVE=	yes
-.endif
-.endif
-
 .if ${OSVERSION} >= 800037
 KRB5_EXTR=	-lhx509
 .endif


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list