Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 19:34:56 +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: r498173 - branches/2019Q2/security/ncrack
Message-ID:  <201904061934.x36JYulx066349@repo.freebsd.org>

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



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