svn commit: r425932 - head/security/nacl

Mark Linimon linimon at FreeBSD.org
Sat Nov 12 09:36:01 UTC 2016


Author: linimon
Date: Sat Nov 12 09:36:00 2016
New Revision: 425932
URL: https://svnweb.freebsd.org/changeset/ports/425932

Log:
  Mark as broken on the rest of the tier-2 archs.  Do some cleanup.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/nacl/Makefile

Modified: head/security/nacl/Makefile
==============================================================================
--- head/security/nacl/Makefile	Sat Nov 12 09:10:59 2016	(r425931)
+++ head/security/nacl/Makefile	Sat Nov 12 09:36:00 2016	(r425932)
@@ -10,16 +10,16 @@ MASTER_SITES=	http://hyperelliptic.org/n
 MAINTAINER= 	johans at FreeBSD.org
 COMMENT=	High speed cryptography library
 
-BROKEN_powerpc64=	Does not build
-
 USES=		tar:bzip2
 ALL_TARGET=	do
 USE_BINUTILS=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-BROKEN_ia64=	Does not compile on ia64, powerpc, or sparc64
-BROKEN_powerpc=	Does not compile on ia64, powerpc, or sparc64
-BROKEN_sparc64=	Does not compile on ia64, powerpc, or sparc64
+BROKEN_aarch64=		Does not build: /proc/cpuinfo: No such file or directory
+BROKEN_mips64=		Does not build: /proc/cpuinfo: No such file or directory
+BROKEN_powerpc=		Does not compile on powerpc
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not compile on sparc64
 
 HOSTNAME_CMD?=	/bin/hostname -s
 MYARCH=		${ARCH:S/i386/x86/:S/powerpc/ppc/}


More information about the svn-ports-all mailing list