aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-09-04 05:43:45 +0800
committersimon <simon@FreeBSD.org>2006-09-04 05:43:45 +0800
commit6a7001d339b5343865d7a58538fa5ae91b3d04ea (patch)
tree372fe3c95e41079cbc99174221212d7f23ee91fa /net
parentaff0ee41cd41794a199b90c5f1c8529000bd2871 (diff)
downloadfreebsd-ports-gnome-6a7001d339b5343865d7a58538fa5ae91b3d04ea.tar.gz
freebsd-ports-gnome-6a7001d339b5343865d7a58538fa5ae91b3d04ea.tar.zst
freebsd-ports-gnome-6a7001d339b5343865d7a58538fa5ae91b3d04ea.zip
Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b. Reported by: pointyhat via kris
Diffstat (limited to 'net')
-rw-r--r--net/v6eval/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/v6eval/Makefile b/net/v6eval/Makefile
index b0945f1b9585..2268e1bca436 100644
--- a/net/v6eval/Makefile
+++ b/net/v6eval/Makefile
@@ -20,7 +20,13 @@ RUN_DEPENDS= ${SITE_PERL}/Expect.pm:${PORTSDIR}/lang/p5-Expect \
USE_PERL5= yes
USE_OPENSSL= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700019
+BROKEN= does not compile with OpenSSL 0.9.8b
+.endif
+
post-install:
@${SED} -e 's#@LOCALBASE@#${LOCALBASE}#' ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>