pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid4 squid4: Don't unconditionally enable the ld...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe01a0d55318
branches: trunk
changeset: 409960:fe01a0d55318
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Jan 23 14:47:56 2020 +0000
description:
squid4: Don't unconditionally enable the ldap helper.
There is a package option for it, use it so that openldap is correctly
pulled in when enabled.
diffstat:
www/squid4/options.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 7f9f35d194fc -r fe01a0d55318 www/squid4/options.mk
--- a/www/squid4/options.mk Thu Jan 23 14:33:41 2020 +0000
+++ b/www/squid4/options.mk Thu Jan 23 14:47:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/01/04 10:57:18 taca Exp $
+# $NetBSD: options.mk,v 1.2 2020/01/23 14:47:56 jperkin Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid4
PKG_SUPPORTED_OPTIONS= ecap gnutls inet6 snmp openssl squid-backend-aufs \
@@ -58,8 +58,8 @@
.include "../../mk/bsd.options.mk"
# Note: NIS helper cannot be build; it requires crypt.h header file.
-SQUID_BASIC_AUTH_HELPERS?= DB LDAP NCSA PAM fake getpwnam
-SQUID_DIGEST_AUTH_HELPERS?= LDAP file
+SQUID_BASIC_AUTH_HELPERS?= DB NCSA PAM fake getpwnam
+SQUID_DIGEST_AUTH_HELPERS?= file
SQUID_NTLM_AUTH_HELPERS?= SMB_LM fake
SQUID_EXTERNAL_ACL_HELPERS?= file_userip unix_group
Home |
Main Index |
Thread Index |
Old Index