pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/squid3



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Sep  5 08:09:08 UTC 2017

Modified Files:
        pkgsrc/www/squid3: Makefile options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/www/squid3/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/squid3/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/squid3/Makefile
diff -u pkgsrc/www/squid3/Makefile:1.77 pkgsrc/www/squid3/Makefile:1.78
--- pkgsrc/www/squid3/Makefile:1.77     Mon Aug 21 09:19:12 2017
+++ pkgsrc/www/squid3/Makefile  Tue Sep  5 08:09:08 2017
@@ -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/

Index: pkgsrc/www/squid3/options.mk
diff -u pkgsrc/www/squid3/options.mk:1.23 pkgsrc/www/squid3/options.mk:1.24
--- pkgsrc/www/squid3/options.mk:1.23   Wed May  3 08:38:45 2017
+++ pkgsrc/www/squid3/options.mk        Tue Sep  5 08:09:08 2017
@@ -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



Home | Main Index | Thread Index | Old Index