ports/51749: maintainer update: security/dirmngr

Michael Nottebrock lofi at lofi.dyndns.org
Sun May 4 14:50:13 UTC 2003


>Number:         51749
>Category:       ports
>Synopsis:       maintainer update: security/dirmngr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 04 07:50:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 5.0-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD lofi.dyndns.org 5.0-RELEASE-p7 FreeBSD 5.0-RELEASE-p7 #0: Sun Mar 30 03:21:55 CEST 2003 lofi at lofi.dyndns.org:/usr/obj/usr/src/sys/LOFI i386


	
>Description:
	- Add conditional support for OpenLDAP (to fix build)

	Discovered by: bento / Kris Kennaway <kris at obsecurity.org>
>How-To-Repeat:
	
>Fix:

	

--- dirmngr.diff begins here ---
diff -urN dirmngr.orig/Makefile dirmngr/Makefile
--- dirmngr.orig/Makefile	Wed Apr 30 19:00:36 2003
+++ dirmngr/Makefile	Sun May  4 16:31:53 2003
@@ -35,6 +35,14 @@
 
 .include <bsd.port.pre.mk>
 
+.if defined(WITH_LDAP)
+LIB_DEPENDS+=		ldap.2:${PORTSDIR}/net/openldap20
+.elif defined(WITH_LDAP21)
+LIB_DEPENDS+=		ldap.2:${PORTSDIR}/net/openldap21
+.else
+CONFIGURE_ARGS+=	--without-ldap
+.endif
+
 post-extract:
 	${MV} ${WRKDIR}/common ${WRKSRC}
 
--- dirmngr.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list