summaryrefslogtreecommitdiff
path: root/www/squid3/files/patch-compat_compat.h
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-09-30 22:18:31 +0200
committerRene Ladan <rene@FreeBSD.org>2021-09-30 22:19:24 +0200
commitb19fd158df56a285dcd38cc7310e908b05ecb982 (patch)
tree457624cfb097b8ed7f402ed1c9506470f00d6055 /www/squid3/files/patch-compat_compat.h
parentastro/py-ephem: Update to 4.1 (diff)
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018 2021-09-30 www/squid3: Unsupported by upstream 2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported. 2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko 2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL 2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead 2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead 2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported. 2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL 2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
Diffstat (limited to 'www/squid3/files/patch-compat_compat.h')
-rw-r--r--www/squid3/files/patch-compat_compat.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/squid3/files/patch-compat_compat.h b/www/squid3/files/patch-compat_compat.h
deleted file mode 100644
index b45d7b54ab26..000000000000
--- a/www/squid3/files/patch-compat_compat.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- compat/compat.h.orig 2015-11-01 10:44:25 UTC
-+++ compat/compat.h
-@@ -42,17 +42,6 @@
- #endif
- #endif
-
--/* Solaris 10 has a broken definition for minor_t in IPFilter compat.
-- * We must pre-define before doing anything with OS headers so the OS
-- * do not. Then un-define it before using the IPFilter *_compat.h headers.
-- */
--#if IPF_TRANSPARENT && USE_SOLARIS_IPFILTER_MINOR_T_HACK
--/* But we only need do this nasty thing for src/ip/Intercept.cc */
--#if BUILDING_SQUID_IP_INTERCEPT_CC
--#define minor_t solaris_minor_t_fubar
--#endif
--#endif
--
- /*****************************************************/
- /* FDSETSIZE is messy and needs to be done before */
- /* sys/types.h are defined. */