[Midnightbsd-cvs] mports: Makefile: Fix OSVERSION.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Jan 1 22:08:17 EST 2009
Log Message:
-----------
Fix OSVERSION.
Modified Files:
--------------
mports/www/squid:
Makefile (r1.5 -> r1.6)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/squid/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L www/squid/Makefile -L www/squid/Makefile -u -r1.5 -r1.6
--- www/squid/Makefile
+++ www/squid/Makefile
@@ -254,10 +254,9 @@
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}
@@ -337,9 +336,6 @@
.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
.if defined(WITH_SQUID_IPFILTER)
More information about the Midnightbsd-cvs
mailing list