Date: Tue, 8 Nov 2016 04:15:49 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425682 - head/security/john Message-ID: <201611080415.uA84FnGQ097561@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 8 04:15:49 2016 New Revision: 425682 URL: https://svnweb.freebsd.org/changeset/ports/425682 Log: Mark broken on arm64 and mips64. Approved by: portmgr (tier-2 blanket) Modified: head/security/john/Makefile Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Tue Nov 8 04:11:40 2016 (r425681) +++ head/security/john/Makefile Tue Nov 8 04:15:49 2016 (r425682) @@ -15,6 +15,9 @@ COMMENT= Featureful Unix password cracke LICENSE= GPLv2 +BROKEN_arm64= Fails to build: Cannot detect CPU architechture +BROKEN_mips64= Fails to build: Cannot detect CPU architechture + USES= gmake shebangfix ssl tar:bzip2 SHEBANG_FILES= run/*.pl BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080415.uA84FnGQ097561>