pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squid4



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu May  5 08:36:30 UTC 2022

Modified Files:
        pkgsrc/www/squid4: options.mk

Log Message:
squid4: Remove redundant NetBSD version check


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/squid4/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/squid4/options.mk
diff -u pkgsrc/www/squid4/options.mk:1.4 pkgsrc/www/squid4/options.mk:1.5
--- pkgsrc/www/squid4/options.mk:1.4    Sun Jun 21 16:05:55 2020
+++ pkgsrc/www/squid4/options.mk        Thu May  5 08:36:30 2022
@@ -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 @@ PKG_SUPPORTED_OPTIONS+=       squid-netfilter
 .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