svn commit: r498173 - branches/2019Q2/security/ncrack

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 19:34:57 UTC 2019


Author: antoine
Date: Sat Apr  6 19:34:56 2019
New Revision: 498173
URL: https://svnweb.freebsd.org/changeset/ports/498173

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

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

Modified: branches/2019Q2/security/ncrack/Makefile
==============================================================================
--- branches/2019Q2/security/ncrack/Makefile	Sat Apr  6 19:34:34 2019	(r498172)
+++ branches/2019Q2/security/ncrack/Makefile	Sat Apr  6 19:34:56 2019	(r498173)
@@ -20,4 +20,11 @@ LDFLAGS+=	-L${OPENSSLLIB}
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}.0
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	Your OpenSSL headers do not match your library
+BROKEN_FreeBSD_13=	Your OpenSSL headers do not match your library
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list