diff options
Diffstat (limited to 'www/squid32/Makefile')
-rw-r--r-- | www/squid32/Makefile | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile index 910ca6d1ad56..db758c437a99 100644 --- a/www/squid32/Makefile +++ b/www/squid32/Makefile @@ -1,40 +1,5 @@ # Created by: Thomas-Martin Seck <tmseck@FreeBSD.org> # $FreeBSD$ -# -# Note: -# Starting with Squid 3.1 SQUID_LANGUAGES and SQUID_DEFAULT_LANG are no longer -# available and will be ignored. -# -# SQUID_CONFIGURE_ARGS -# Additional configuration options. -# -# To enable them, use e.g -# `make SQUID_CONFIGURE_ARGS="--enable-ntml-fail-open" install' -# -# The list below may be incomplete, please see the configure script -# in the Squid source distribution for the complete list of additional -# options. -# Note that you probably do not need to worry about these options in most -# cases, they are included in case you want to experiment with them. -# -# --enable-xmalloc-statistics -# Show malloc statistics in status page -# --enable-cachemgr-hostname=some.hostname -# Make cachemgr.cgi default to this host -# --disable-unlinkd -# Do not use "unlinkd" -# --with-aufs-threads=N_THREADS -# Tune the number of worker threads for the aufs object -# --with-filedescriptors=N -# Force Squid to use N filedescriptors. -# --enable-ntlm-fail-open -# Enable NTLM fail open, where a helper that fails one of the -# Authentication steps can allow Squid to still authenticate the user -# --enable-x-accelerator-vary -# Enable support for the X-Accelerator-Vary HTTP header. Can be used -# to indicate variance within an accelerator setup. Typically used -# together with other code that adds custom HTTP headers to the -# requests. PORTNAME= squid PORTVERSION= 3.2.${SQUID_STABLE_VER} @@ -236,6 +201,7 @@ CONFIGURE_ARGS= --with-default-user=squid \ --disable-linux-tproxy \ --disable-translation +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++" || ${OSVERSION} >= 1000024 |