svn commit: r498197 - head/security/obfsclient

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 20:03:48 UTC 2019


Author: antoine
Date: Sat Apr  6 20:03:47 2019
New Revision: 498197
URL: https://svnweb.freebsd.org/changeset/ports/498197

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/security/obfsclient/Makefile

Modified: head/security/obfsclient/Makefile
==============================================================================
--- head/security/obfsclient/Makefile	Sat Apr  6 20:02:19 2019	(r498196)
+++ head/security/obfsclient/Makefile	Sat Apr  6 20:03:47 2019	(r498197)
@@ -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>


More information about the svn-ports-all mailing list