Date: Sun, 4 May 2003 09:30:11 -0700 (PDT) From: Michael Nottebrock <michaelnottebrock@gmx.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51749: maintainer update: security/dirmngr Message-ID: <200305041630.h44GUB8V020160@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/51749; it has been noted by GNATS. From: Michael Nottebrock <michaelnottebrock@gmx.net> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/51749: maintainer update: security/dirmngr Date: Sun, 04 May 2003 18:23:22 +0200 This is a multi-part message in MIME format. --------------020302010609040203060005 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Okay, seems dirmngr actually requires some OpenLDAP. Here's a new diff. --------------020302010609040203060005 Content-Type: text/plain; name="dirmngr.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dirmngr.diff" diff -urN dirmngr.orig/Makefile dirmngr/Makefile --- dirmngr.orig/Makefile Wed Apr 30 19:00:36 2003 +++ dirmngr/Makefile Sun May 4 17:52:58 2003 @@ -35,6 +35,15 @@ .include <bsd.port.pre.mk> +# We need OpenLDAP. Default on openldap20 but let people build with +# OpenLDAP 2.1.* if they want. + +.if defined(WITH_LDAP21) +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21 +.else +LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20 +.endif + post-extract: ${MV} ${WRKDIR}/common ${WRKSRC} --------------020302010609040203060005--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305041630.h44GUB8V020160>