svn commit: r462141 - head/security/john
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 12:00:56 UTC 2018
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>
More information about the svn-ports-all
mailing list