ports/51749: maintainer update: security/dirmngr

Michael Nottebrock michaelnottebrock at gmx.net
Sun May 4 16:30:12 UTC 2003


The following reply was made to PR ports/51749; it has been noted by GNATS.

From: Michael Nottebrock <michaelnottebrock at gmx.net>
To: freebsd-gnats-submit at 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--
 



More information about the freebsd-ports-bugs mailing list