svn commit: r425258 - head/security/john

Mark Linimon linimon at FreeBSD.org
Thu Nov 3 16:34:23 UTC 2016


Author: linimon
Date: Thu Nov  3 16:34:21 2016
New Revision: 425258
URL: https://svnweb.freebsd.org/changeset/ports/425258

Log:
  Now builds on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/john/Makefile

Modified: head/security/john/Makefile
==============================================================================
--- head/security/john/Makefile	Thu Nov  3 16:33:34 2016	(r425257)
+++ head/security/john/Makefile	Thu Nov  3 16:34:21 2016	(r425258)
@@ -55,10 +55,6 @@ ALL_TARGET=	${OSNAME}-x86-64
 ALL_TARGET=	generic
 .endif
 
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64
-.endif
-
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
 CFLAGS+=	-flax-vector-conversions
 .endif


More information about the svn-ports-all mailing list