aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-09-16 22:07:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-09-16 22:07:52 +0000
commitcd48c08273932eef1de6b8d74b53a2f9779ad89a (patch)
treeff69283ed0cf39d6c4948b1c4cb14dadeee377f1
parent4c52de87774a8de0017c9de1a01ecd0404eb1d04 (diff)
downloadports-cd48c08273932eef1de6b8d74b53a2f9779ad89a.tar.gz
ports-cd48c08273932eef1de6b8d74b53a2f9779ad89a.zip
- Mark BROKEN on 6.x: does not compile with base OpenSSL
Reported by: pointyhat Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=220409
-rw-r--r--www/cacheboy15-devel/Makefile4
-rw-r--r--www/cacheboy16/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/www/cacheboy15-devel/Makefile b/www/cacheboy15-devel/Makefile
index 1c4f935f16c1..308bab3e19dc 100644
--- a/www/cacheboy15-devel/Makefile
+++ b/www/cacheboy15-devel/Makefile
@@ -182,6 +182,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not compile with OpenSSL in 6.x base
+.endif
+
# Authentication methods and modules:
basic_auth= DB NCSA PAM MSNT SMB
diff --git a/www/cacheboy16/Makefile b/www/cacheboy16/Makefile
index 1c4f935f16c1..308bab3e19dc 100644
--- a/www/cacheboy16/Makefile
+++ b/www/cacheboy16/Makefile
@@ -182,6 +182,10 @@ CONFIGURE_ARGS= --bindir=${PREFIX}/sbin \
BROKEN= does not compile with Heimdal 1.1 in 8.0-CURRENT
.endif
+.if ${OSVERSION} < 700000
+BROKEN= does not compile with OpenSSL in 6.x base
+.endif
+
# Authentication methods and modules:
basic_auth= DB NCSA PAM MSNT SMB