This removes TCP Wrapper support from databases/openldap and
databases/openldap23.
OK?
Index: openldap/Makefile
===================================================================
RCS file: /cvs/ports/databases/openldap/Makefile,v
retrieving revision 1.131
diff -u -p -r1.131 Makefile
--- openldap/Makefile 16 Mar 2014 19:43:59 -0000 1.131
+++ openldap/Makefile 23 Mar 2014 18:08:31 -0000
@@ -5,6 +5,7 @@ COMMENT-server = open-source LDAP softwa
DISTNAME = openldap-2.4.39
REVISION-main = 0
+REVISION-server = 0
PKGNAME-main = ${DISTNAME:S/-/-client-/}
PKGNAME-server = ${DISTNAME:S/-/-server-/}
@@ -55,7 +56,6 @@ CONFIGURE_ARGS += --enable-slapd \
--enable-cleartext \
--enable-crypt \
--enable-rewrite \
- --enable-wrappers \
--with-cyrus-sasl \
--enable-spasswd
@@ -106,7 +106,7 @@ CONFIGURE_ENV += CPPFLAGS="-I${LOCALBASE
LDFLAGS="-L${LOCALBASE}/lib/db4 -L${LOCALBASE}/lib"
RUN_DEPENDS-server = databases/openldap,-main
-WANTLIB-server += ${WANTLIB} perl util wrap m icudata icuuc uuid
+WANTLIB-server += ${WANTLIB} perl util m icudata icuuc uuid
WANTLIB-server += stdc++ lib/db4/db>=4
pre-build:
Index: openldap23/Makefile
===================================================================
RCS file: /cvs/ports/databases/openldap23/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- openldap23/Makefile 20 Jun 2013 06:54:36 -0000 1.13
+++ openldap23/Makefile 23 Mar 2014 18:08:31 -0000
@@ -4,7 +4,7 @@ COMMENT= Open source LDAP software (serv
DISTNAME= openldap-2.3.43
PKGNAME= ${DISTNAME:S/-/-server-/}
-REVISION= 13
+REVISION= 14
CATEGORIES= databases net
@@ -13,7 +13,7 @@ HOMEPAGE= http://www.openldap.org/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += asn1 c com_err crypto gssapi heimbase
-WANTLIB += krb5 m perl pthread roken sasl2 ssl util wind wrap
+WANTLIB += krb5 m perl pthread roken sasl2 ssl util wind
MASTER_SITES= http://mirror.switch.ch/ftp/mirror/OpenLDAP/openldap-release/ \
http://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \
@@ -35,7 +35,6 @@ CONFIGURE_ARGS+= --enable-slapd \
--enable-cleartext \
--enable-crypt \
--enable-rewrite \
- --enable-wrappers \
--with-cyrus-sasl \
--enable-spasswd
--
Christian "naddy" Weisgerber [email protected]