Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Feb 2018 12:00:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462141 - head/security/john
Message-ID:  <201802171200.w1HC0rGN082776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 17 12:00:53 2018
New Revision: 462141
URL: https://svnweb.freebsd.org/changeset/ports/462141

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/john/Makefile

Modified: head/security/john/Makefile
==============================================================================
--- head/security/john/Makefile	Sat Feb 17 12:00:47 2018	(r462140)
+++ head/security/john/Makefile	Sat Feb 17 12:00:53 2018	(r462141)
@@ -15,6 +15,8 @@ COMMENT=	Featureful Unix password cracker
 
 LICENSE=	GPLv2
 
+BROKEN_SSL=	openssl-devel
+
 LIB_DEPENDS=	libgmp.so:math/gmp
 
 BROKEN_aarch64=	Fails to build: Cannot detect CPU architechture
@@ -69,12 +71,6 @@ post-patch:
 		${WRKSRC}/opencl_keychain_fmt_plug.c \
 		${WRKSRC}/ssh_ng_fmt_plug.c
 
-.include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
-
 do-install:
 .for b in ${BINARIES}
 	${INSTALL_PROGRAM} ${WRKSRC}/../run/${b} ${STAGEDIR}${PREFIX}/bin
@@ -94,4 +90,4 @@ do-install-DOCS-on:
 	@${RM} ${WRKSRC}/../doc/COPYING
 	${INSTALL_DATA} ${WRKSRC}/../doc/* ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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