pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/apache22 PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d20572d55a3
branches: trunk
changeset: 557385:0d20572d55a3
user: sno <sno%pkgsrc.org@localhost>
date: Tue Apr 14 18:26:34 2009 +0000
description:
PkgSrc changes:
- add entries for ldap related shared modules to PLIST in case of
apr-util is build with ldap
- PKGREVISION is not bumped, because ldap is no default option for
apr-util so it wont change anything in default-case
Reviewed by tron@
diffstat:
www/apache22/Makefile | 4 +++-
www/apache22/PLIST | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r 2593138c29df -r 0d20572d55a3 www/apache22/Makefile
--- a/www/apache22/Makefile Tue Apr 14 18:25:20 2009 +0000
+++ b/www/apache22/Makefile Tue Apr 14 18:26:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2009/04/08 17:03:25 tron Exp $
+# $NetBSD: Makefile,v 1.41 2009/04/14 18:26:34 sno Exp $
DISTNAME= httpd-2.2.11
PKGREVISION= 2
@@ -99,8 +99,10 @@
PLIST_SRC+= ${PKGDIR}/PLIST
# LDAP support
+PLIST_VARS+= ldap
.if !empty(PKG_BUILD_OPTIONS.apr-util:Mldap)
DFLT_APACHE_MODULES+= ldap authnz_ldap
+PLIST.ldap= yes
.endif
.include "options.mk"
diff -r 2593138c29df -r 0d20572d55a3 www/apache22/PLIST
--- a/www/apache22/PLIST Tue Apr 14 18:25:20 2009 +0000
+++ b/www/apache22/PLIST Tue Apr 14 18:26:34 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2009/04/08 17:03:25 tron Exp $
+@comment $NetBSD: PLIST,v 1.11 2009/04/14 18:26:34 sno Exp $
${PLIST.suexec}sbin/suexec
include/httpd/ap_compat.h
include/httpd/ap_config.h
@@ -58,6 +58,7 @@
${PLIST.all-shared}lib/httpd/mod_authn_dbm.so
${PLIST.all-shared}lib/httpd/mod_authn_default.so
${PLIST.all-shared}lib/httpd/mod_authn_file.so
+${PLIST.ldap}lib/httpd/mod_authnz_ldap.so
${PLIST.all-shared}lib/httpd/mod_authz_dbm.so
${PLIST.all-shared}lib/httpd/mod_authz_default.so
${PLIST.all-shared}lib/httpd/mod_authz_groupfile.so
@@ -94,6 +95,7 @@
${PLIST.all-shared}lib/httpd/mod_include.so
${PLIST.all-shared}lib/httpd/mod_info.so
${PLIST.all-shared}lib/httpd/mod_isapi.so
+${PLIST.ldap}lib/httpd/mod_ldap.so
${PLIST.all-shared}lib/httpd/mod_log_config.so
${PLIST.all-shared}lib/httpd/mod_log_forensic.so
${PLIST.all-shared}lib/httpd/mod_logio.so
Home |
Main Index |
Thread Index |
Old Index