Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2009 13:32:14 +0100 (CET)
From:      Petr Rehor <preho@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dinoex@FreeBSD.org, Petr Rehor <prehor@gmail.com>
Subject:   ports/140080: [patch] Fix WITH_SENDMAIL_PORT automatic detection
Message-ID:  <200910291232.n9TCWE4L018319@199.106.broadband4.iol.cz>
Resent-Message-ID: <200910291300.n9TD0AKl089844@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910291232.n9TCWE4L018319>