diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-12 17:36:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-12 17:36:00 +0800 |
commit | ee3469bea80f41a862e276e8a5db95e80653cc30 (patch) | |
tree | 141391b567555a6b684dad2eed93dfedd14045fb /security/nacl | |
parent | ccd0da5af403656ecf60d01972c67e0a9b26503f (diff) | |
download | freebsd-ports-gnome-ee3469bea80f41a862e276e8a5db95e80653cc30.tar.gz freebsd-ports-gnome-ee3469bea80f41a862e276e8a5db95e80653cc30.tar.zst freebsd-ports-gnome-ee3469bea80f41a862e276e8a5db95e80653cc30.zip |
Mark as broken on the rest of the tier-2 archs. Do some cleanup.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security/nacl')
-rw-r--r-- | security/nacl/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/nacl/Makefile b/security/nacl/Makefile index a3897b9eefaa..a4f6339b71f7 100644 --- a/security/nacl/Makefile +++ b/security/nacl/Makefile @@ -10,16 +10,16 @@ MASTER_SITES= http://hyperelliptic.org/nacl/ 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/} |