Date: Wed, 11 May 2005 15:17:14 +0200 (CEST) From: Jose M Rodriguez <josemi@orion.redesjm.local> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/80893: [PATCH] mail/sendmail: correct support openldap and sasl Message-ID: <200505111317.j4BDHErq082972@redesjm.local> Resent-Message-ID: <200505111320.j4BDK2iV073579@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505111317.j4BDHErq082972>