diff options
Diffstat (limited to 'www/auth_ldap')
-rw-r--r-- | www/auth_ldap/Makefile | 40 | ||||
-rw-r--r-- | www/auth_ldap/distinfo | 2 | ||||
-rw-r--r-- | www/auth_ldap/files/patch-Makefile.in | 43 | ||||
-rw-r--r-- | www/auth_ldap/files/patch-auth_ldap.c | 14 | ||||
-rw-r--r-- | www/auth_ldap/pkg-descr | 4 | ||||
-rw-r--r-- | www/auth_ldap/pkg-plist | 3 |
6 files changed, 0 insertions, 106 deletions
diff --git a/www/auth_ldap/Makefile b/www/auth_ldap/Makefile deleted file mode 100644 index d33547124cd3..000000000000 --- a/www/auth_ldap/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: auth_ldap -# Date created: 25 September 2001 -# Whom: nik -# -# $FreeBSD$ -# - -PORTNAME= auth_ldap -PORTVERSION= 1.6.1 -PORTREVISION= 2 -CATEGORIES= www -MASTER_SITES= http://www.rudedog.org/auth_ldap/ - -MAINTAINER= apache@FreeBSD.org -COMMENT= Apache module to authenticate against an LDAP directory - -MAKE_JOBS_SAFE= yes - -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2012-01-01 - -USE_OPENLDAP= yes -USE_APACHE= 13 -GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="-llber" -CONFIGURE_ARGS= --with-sdk-headers=${LOCALBASE}/include \ - --with-sdk-libs=${LOCALBASE}/lib \ - --with-ldap-sdk=openldap \ - --with-apxs=${APXS} -USE_GMAKE= yes - -MAKE_ARGS+= APXS=${APXS} - -post-patch: - ${CP} -p ${WRKSRC}/auth_ldap.c ${WRKSRC}/mod_auth_ldap.c - -do-install: - ${APXS} -i -a -n auth_ldap ${WRKSRC}/mod_auth_ldap.so - -.include <bsd.port.mk> diff --git a/www/auth_ldap/distinfo b/www/auth_ldap/distinfo deleted file mode 100644 index 3a9d68812dea..000000000000 --- a/www/auth_ldap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (auth_ldap-1.6.1.tar.gz) = bc68e105fe452cad3fac717ba04abd7c1450dadeea5b653ad2655dfdbc82849b -SIZE (auth_ldap-1.6.1.tar.gz) = 82718 diff --git a/www/auth_ldap/files/patch-Makefile.in b/www/auth_ldap/files/patch-Makefile.in deleted file mode 100644 index 0ff2a996a0a1..000000000000 --- a/www/auth_ldap/files/patch-Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- Makefile.in.orig Wed Jul 4 16:37:55 2001 -+++ Makefile.in Wed Jun 4 21:17:22 2003 -@@ -14,11 +14,11 @@ - AIX_LDFLAGS_SHLIB=@AIX_LDFLAGS_SHLIB@ - MYCC=@MYCC@ - --all: auth_ldap.so -+all: mod_auth_ldap.so - - html: FAQ.html Changes.html auth_ldap.html - --OBJS=auth_ldap.o auth_ldap_config.o auth_ldap_cache.o auth_ldap_cache_mgr.o -+OBJS=mod_auth_ldap.o auth_ldap_config.o auth_ldap_cache.o auth_ldap_cache_mgr.o - - CFLAGS=`$(APXS) -q CFLAGS` $(FRONTPAGE) $(SSL) $(SHARED_CACHE) $(OPENLDAP) - CFLAGS_SHLIB=`$(APXS) -q CFLAGS_SHLIB` -@@ -27,7 +27,7 @@ - LD_SHLIB=`$(APXS) -q LD_SHLIB` - LDFLAGS_SHLIB=$(EXTRA_LDFLAGS) `$(APXS) -q LDFLAGS_SHLIB` $(AIX_LDFLAGS_SHLIB) - --auth_ldap.so: $(OBJS) $(AIX_EXP) -+mod_auth_ldap.so: $(OBJS) $(AIX_EXP) - @echo $(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS) - @$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS) - -@@ -46,7 +46,7 @@ - cd .. && tar cvzf $$tar $$dirname/ --exclude-from=/tmp/excl.$$$$; \ - rm -f /tmp/excl.$$$$ - --install: auth_ldap.so -+install: mod_auth_ldap.so - $(APXS) -i $(ACTIVATE) auth_ldap.so - - clean: -@@ -58,7 +58,7 @@ - $(AIX_EXP): - @echo auth_ldap_module > $@ - --auth_ldap.o: auth_ldap.h auth_ldap_cache_mgr.h -+mod_auth_ldap.o: auth_ldap.h auth_ldap_cache_mgr.h - auth_ldap_config.o: auth_ldap.h auth_ldap_cache_mgr.h - auth_ldap_cache.o: auth_ldap.h auth_ldap_cache_mgr.h - auth_ldap_cache_mgr.o: auth_ldap.h auth_ldap_cache_mgr.h diff --git a/www/auth_ldap/files/patch-auth_ldap.c b/www/auth_ldap/files/patch-auth_ldap.c deleted file mode 100644 index 86593a955355..000000000000 --- a/www/auth_ldap/files/patch-auth_ldap.c +++ /dev/null @@ -1,14 +0,0 @@ ---- auth_ldap.c.orig Mon Jan 9 20:08:56 2006 -+++ auth_ldap.c Tue Mar 14 19:12:02 2006 -@@ -168,11 +168,7 @@ - ap_log_rerror(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, r, - "{%d} LDAP OP: init", (int)getpid()); - --#if defined(WITH_OPENLDAP) && LDAP_VENDOR_VERSION >= 20000 -- if ((ldap_initialize(&(sec->ldc->ldap), (sec->url))) != LDAP_SUCCESS) { --#else - if ((sec->ldc->ldap = ldap_init(sec->host, sec->port)) == NULL) { --#endif - extern int errno; - auth_ldap_log_reason(r, "Could not connect to LDAP server: %s", strerror(errno)); - return 0; diff --git a/www/auth_ldap/pkg-descr b/www/auth_ldap/pkg-descr deleted file mode 100644 index 44850eb25d10..000000000000 --- a/www/auth_ldap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This module allows Apache to authenticate a location against an -entry, or entries, in an LDAP database. - -WWW: http://www.rudedog.org/auth_ldap/ diff --git a/www/auth_ldap/pkg-plist b/www/auth_ldap/pkg-plist deleted file mode 100644 index dc7780462fcb..000000000000 --- a/www/auth_ldap/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%APACHEMODDIR%%/mod_auth_ldap.so -@exec %D/sbin/apxs -e -a -n auth_ldap %D/%F -@unexec %D/sbin/apxs -e -A -n auth_ldap %D/%F |