aboutsummaryrefslogtreecommitdiff
path: root/security/obfsclient
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-06 20:03:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-06 20:03:47 +0000
commitc3ea8d2671e9d6b12f6ea5e50f174ecebaa9e335 (patch)
treef4f1ebee99753d41332e0705d99c7fb8bcfd31fb /security/obfsclient
parentc8a60d2322e8ea03283a52d3d823ec052f9331f2 (diff)
downloadports-c3ea8d2671e9d6b12f6ea5e50f174ecebaa9e335.tar.gz
ports-c3ea8d2671e9d6b12f6ea5e50f174ecebaa9e335.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=498197
Diffstat (limited to 'security/obfsclient')
-rw-r--r--security/obfsclient/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile
index 6a3c74f1ee36..780dd40c930e 100644
--- a/security/obfsclient/Makefile
+++ b/security/obfsclient/Makefile
@@ -30,8 +30,15 @@ PORTDOCS= COPYING
OPTIONS_DEFINE= DOCS
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
+BROKEN_FreeBSD_13= field has incomplete type 'HMAC_CTX' (aka 'hmac_ctx_st')
+.endif
+
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>