aboutsummaryrefslogtreecommitdiff
path: root/security/razorback-api
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-03 06:11:46 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-03 06:11:46 +0000
commit6d2a08e3e1190214da7526b6d23df407f0eb25c4 (patch)
treeb8d89235993cf449ee7bf07087d04946d5a35bab /security/razorback-api
parent6193688ea267807f3e7e2638528cdd548fd4faab (diff)
downloadports-6d2a08e3e1190214da7526b6d23df407f0eb25c4.tar.gz
ports-6d2a08e3e1190214da7526b6d23df407f0eb25c4.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=497641
Diffstat (limited to 'security/razorback-api')
-rw-r--r--security/razorback-api/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/razorback-api/Makefile b/security/razorback-api/Makefile
index c93cb2fca91e..5db644d18a68 100644
--- a/security/razorback-api/Makefile
+++ b/security/razorback-api/Makefile
@@ -35,7 +35,14 @@ ASSERT_CONFIGURE_ENABLE= assert
CNC_DEBUG_CONFIGURE_ENABLE= cnc-debug
STOMP_DEBUG_CONFIGURE_ENABLE= stomp-debug
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= incomplete definition of type 'struct rsa_st'
+BROKEN_FreeBSD_13= incomplete definition of type 'struct rsa_st'
+.endif
+
post-patch:
@${REINPLACE_CMD} -e s/json/json-c/ -e s/-Werror// ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>