svn commit: r497925 - head/security/sslwrap

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:51:17 UTC 2019


Author: antoine
Date: Fri Apr  5 05:51:16 2019
New Revision: 497925
URL: https://svnweb.freebsd.org/changeset/ports/497925

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

Modified:
  head/security/sslwrap/Makefile

Modified: head/security/sslwrap/Makefile
==============================================================================
--- head/security/sslwrap/Makefile	Fri Apr  5 05:49:15 2019	(r497924)
+++ head/security/sslwrap/Makefile	Fri Apr  5 05:51:16 2019	(r497925)
@@ -25,6 +25,13 @@ PLIST_FILES=	bin/sslwrap
 
 OPTIONS_DEFINE=	DOCS
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	incomplete definition of type 'struct dh_st'
+BROKEN_FreeBSD_13=	incomplete definition of type 'struct dh_st'
+.endif
+
 post-patch:
 	@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
 		's|SSL_OP_NON_EXPORT_FIRST|SSL_OP_CIPHER_SERVER_PREFERENCE|g ; \
@@ -39,4 +46,4 @@ do-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list