ports/55589: [update] news/nntpcache: Update to be compliant with new openldap2X-client ports.

Clement Laforet sheepkiller at cultdeadsheep.org
Thu Aug 14 20:50:22 UTC 2003


>Number:         55589
>Category:       ports
>Synopsis:       [update] news/nntpcache: Update to be compliant with new openldap2X-client ports.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 14 13:50:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Aug 11 21:29:26 CEST 2003 clement at lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	Update to be compliant with new openldap2X-client ports.
	Add a little knob to make you choose your ldap version.

>How-To-Repeat:
	
>Fix:

	

--- nntpcache.diff begins here ---
Index: Makefile
===================================================================
RCS file: /WORK/CVS/ports/news/nntpcache/Makefile,v
retrieving revision 1.30
diff -u -r1.30 Makefile
--- Makefile	24 Feb 2003 02:56:36 -0000	1.30
+++ Makefile	14 Aug 2003 20:42:27 -0000
@@ -25,8 +25,10 @@
 LIB_DEPENDS+=	lber.1:${PORTSDIR}/net/openldap12
 .endif
 .if defined(WITH_LDAP2)
-LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap20
-LIB_DEPENDS+=	lber.2:${PORTSDIR}/net/openldap20
+WITH_LDAP_VER?=	20
+LDAP_VER=	${WITH_LDAP_VER}
+LIB_DEPENDS+=	ldap.2:${PORTSDIR}/net/openldap${LDAP_VER}-client
+LIB_DEPENDS+=	lber.2:${PORTSDIR}/net/openldap${LDAP_VER}-client
 .endif
 
 # This may be set interactively at install-time.  NNTPCache will
--- nntpcache.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list