pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/squid3 Add ecap option to squid3, switched off by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4536b5d61c12
branches:  trunk
changeset: 348678:4536b5d61c12
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Jun 17 16:56:28 2016 +0000

description:
Add ecap option to squid3, switched off by default.

diffstat:

 www/squid3/options.mk |  18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e388fc9c51b9 -r 4536b5d61c12 www/squid3/options.mk
--- a/www/squid3/options.mk     Fri Jun 17 16:53:34 2016 +0000
+++ b/www/squid3/options.mk     Fri Jun 17 16:56:28 2016 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.18 2016/05/23 21:08:28 markd Exp $
+# $NetBSD: options.mk,v 1.19 2016/06/17 16:56:28 prlw1 Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.squid
-PKG_SUPPORTED_OPTIONS= inet6 snmp ssl squid-backend-aufs squid-backend-diskd \
-               squid-backend-rock squid-backend-ufs squid-carp squid-unlinkd \
-               squid-kerberos-helper squid-ldap-helper squid-pam-helper
+PKG_SUPPORTED_OPTIONS= ecap inet6 snmp ssl squid-backend-aufs \
+               squid-backend-diskd squid-backend-rock squid-backend-ufs \
+               squid-carp squid-unlinkd squid-kerberos-helper \
+               squid-ldap-helper squid-pam-helper
 PKG_OPTIONS_LEGACY_OPTS+=      diskd:squid-backend-diskd \
        null:squid-backend-null ufs:squid-backend-ufs \
        linux-netfilter:squid-netfilter ipf-transparent:squid-ipf \
@@ -86,6 +87,15 @@
 CONFIGURE_ARGS+=       --enable-carp
 .endif
 
+.if !empty(PKG_OPTIONS:Mecap)
+CONFIGURE_ARGS+=       --enable-ecap
+USE_TOOLS+=            pkg-config
+CHECK_WRKREF_SKIP+=    sbin/squid
+.include "../../www/libecap/buildlink3.mk"
+.else
+CONFIGURE_ARGS+=       --disable-ecap
+.endif
+
 .if !empty(PKG_SUPPORTED_OPTIONS:Minet6) && empty(PKG_OPTIONS:Minet6)
 CONFIGURE_ARGS+=       --disable-ipv6
 .endif



Home | Main Index | Thread Index | Old Index