a0c6cf9fc4
- provide more OPTIONS, including (untested) support for pf(4) - integrate the follow-XFF-patch from devel.squid-cache.org (submitted by Michael Ranner), this should improve interaction with dansguardian - use id 100 for the squid pseudo user instead of choosing the first free id greater than 3127, a behaviour introduced with PORTVERSION 2.5.4_6. Provide a 'changeuser' target to make migration from a high id to id 100 possible (requested by Kris Kennaway) - don't let the port CONFLICT with itself (criticized by Oliver Eikemeier) - provide rcNG support in squid.sh only on systems with /etc/rc.subr PR: ports/64061 Submitted by: Thomas-Martin Seck (maintainer)
11 lines
249 B
Text
11 lines
249 B
Text
--- configure.orig Tue Mar 2 11:29:57 2004
|
|
+++ configure Tue Mar 2 11:30:34 2004
|
|
@@ -2236,6 +2236,8 @@
|
|
;;
|
|
*-solaris-*)
|
|
;;
|
|
+ *-freebsd*)
|
|
+ ;;
|
|
*)
|
|
echo "WARNING: ARP ACL support probably won't work on $host."
|
|
sleep 10
|