ports/109501: [PATCH] add some configurable vars to mail/exim

dawnshade h-k at mail.ru
Sat Feb 24 22:00:15 UTC 2007


>Number:         109501
>Category:       ports
>Synopsis:       [PATCH] add some configurable vars to mail/exim
>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:   Sat Feb 24 22:00:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     dawnshade
>Release:        6.2-RELEASE
>Organization:
-
>Environment:
FreeBSD mail.host.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #1: Sat Jan 13 15:41:33 MSK 2007     root at mail.host.ru:/usr/obj/usr/src/sys/mail_kern_8  i386

>Description:
Add variables WITHOUT_IPLITERAL, WITHOUT_QUERYPROGRAM to mail/exim port
This routers use very rarely cases. 
>How-To-Repeat:
-
>Fix:
Patch attached

Patch attached with submission follows:

--- Makefile.old	Sun Feb 25 00:30:36 2007
+++ Makefile	Sun Feb 25 00:50:44 2007
@@ -7,7 +7,7 @@
 
 PORTNAME=	exim
 PORTVERSION?=	${EXIM_VERSION}
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	${MASTER_SITE_EXIM:S/$/:exim/}
 MASTER_SITE_SUBDIR=	exim4/:exim
@@ -219,6 +219,12 @@
 # transport.
 #WITHOUT_LMTP=		yes
 #
+# Disable support for IPLITERAL router.
+#WITHOUT_IPLITERAL=	yes
+#
+# Disable support for QUERYPROGRAM router.
+#WITHOUT_QUERYPROGRAM=	yes
+#
 # Allow alternate configuration files not only in ${PREFIX}/etc/exim
 #WITHOUT_ALT_CONFIG_PREFIX=	yes
 #
@@ -488,6 +494,14 @@
 
 .if !defined(WITHOUT_LMTP)
 SEDLIST+=	-e 's,^\# (TRANSPORT_LMTP=),\1,'
+.endif
+
+.if defined(WITHOUT_IPLITERAL)
+SEDLIST+=       -e 's,^(ROUTER_IPLITERAL=),\# \1,'
+.endif
+
+.if defined(WITHOUT_QUERYPROGRAM)
+SEDLIST+=       -e 's,^(ROUTER_QUERYPROGRAM=),\# \1,'
 .endif
 
 .if defined(WITHOUT_ALT_CONFIG_PREFIX)

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



More information about the freebsd-ports-bugs mailing list