Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 20:03:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498197 - head/security/obfsclient
Message-ID:  <201904062003.x36K3l6n084898@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904062003.x36K3l6n084898>