aboutsummaryrefslogtreecommitdiffstats
path: root/www/cacheboy16
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-07 00:53:07 +0800
committerwxs <wxs@FreeBSD.org>2009-01-07 00:53:07 +0800
commit3bff9256de0e1d9186e98472f674fd15ebc25f39 (patch)
treebc0b2821c63a847302742a8a746f2a3dd7533a25 /www/cacheboy16
parentc852bed373cb7aa3d4265fc28676f4e070e21f5e (diff)
downloadfreebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.tar.gz
freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.tar.zst
freebsd-ports-gnome-3bff9256de0e1d9186e98472f674fd15ebc25f39.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'www/cacheboy16')
-rw-r--r--www/cacheboy16/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile
index 05fa640153dd..dc026347ec18 100644
--- a/www/cacheboy16/Makefile
+++ b/www/cacheboy16/Makefile
@@ -232,10 +232,7 @@ libexec+= squid_kerb_auth
storage_schemes= ufs diskd null
.if defined(WITH_SQUID_AUFS)
storage_schemes+= aufs
-.if ${OSVERSION}>=501000
-# Only document libmap.conf where it is available:
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-cf.data.pre.aufs
-.endif
# Nil aufs threads is default, set any other value via SQUID_CONFIGURE_ARGS
CONFIGURE_ARGS+= --with-pthreads
CFLAGS+= ${PTHREAD_CFLAGS}
@@ -315,23 +312,10 @@ CONFIGURE_ARGS+= --enable-arp-acl
.endif
.if defined(WITH_SQUID_PF)
CONFIGURE_ARGS+= --enable-pf-transparent
-.if ${OSVERSION} < 502106
-IGNORE= pf available only in FreeBSD 5.3 and newer
-.endif
.endif
-# IPFilter-headers are not installed on FreeBSD 4 since 4.7-RELEASE,
-# they were not installed on FreeBSD 5 from 2002-03-26 (OSVERSION > 500032) to
-# 2003-06-27 (OSVERSION < 501101).
-#
-# Please see PR misc/44148 and the CVS log of src/include/Makefile for further
-# information.
.if defined(WITH_SQUID_IPFILTER)
-.if (${OSVERSION} > 500032 && ${OSVERSION} < 501101)
-IGNORE= the IPFilter headers are not part of the base system
-.else
CONFIGURE_ARGS+= --enable-ipf-transparent
.endif
-.endif
.if defined(WITH_SQUID_FOLLOW_XFF)
CONFIGURE_ARGS+= --enable-follow-x-forwarded-for
.endif