Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 17:35:26 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62920: www/auth_ldap -- USE_OPENLDAP
Message-ID:  <200402161735.i1GHZQub093691@happy-idiot-talk.infracaninophile.co.uk>
Resent-Message-ID: <200402161740.i1GHe77L021126@freefall.freebsd.org>

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

>Number:         62920
>Category:       ports
>Synopsis:       www/auth_ldap -- USE_OPENLDAP
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 16 09:40:07 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-STABLE FreeBSD 4.9-STABLE #55: Sat Feb 14 12:42:08 GMT 2004 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


>Description:

As per Oliver Eikemeier's recent post:

  http://lists.freebsd.org/pipermail/freebsd-ports/2004-February/009261.html

to freebsd-ports@... and the impending removal of OpenLDAP 2.0 from
ports, here's an update to www/auth_ldap

Changes:

     USE_OPENLDAP

>How-To-Repeat:

>Fix:

	

--- auth_ldap.diff begins here ---
diff -Nur /usr/ports/www/auth_ldap/Makefile auth_ldap/Makefile
--- /usr/ports/www/auth_ldap/Makefile	Wed Feb  4 19:30:42 2004
+++ auth_ldap/Makefile	Mon Feb 16 17:23:15 2004
@@ -14,8 +14,7 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Apache module to authenticate against an LDAP directory
 
-LIB_DEPENDS=	lber.2:${PORTSDIR}/${LDAP_PORT}
-
+USE_OPENLDAP=	yes
 USE_APACHE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	LIBS="-llber"
@@ -24,8 +23,6 @@
 		--with-ldap-sdk=openldap \
 		--with-apxs=${APXS}
 USE_GMAKE=	yes
-
-LDAP_PORT?=	net/openldap20-client
 
 MAKE_ARGS+=	APXS=${APXS}
 
--- auth_ldap.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?200402161735.i1GHZQub093691>