aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2004-02-02 15:11:17 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2004-02-02 15:11:17 +0000
commit9bec3eb647285d1e89da365ffd1cec98664442ab (patch)
tree21aa29a5cd038a7866624fbb25be706c3167c904 /net
parentfacc155cbf334d178aa0dbcbab77c08509420c0e (diff)
downloadports-9bec3eb647285d1e89da365ffd1cec98664442ab.tar.gz
ports-9bec3eb647285d1e89da365ffd1cec98664442ab.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/nss_ldap/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/net/nss_ldap/Makefile b/net/nss_ldap/Makefile
index 77cfe4315e01..d17d716522e8 100644
--- a/net/nss_ldap/Makefile
+++ b/net/nss_ldap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nss_ldap
PORTVERSION= 1.${NSS_LDAP_VERSION}
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net
MASTER_SITES= http://www.padl.com/download/
DISTNAME= ${PORTNAME}-${NSS_LDAP_VERSION}
@@ -26,8 +26,12 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -Wl,-rpath,${LOCALBASE}/lib"
-CONFIGURE_ARGS= --with-ldap-conf-file=${PREFIX}/etc/nss_ldap.conf \
- --with-ldap-secret-file=${PREFIX}/etc/nss_ldap.secret
+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
post-extract:
${CP} ${FILESDIR}/bsdnss.c ${WRKSRC}
@@ -40,7 +44,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ldap.conf ${PREFIX}/etc/nss_ldap.conf.sample
${CAT} ${PKGMESSAGE}
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500112
IGNORE= NSS modules only supported on FreeBSD 5.1 or later