summaryrefslogtreecommitdiff
path: root/www/squid3
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-05 08:09:08 +0000
committerdholland <dholland@pkgsrc.org>2017-09-05 08:09:08 +0000
commit75eadbf03e73973a86a65e8980c897d6407930f9 (patch)
tree14ec8c1a32585a8fe83608e656f819d87325ff4d /www/squid3
parentf52cba964977b653e37faaf0428732589e5ba535 (diff)
downloadpkgsrc-75eadbf03e73973a86a65e8980c897d6407930f9.tar.gz
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 (limited to 'www/squid3')
-rw-r--r--www/squid3/Makefile3
-rw-r--r--www/squid3/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/www/squid3/Makefile b/www/squid3/Makefile
index 8bc6de5ac98..90adaa74010 100644
--- a/www/squid3/Makefile
+++ b/www/squid3/Makefile
@@ -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 --git a/www/squid3/options.mk b/www/squid3/options.mk
index bfc45ba0054..68f406382b6 100644
--- a/www/squid3/options.mk
+++ b/www/squid3/options.mk
@@ -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-ipf
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