pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/squid3 PR 52514 Angel Adames: squid-ipf doesn't wo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c88fa14a8cc
branches:  trunk
changeset: 367709:4c88fa14a8cc
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Tue Sep 05 08:09:08 2017 +0000

description:
PR 52514 Angel Adames: squid-ipf doesn't work on FreeBSD, so don't enable
it by default. Bump PKGREVISION (to 1) as a precaution.

diffstat:

 www/squid3/Makefile   |  3 ++-
 www/squid3/options.mk |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r d034bd91d4d5 -r 4c88fa14a8cc www/squid3/Makefile
--- a/www/squid3/Makefile       Tue Sep 05 07:43:24 2017 +0000
+++ b/www/squid3/Makefile       Tue Sep 05 08:09:08 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.77 2017/08/21 09:19:12 adam Exp $
+# $NetBSD: Makefile,v 1.78 2017/09/05 08:09:08 dholland Exp $
 
 DISTNAME=      squid-3.5.27
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://www.squid-cache.org/Versions/v3/${PKGVERSION_NOREV:R}/
 MASTER_SITES+= ftp://ftp.squid-cache.org/pub/squid/
diff -r d034bd91d4d5 -r 4c88fa14a8cc www/squid3/options.mk
--- a/www/squid3/options.mk     Tue Sep 05 07:43:24 2017 +0000
+++ b/www/squid3/options.mk     Tue Sep 05 08:09:08 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.23 2017/05/03 08:38:45 jperkin Exp $
+# $NetBSD: options.mk,v 1.24 2017/09/05 08:09:08 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.squid
 PKG_SUPPORTED_OPTIONS= ecap inet6 snmp ssl squid-backend-aufs \
@@ -38,7 +38,7 @@
 PKG_SUPPORTED_OPTIONS+=        squid-pf
 .endif
 
-.if (${OPSYS} == "FreeBSD" || ${OPSYS} == "NetBSD") && \
+.if (${OPSYS} == "NetBSD") && \
        !empty(PKG_SUPPORTED_OPTIONS:Msquid-ipf)
 PKG_SUGGESTED_OPTIONS+=        squid-ipf
 .endif



Home | Main Index | Thread Index | Old Index