Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:51:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497926 - branches/2019Q2/security/sslwrap
Message-ID:  <201904050551.x355pYlq033035@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 05:51:34 2019
New Revision: 497926
URL: https://svnweb.freebsd.org/changeset/ports/497926

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

Modified:
  branches/2019Q2/security/sslwrap/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/sslwrap/Makefile
==============================================================================
--- branches/2019Q2/security/sslwrap/Makefile	Fri Apr  5 05:51:16 2019	(r497925)
+++ branches/2019Q2/security/sslwrap/Makefile	Fri Apr  5 05:51:34 2019	(r497926)
@@ -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>



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