ports/75077: [PATCH] adapt sendmail to new ldap semantics

Jose M Rodriguez josemi at freebsd.jazztel.es
Tue Dec 14 22:00:50 UTC 2004


>Number:         75077
>Category:       ports
>Synopsis:       [PATCH] adapt sendmail to new ldap semantics
>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:   Tue Dec 14 22:00:49 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jose M Rodriguez
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Redes JM
>Environment:
System: FreeBSD orion.redesjm.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Dec 13 17:11:14 CET 2004 root at orion.redesjm.local:/usr/obj/usr/src/sys/ORION i386


>Description:
	Seems that actual support of openldap by bsd.port.mk prefer
	USE_OPENLDAP=yes, WANT_OPENLDAP_VER=
	instead of
	USE_OPENLDAP_VER=

	this make also use of the default ldap library from sendmail
>How-To-Repeat:
>Fix:

--- patch-sendmail begins here ---
--- mail/sendmail/Makefile.orig	Tue Nov 16 19:00:37 2004
+++ mail/sendmail/Makefile	Tue Nov 16 19:02:01 2004
@@ -128,7 +128,7 @@
 BUILD_DEPENDS+=	${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
 RUN_DEPENDS+=	${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
 .else
-USE_OPENLDAP_VER?=	22
+USE_OPENLDAP=	yes
 .endif
 .else
 CONFLICTS+=	sendmail*+ldap*-8.*
--- patch-sendmail ends here ---



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



More information about the freebsd-ports-bugs mailing list