aboutsummaryrefslogtreecommitdiff
path: root/net/nss_ldap/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-12-10 16:11:25 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-12-10 16:11:25 +0000
commita9309546e9fd990e18ad7b75b4cd59ca57590017 (patch)
tree72d534839223e3258d225defee40ab2ab282ce3a /net/nss_ldap/Makefile
parent64406f240d8ffcd356e457ccf421877e10f6d424 (diff)
downloadports-a9309546e9fd990e18ad7b75b4cd59ca57590017.tar.gz
ports-a9309546e9fd990e18ad7b75b4cd59ca57590017.zip
- Update to 1.264 [1]
- use more autotools [2] - fixes assertion problems related to openldap 2.4 [3] PR: ports/129445 [1], ports/127675 [2], ports/122750 [3] Submitted by: mm [1], "Eugene M. Kim" <gene@nttmcl.com> [2] Approved by: maintainer (timeout ports/127675, ports/129030, ports/127675)
Notes
Notes: svn path=/head/; revision=224080
Diffstat (limited to 'net/nss_ldap/Makefile')
-rw-r--r--net/nss_ldap/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile
index cd70758c3f11..cc1c9dcff03b 100644
--- a/net/nss_ldap/Makefile
+++ b/net/nss_ldap/Makefile
@@ -14,14 +14,17 @@ DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION}
MAINTAINER= kazakov@gmail.com
COMMENT= RFC 2307 NSS module
-NSS_LDAP_VERSION=257
+NSS_LDAP_VERSION=264
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262 autoheader:262
USE_LDCONFIG= yes
USE_OPENLDAP= yes
-PLIST_FILES= etc/nss_ldap.conf.sample lib/nss_ldap.so.1
+
+PLIST_FILES= etc/nss_ldap.conf.sample \
+ lib/nss_ldap.so.1
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib"
@@ -29,7 +32,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_ARGS= --with-ldap-conf-file=${PREFIX}/etc/nss_ldap.conf \
--with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret \
--enable-rfc2307bis \
- --enable-schema-mapping \
--enable-paged-results \
--enable-configurable-krb5-ccname-env