diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-01-06 16:53:07 +0000 |
commit | 9168603ee2a4caf0184a678f8c87fd4c35b5309e (patch) | |
tree | beed789c375f11c48d387803bbb6f26ed98f78ab /www/cacheboy15-devel | |
parent | 7d2247fbb14d14757e294626dc02ce359ccf9953 (diff) | |
download | ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.tar.gz ports-9168603ee2a4caf0184a678f8c87fd4c35b5309e.zip |
Notes
Diffstat (limited to 'www/cacheboy15-devel')
-rw-r--r-- | www/cacheboy15-devel/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/cacheboy15-devel/Makefile b/www/cacheboy15-devel/Makefile index 05fa640153dd..dc026347ec18 100644 --- a/www/cacheboy15-devel/Makefile +++ b/www/cacheboy15-devel/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 |