summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-03 21:43:45 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-03 21:43:45 +0000
commitb4e51eaac5c4939273148da571baa84f19101adf (patch)
tree0859e77d3032e4b9b60c206d5e905bb252643429
parentMark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL (diff)
Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b. Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=172110
-rw-r--r--net/v6eval/Makefile8
-rw-r--r--security/newpki-server/Makefile4
2 files changed, 11 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>
diff --git a/security/newpki-server/Makefile b/security/newpki-server/Makefile
index de89a48a9bd6..bbf1c65c6819 100644
--- a/security/newpki-server/Makefile
+++ b/security/newpki-server/Makefile
@@ -50,6 +50,10 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
USE_GCC= 3.4
.endif
+.if ${OSVERSION} >= 700019
+BROKEN= does not compile with OpenSSL 0.9.8b
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure \
${WRKSRC}/publication/ldap/configure