Add squid4 package version 4.9 based on wip/squid4 package. Squid is a fully-featured HTTP/1.0 proxy with partial HTTP/1.1 support The 4 series brings many new features and upgrades to the basic networking protocols. A short list of the major new features is: Squid 4 represents a new feature release above 3.5. The most important of these new features are: * Configurable helper queue size * Helper concurrency channels changes * SSL support removal * Helper Binary Changes * Secure ICAP * Improved SMP support * Improved process management * Initial GnuTLS support * ESI Custom Parser removal
15 lines
362 B
Text
15 lines
362 B
Text
$NetBSD: patch-tools_Makefile.in,v 1.1 2020/01/04 10:57:18 taca Exp $
|
|
|
|
Don't install cachemgr.conf.
|
|
|
|
--- tools/Makefile.in.orig 2018-07-02 03:32:05.000000000 +0000
|
|
+++ tools/Makefile.in
|
|
@@ -1497,7 +1497,7 @@ info: info-recursive
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-data-local install-man
|
|
+install-data-am: install-man
|
|
|
|
install-dvi: install-dvi-recursive
|
|
|