Date: Sat, 12 Nov 2016 09:36:00 +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: r425932 - head/security/nacl Message-ID: <201611120936.uAC9a0xG037287@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611120936.uAC9a0xG037287>