Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2003 22:49:15 +0200
From:      "Clement Laforet" <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/55589: [update] news/nntpcache: Update to be compliant with new openldap2X-client ports.
Message-ID:  <20030814204938.89EC543FBD@mx1.FreeBSD.org>
Resent-Message-ID: <200308142050.h7EKoKYE055054@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030814204938.89EC543FBD>