Date: Mon, 20 Sep 2004 20:54:07 +0200 (CEST) From: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/71949: [PATCH] mail/sendmail: use openldap22 Message-ID: <200409201854.i8KIs7Id007423@redesjm.local> Resent-Message-ID: <200409201900.i8KJ0nah075113@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71949 >Category: ports >Synopsis: [PATCH] mail/sendmail: use openldap22 >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: Mon Sep 20 19:00:48 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jose M Rodriguez (freebsd) >Release: FreeBSD 5.3-BETA5 i386 >Organization: Redes JM >Environment: System: FreeBSD orion.redesjm.local 5.3-BETA5 FreeBSD 5.3-BETA5 #0: Mon Sep 20 08:39:19 CEST 2004 >Description: Use openldap 2.2 client, now ports default Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- patch-sendmail begins here --- --- mail/sendmail/Makefile.orig Mon Sep 20 19:24:10 2004 +++ mail/sendmail/Makefile Mon Sep 20 19:25:55 2004 @@ -66,11 +66,11 @@ sendmail+sasl2-8.* CONFLICTS+= sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-8.* .if defined(LDAP_PORT) -OPENLDAP_LIB?= libldap.so.2 +OPENLDAP_LIB?= libldap-2.2.so.7 BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT} RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT} .else -USE_OPENLDAP_VER?= 21 +USE_OPENLDAP_VER?= 22 .endif .else CONFLICTS+= sendmail*+ldap*-8.* --- patch-sendmail ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409201854.i8KIs7Id007423>