ports/140080: [patch] Fix WITH_SENDMAIL_PORT automatic detection

Petr Rehor preho at gmail.com
Thu Oct 29 13:00:11 UTC 2009


>Number:         140080
>Category:       ports
>Synopsis:       [patch] Fix WITH_SENDMAIL_PORT automatic detection
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 29 13:00:09 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Petr Rehor
>Release:        FreeBSD 7.1-RELEASE-p6 i386
>Organization:
>Environment:
System: FreeBSD charon.rx.cz 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #0: Tue Jun 9 16:26:47 UTC 2009 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Typo in bsd.milter.mk prevents the automatic detection of WITH_SENDMAIL_PORT.
>How-To-Repeat:
Install port mail/sendmail and security/amavisd-milter.
Than try ldd /usr/local/sbin/amavisd-milter.
>Fix:
--- sendmail.diff begins here ---
Index: bsd.milter.mk
===================================================================
RCS file: /home/ncvs/ports/mail/sendmail/bsd.milter.mk,v
retrieving revision 1.3
diff -u -r1.3 bsd.milter.mk
--- bsd.milter.mk	17 Mar 2008 15:13:32 -0000	1.3
+++ bsd.milter.mk	29 Oct 2009 12:05:38 -0000
@@ -45,7 +45,7 @@
 	!defined(WITH_SENDMAIL_PORT)
 .if	exists(${LOCALBASE}/lib/libmilter.a) || \
 	!exists(/usr/lib/libmilter.a)
-WITH_SENDMAIL_PORTS=yes
+WITH_SENDMAIL_PORT=yes
 .else
 WITH_SENDMAIL_BASE=yes
 .endif
--- sendmail.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list