pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/squid4 squid4: Remove redundant NetBSD version check
details: https://anonhg.NetBSD.org/pkgsrc/rev/28c8cad3c09c
branches: trunk
changeset: 378723:28c8cad3c09c
user: nia <nia%pkgsrc.org@localhost>
date: Thu May 05 08:36:30 2022 +0000
description:
squid4: Remove redundant NetBSD version check
diffstat:
www/squid4/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 554fbadb807c -r 28c8cad3c09c www/squid4/options.mk
--- a/www/squid4/options.mk Thu May 05 08:35:33 2022 +0000
+++ b/www/squid4/options.mk Thu May 05 08:36:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2020/06/21 16:05:55 taca Exp $
+# $NetBSD: options.mk,v 1.5 2022/05/05 08:36:30 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.squid4
PKG_SUPPORTED_OPTIONS= inet6 snmp squid-backend-aufs \
@@ -33,7 +33,7 @@
.endif
# some release of NetBSD lacks <ipl.h> header of IP Filter 4.x
-.if ${OPSYS} != "NetBSD" || ${OS_VERSION:M[01].*} || exists(/usr/include/netinet/ipl.h)
+.if ${OPSYS} != "NetBSD" || exists(/usr/include/netinet/ipl.h)
PKG_SUPPORTED_OPTIONS+= squid-ipf
.endif
Home |
Main Index |
Thread Index |
Old Index