ports/80893: [PATCH] mail/sendmail: correct support openldap and sasl

Jose M Rodriguez josemi at orion.redesjm.local
Wed May 11 13:20:03 UTC 2005


>Number:         80893
>Category:       ports
>Synopsis:       [PATCH] mail/sendmail: correct support openldap and sasl
>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:   Wed May 11 13:20:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jose M Rodriguez
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD orion.redesjm.local 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Mon May  9 17:07:47 CEST
>Description:
	define WITH_SASL to get openldap with sasl support
	define WITH_OPENLDAP to get sasluathd with ldap support

	Not sure to get the target, but must be investigated.
	At last, not get openldap-sasl-client as depend,
	but this seems a problem of openldap port.

Port maintainer (dinoex at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- sendmail-8.13.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/sendmail/Makefile /home/josemi/ports/mail/sendmail/Makefile
--- /usr/ports/mail/sendmail/Makefile	Sat Apr  2 12:15:23 2005
+++ /home/josemi/ports/mail/sendmail/Makefile	Wed May 11 15:02:13 2005
@@ -132,6 +132,7 @@
 RUN_DEPENDS+=	${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
 .else
 USE_OPENLDAP=	yes
+WITH_OPENLDAP=	yes	# required by cyrus-sasl2-saslauthd
 .endif
 .else
 CONFLICTS+=	sendmail*+ldap*-8.*
@@ -159,6 +160,7 @@
 CONFLICTS+=	sendmail*+sasl-8.* sendmail*+sasl+*-8.*
 .endif
 .if defined(SENDMAIL_WITH_SASL2)
+WITH_SASL=yes
 SASL_SUFFIX?=	+sasl2
 CONFLICTS+=	sendmail+tls-8.* \
 		sendmail+tls+db*-8.* \
--- sendmail-8.13.4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list