summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2016-11-08 19:29:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2016-11-08 19:29:56 +0000
commit17e48e339ba2cbe76005240eab9b4409c03c0bd7 (patch)
treef77d62ca66840ca8e1e6d01a24391ded26f3d643
parentsecurity/maia: fix to scan rar attachments (diff)
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.
Notes
Notes: svn path=/head/; revision=425758
-rw-r--r--audio/bristol/Makefile2
-rw-r--r--biology/avida/Makefile2
-rw-r--r--biology/gmap/Makefile2
-rw-r--r--biology/ugene/Makefile2
-rw-r--r--databases/p5-Tie-LevelDB/Makefile2
-rw-r--r--devel/avro-c/Makefile2
-rw-r--r--devel/gecode/Makefile2
-rw-r--r--devel/libdouble-conversion/Makefile2
-rw-r--r--devel/libhoard/Makefile2
-rw-r--r--devel/php-uprofiler/Makefile2
-rw-r--r--devel/qtcreator/Makefile2
-rw-r--r--devel/radare2/Makefile2
-rw-r--r--devel/upp/Makefile2
-rw-r--r--emulators/adamem/Makefile2
-rw-r--r--emulators/visualboyadvance-m/Makefile2
-rw-r--r--ftp/ftpcopy/Makefile2
-rw-r--r--games/legesmotus/Makefile2
-rw-r--r--games/stockfish/Makefile2
-rw-r--r--games/supertuxkart/Makefile2
-rw-r--r--games/tome4/Makefile2
-rw-r--r--graphics/copperspice/Makefile2
-rw-r--r--graphics/s10sh/Makefile2
-rw-r--r--lang/angelscript/Makefile2
-rw-r--r--lang/racket-minimal/Makefile2
-rw-r--r--lang/see/Makefile2
-rw-r--r--mail/usendmail/Makefile2
-rw-r--r--misc/bb/Makefile2
-rw-r--r--multimedia/handbrake/Makefile2
-rw-r--r--multimedia/mpeg_play/Makefile2
-rw-r--r--net-p2p/uhub/Makefile2
-rw-r--r--net/hping-devel/Makefile2
-rw-r--r--net/tightvnc/Makefile2
-rw-r--r--security/ftimes/Makefile2
-rw-r--r--security/hpenc/Makefile2
-rw-r--r--security/john/Makefile2
-rw-r--r--security/p5-Crypt-RHash/Makefile2
-rw-r--r--security/p5-Digest-GOST/Makefile2
-rw-r--r--security/rcracki_mt/Makefile2
-rw-r--r--sysutils/liburcu/Makefile2
-rw-r--r--sysutils/uschedule/Makefile2
-rw-r--r--sysutils/webjob/Makefile2
-rw-r--r--sysutils/yum/Makefile2
-rw-r--r--textproc/rubygem-ferret/Makefile2
-rw-r--r--textproc/uim/Makefile2
-rw-r--r--x11/metisse/Makefile2
45 files changed, 45 insertions, 45 deletions
diff --git a/audio/bristol/Makefile b/audio/bristol/Makefile
index da778cd35151..b42f4c70ac86 100644
--- a/audio/bristol/Makefile
+++ b/audio/bristol/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-alsa --enable-oss \
--enable-jack-default-midi \
--disable-version-check
-BROKEN_arm64= Does not build: error: unknown FP unit 'sse'
+BROKEN_aarch64= Does not build: error: unknown FP unit 'sse'
BROKEN_powerpc64= Does not build
PORTDATA= *
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index f92aafb95e8b..5a0d89b11ba0 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -12,7 +12,7 @@ COMMENT= Auto-adaptive genetic system designed for ALife research
LICENSE= GPLv3
-BROKEN_arm64= invokes x86 asm
+BROKEN_aarch64= invokes x86 asm
BROKEN_mips= invokes x86 asm
BROKEN_mips64= invokes x86 asm
BROKEN_sparc64= missing atomics implementation
diff --git a/biology/gmap/Makefile b/biology/gmap/Makefile
index f40dbf949561..bf33cdec3bd6 100644
--- a/biology/gmap/Makefile
+++ b/biology/gmap/Makefile
@@ -24,7 +24,7 @@ OPTIONS_DEFINE= SIMD
SIMD_CONFIGURE_OFF= --disable-builtin-popcount --disable-simd
-BROKEN_arm64= Does not build: invokes x86 asm
+BROKEN_aarch64= Does not build: invokes x86 asm
BROKEN_mips64= Does not build: invokes x86 asm
BROKEN_powerpc64= Does not build on powerpc64
BROKEN_sparc64= Does not build: invokes x86 asm
diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile
index 421e1f697db8..337315a28f48 100644
--- a/biology/ugene/Makefile
+++ b/biology/ugene/Makefile
@@ -18,7 +18,7 @@ LICENSE= GPLv2
RUN_DEPENDS= bash:shells/bash
-BROKEN_arm64= Fails to build: invokes x86 asm
+BROKEN_aarch64= Fails to build: invokes x86 asm
USES= desktop-file-utils execinfo qmake
USE_GL= glu
diff --git a/databases/p5-Tie-LevelDB/Makefile b/databases/p5-Tie-LevelDB/Makefile
index d5e61577f8a8..1a504f6ba569 100644
--- a/databases/p5-Tie-LevelDB/Makefile
+++ b/databases/p5-Tie-LevelDB/Makefile
@@ -16,7 +16,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libleveldb.so:databases/leveldb
-BROKEN_arm64= does not build: error: Please implement AtomicPointer for this platform
+BROKEN_aarch64= does not build: error: Please implement AtomicPointer for this platform
BROKEN_powerpc64= does not build
BROKEN_sparcpc64= does not build: unrecognized command line options
diff --git a/devel/avro-c/Makefile b/devel/avro-c/Makefile
index b27f654ca387..c65c0442a179 100644
--- a/devel/avro-c/Makefile
+++ b/devel/avro-c/Makefile
@@ -15,7 +15,7 @@ COMMENT= Data serialization system for ANSI C
LIB_DEPENDS= libjansson.so:devel/jansson \
libsnappy.so:archivers/snappy
-BROKEN_arm64= Fails to build: error: No atomic implementation
+BROKEN_aarch64= Fails to build: error: No atomic implementation
BROKEN_armv6= Fails to build: error: No atomic implementation
BROKEN_mips= Fails to build: error: No atomic implementation
BROKEN_mips64= Fails to build: error: No atomic implementation
diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile
index caf7f82acff5..a18079a43408 100644
--- a/devel/gecode/Makefile
+++ b/devel/gecode/Makefile
@@ -14,7 +14,7 @@ LICENSE_COMB= multi
LIB_DEPENDS= libmpfr.so:math/mpfr
-BROKEN_arm64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
+BROKEN_aarch64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism
USES= bison gmake perl5
diff --git a/devel/libdouble-conversion/Makefile b/devel/libdouble-conversion/Makefile
index 32d816bf6789..de9e158dd834 100644
--- a/devel/libdouble-conversion/Makefile
+++ b/devel/libdouble-conversion/Makefile
@@ -12,7 +12,7 @@ COMMENT= Binary-decimal and decimal-binary routines for IEEE doubles
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_arm64= Fails to build: Target architecture was not detected as supported by Double-Conversion
+BROKEN_aarch64= Fails to build: Target architecture was not detected as supported by Double-Conversion
USES= libtool
GNU_CONFIGURE= yes
diff --git a/devel/libhoard/Makefile b/devel/libhoard/Makefile
index 1ce7af429903..71074fdeccd7 100644
--- a/devel/libhoard/Makefile
+++ b/devel/libhoard/Makefile
@@ -13,7 +13,7 @@ COMMENT= Fast, scalable, and memory-efficient allocator for MP
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/../COPYING
-BROKEN_arm64= no spin lock implementation is available for this platform
+BROKEN_aarch64= no spin lock implementation is available for this platform
BROKEN_mips= no spin lock implementation is available for this platform
BROKEN_mips64= no spin lock implementation is available for this platform
BROKEN_powerpc64= Does not build
diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile
index 8de04910152f..9493e4df8cc6 100644
--- a/devel/php-uprofiler/Makefile
+++ b/devel/php-uprofiler/Makefile
@@ -12,7 +12,7 @@ COMMENT= Lightweight profiler for PHP
LICENSE= APACHE20
-BROKEN_arm64= Does not build: invokes x86 asm
+BROKEN_aarch64= Does not build: invokes x86 asm
BROKEN_mips64= Does not build: invokes x86 asm
BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: invokes x86 asm
diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile
index dd94472745b5..d7e0bf59a78b 100644
--- a/devel/qtcreator/Makefile
+++ b/devel/qtcreator/Makefile
@@ -37,7 +37,7 @@ QMAKE_ARGS+= DEFINES+=_GLIBCXX_USE_C99
DESKTOP_ENTRIES="Qt Creator" "" "QtProject-qtcreator" \
"${PREFIX}/bin/${PORTNAME}" "Development;Qt;" true
-BROKEN_arm64= fails to build: invokes x86 asm
+BROKEN_aarch64= fails to build: invokes x86 asm
OPTIONS_DEFINE= DOCS EXAMPLES
DOCS_DESC= Install the Qt5 api documentation
diff --git a/devel/radare2/Makefile b/devel/radare2/Makefile
index 8ddf8ae7f1a5..b6cf23ffb2b7 100644
--- a/devel/radare2/Makefile
+++ b/devel/radare2/Makefile
@@ -12,7 +12,7 @@ COMMENT= Tools to disasm, debug, analyze, and manipulate binary files
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_arm64= Does not build: Unsupported BSD architecture
+BROKEN_aarch64= Does not build: Unsupported BSD architecture
BROKEN_mips64= Does not build: Unsupported BSD architecture
BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build
diff --git a/devel/upp/Makefile b/devel/upp/Makefile
index f6769dbacd88..dbff584505e4 100644
--- a/devel/upp/Makefile
+++ b/devel/upp/Makefile
@@ -38,7 +38,7 @@ MAKE_ARGS= UPPOUT="../_out/" OutFile="../theide" \
MAKE_JOBS_UNSAFE= yes
-BROKEN_arm64= Does not compile on ${ARCH}: error Unknown CPU architecture
+BROKEN_aarch64= Does not compile on ${ARCH}: error Unknown CPU architecture
BROKEN_powerpc= Does not compile on ${ARCH}
BROKEN_sparc64= Does not compile on ${ARCH}
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile
index 93aa22507ac4..9dd2db8f38bc 100644
--- a/emulators/adamem/Makefile
+++ b/emulators/adamem/Makefile
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= ADAMEm is a portable Coleco ADAM and ColecoVision emulator
-BROKEN_arm64= Fails to build: regparm is not valid on this platform
+BROKEN_aarch64= Fails to build: regparm is not valid on this platform
NO_WRKSUBDIR= yes
USE_XORG= sm x11 xau xext xfixes xi xrandr
diff --git a/emulators/visualboyadvance-m/Makefile b/emulators/visualboyadvance-m/Makefile
index a277b88dcd57..e40765eae5b9 100644
--- a/emulators/visualboyadvance-m/Makefile
+++ b/emulators/visualboyadvance-m/Makefile
@@ -12,7 +12,7 @@ LICENSE= GPLv2
LIB_DEPENDS= libpng.so:graphics/png
-BROKEN_arm64= Fails to build: regparm is not valid on this platform
+BROKEN_aarch64= Fails to build: regparm is not valid on this platform
USE_GITHUB= yes
GH_TAGNAME= VBA-M_Beta_2
diff --git a/ftp/ftpcopy/Makefile b/ftp/ftpcopy/Makefile
index 6490d11c23eb..af95387af162 100644
--- a/ftp/ftpcopy/Makefile
+++ b/ftp/ftpcopy/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.ohse.de/uwe/ftpcopy/
MAINTAINER= mandree@FreeBSD.org
COMMENT= Command line ftp tools for listing and mirroring
-BROKEN_arm64= Fails to build: regparm is not valid on this platform
+BROKEN_aarch64= Fails to build: regparm is not valid on this platform
USES= perl5
USE_PERL5= build
diff --git a/games/legesmotus/Makefile b/games/legesmotus/Makefile
index 72855a4f1145..feb4f9fb937c 100644
--- a/games/legesmotus/Makefile
+++ b/games/legesmotus/Makefile
@@ -13,7 +13,7 @@ COMMENT= Team-based, networked, 2D shooter set in zero-gravity
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
-BROKEN_arm64= Fails to build: Disallowed architecture for this platform: aarch64
+BROKEN_aarch64= Fails to build: Disallowed architecture for this platform: aarch64
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix="${PREFIX}" \
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile
index 1ebab7477917..3b972c86a741 100644
--- a/games/stockfish/Makefile
+++ b/games/stockfish/Makefile
@@ -17,7 +17,7 @@ COMMENT= Open source chess engine
LICENSE= GPLv3
NOT_FOR_ARCHS= sparc64
-BROKEN_arm64= Fails to build: cannot detect architecture
+BROKEN_aarch64= Fails to build: cannot detect architecture
BROKEN_mips64= Fails to build: cannot detect architecture
USES= compiler gmake zip
diff --git a/games/supertuxkart/Makefile b/games/supertuxkart/Makefile
index ad7740608204..237721a610e6 100644
--- a/games/supertuxkart/Makefile
+++ b/games/supertuxkart/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
libpng.so:graphics/png \
libfreetype.so:print/freetype2
-BROKEN_arm64= fails to build: invokes x86 asm
+BROKEN_aarch64= fails to build: invokes x86 asm
USES= alias cmake compiler:c++11-lib dos2unix gettext \
gmake jpeg openal:al pkgconfig tar:xz
diff --git a/games/tome4/Makefile b/games/tome4/Makefile
index ff7c9947e641..c84e99718e87 100644
--- a/games/tome4/Makefile
+++ b/games/tome4/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS= premake4:devel/premake4
LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \
libpng16.so:graphics/png
-BROKEN_arm64= Fails to build: No support for this architecture (yet)
+BROKEN_aarch64= Fails to build: No support for this architecture (yet)
DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
"${PORTNAME}" "Game;RolePlaying;" ""
diff --git a/graphics/copperspice/Makefile b/graphics/copperspice/Makefile
index 3c93936fe699..235bd500bd0f 100644
--- a/graphics/copperspice/Makefile
+++ b/graphics/copperspice/Makefile
@@ -46,7 +46,7 @@ MAKE_ARGS= ${OVERRIDE_INS}
PLIST_SUB= LONG_VER=1.3
BROKEN_FreeBSD_9= PR 193528 (c++11 support is broken)
-BROKEN_arm64= Fails to build: Unable to detect architecture, please update
+BROKEN_aarch64= Fails to build: Unable to detect architecture, please update
BROKEN_i386= qx11embed_x11.cpp:470:20: non-constant-expression\
cannot be narrowed from type 'unsigned int' to 'long'\
in initializer list [-Wc++11-narrowing]
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile
index ec6afbc9a2fd..fa78ce9146f5 100644
--- a/graphics/s10sh/Makefile
+++ b/graphics/s10sh/Makefile
@@ -14,7 +14,7 @@ COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN_arm64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
+BROKEN_aarch64= Fails to build: error: can not find the byte order for this architecture, fix bytesex.h
USES= ncurses readline
diff --git a/lang/angelscript/Makefile b/lang/angelscript/Makefile
index 873be00abdc1..b5c08fd90468 100644
--- a/lang/angelscript/Makefile
+++ b/lang/angelscript/Makefile
@@ -12,7 +12,7 @@ COMMENT= AngelCode Scripting Library
LICENSE= ZLIB
-BROKEN_arm64= Does not build: invokes x86 asm
+BROKEN_aarch64= Does not build: invokes x86 asm
BROKEN_powerpc64= Does not build
BROKEN_sparc64= Does not build: invokes x86 asm
diff --git a/lang/racket-minimal/Makefile b/lang/racket-minimal/Makefile
index 813a409ba941..d0144661d7ce 100644
--- a/lang/racket-minimal/Makefile
+++ b/lang/racket-minimal/Makefile
@@ -21,7 +21,7 @@ LICENSE= LGPL3
LIB_DEPENDS= libffi.so:devel/libffi
-BROKEN_arm64= does not build: error: Unported platform
+BROKEN_aarch64= does not build: error: Unported platform
BROKEN_sparc64= does not build
MAKE_JOBS_UNSAFE=yes
diff --git a/lang/see/Makefile b/lang/see/Makefile
index c478795c561e..6f2910280dce 100644
--- a/lang/see/Makefile
+++ b/lang/see/Makefile
@@ -15,7 +15,7 @@ COMMENT= Simple ECMAScript Engine (SEE)
LICENSE= BSD
-BROKEN_arm64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
+BROKEN_aarch64= Fails to build: floating point not detected: Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined
OPTIONS_DEFINE= GC DEBUG DOCS
OPTIONS_DEFAULT= GC
diff --git a/mail/usendmail/Makefile b/mail/usendmail/Makefile
index 15c40e79e556..dc18812918b0 100644
--- a/mail/usendmail/Makefile
+++ b/mail/usendmail/Makefile
@@ -12,7 +12,7 @@ COMMENT= Replacement for qmail's sendmail drop-in
USES= qmail
-BROKEN_arm64= Fails to build: regparm is not valid on this platform
+BROKEN_aarch64= Fails to build: regparm is not valid on this platform
WRKSRC= ${WRKDIR}/mail/${DISTNAME}
diff --git a/misc/bb/Makefile b/misc/bb/Makefile
index 3cadbde69597..834bf20d8d71 100644
--- a/misc/bb/Makefile
+++ b/misc/bb/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaa.so:graphics/aalib \
libmikmod.so:audio/libmikmod
-BROKEN_arm64= Fails to build: regparm is not valid on this platform
+BROKEN_aarch64= Fails to build: regparm is not valid on this platform
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/bb-1.3.0
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile
index 0a743f89f227..f0163760c8b0 100644
--- a/multimedia/handbrake/Makefile
+++ b/multimedia/handbrake/Makefile
@@ -45,7 +45,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libx264.so:multimedia/libx264 \
libmp3lame.so:audio/lame
-BROKEN_arm64= Fails to build: invokes x86 asm
+BROKEN_aarch64= Fails to build: invokes x86 asm
.if !defined(PACKAGE_BUILDING)
# DVDCSS version hardcoded in contrib/libdvdread/libdvdread-5.0.0-6-gcb1ae87/src/dvd_input.c (dlopen'ed)
diff --git a/multimedia/mpeg_play/Makefile b/multimedia/mpeg_play/Makefile
index faec08faeba6..798453268d11 100644
--- a/multimedia/mpeg_play/Makefile
+++ b/multimedia/mpeg_play/Makefile
@@ -12,7 +12,7 @@ EXTRACT_SUFX= -patched-src.tar.gz
MAINTAINER= lme@FreeBSD.org
COMMENT= Program to play mpeg movies on X displays
-BROKEN_arm64= fails to build: Unknown endianness of architecture
+BROKEN_aarch64= fails to build: Unknown endianness of architecture
BROKEN_mips64= fails to build: Unknown endianness of architecture
WRKSRC= ${WRKDIR}/mpeg_play
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile
index 57e5bec1ba46..c174e844a089 100644
--- a/net-p2p/uhub/Makefile
+++ b/net-p2p/uhub/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-BROKEN_arm64= fails to compile: CPUINFO not defined
+BROKEN_aarch64= fails to compile: CPUINFO not defined
BROKEN_mips64= fails to compile: strndup not found
USES= cmake perl5 sqlite
diff --git a/net/hping-devel/Makefile b/net/hping-devel/Makefile
index e58c4c028665..bf54dff08760 100644
--- a/net/hping-devel/Makefile
+++ b/net/hping-devel/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libtcl84.so:lang/tcl84
CONFLICTS= hping-[0-9]*
-BROKEN_arm64= fails to build: can not find the byte order for this architecture, fix bytesex.h
+BROKEN_aarch64= fails to build: can not find the byte order for this architecture, fix bytesex.h
GNU_CONFIGURE= yes
USES= alias gmake
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index b005c815719c..7edcda11896c 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= showrgb:x11/rgb \
xauth:x11/xauth \
xorg-fonts>=7.2:x11-fonts/xorg-fonts
-BROKEN_arm64= Fails to build: invokes x86 asm
+BROKEN_aarch64= Fails to build: invokes x86 asm
MAKE_JOBS_UNSAFE= yes
CONFLICTS= tridiavnc-[0-9]* vnc-[0-9]* tigervnc-*
diff --git a/security/ftimes/Makefile b/security/ftimes/Makefile
index 53ea19e195c0..24a10196e312 100644
--- a/security/ftimes/Makefile
+++ b/security/ftimes/Makefile
@@ -13,7 +13,7 @@ COMMENT= System baselining and evidence collection tool
LICENSE= BSD3CLAUSE APACHE20 MIT
LICENSE_COMB= multi
-BROKEN_arm64= fails to build: aarch64 is not currently supported
+BROKEN_aarch64= fails to build: aarch64 is not currently supported
BROKEN_mips64= fails to build: mips64 is not currently supported
GNU_CONFIGURE= yes
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index e1f966357765..46920f5176e0 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE
BROKEN_powerpc64= Does not build
BROKEN_FreeBSD_9= does not build
-NOT_FOR_ARCHS= arm64 sparc64
+NOT_FOR_ARCHS= aarch64 sparc64
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
USES= tar:xz compiler:c++11-lib gmake
diff --git a/security/john/Makefile b/security/john/Makefile
index 414055419a96..2e8047638e61 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -15,7 +15,7 @@ COMMENT= Featureful Unix password cracker
LICENSE= GPLv2
-BROKEN_arm64= Fails to build: Cannot detect CPU architechture
+BROKEN_aarch64= Fails to build: Cannot detect CPU architechture
BROKEN_mips64= Fails to build: Cannot detect CPU architechture
USES= gmake shebangfix ssl tar:bzip2
diff --git a/security/p5-Crypt-RHash/Makefile b/security/p5-Crypt-RHash/Makefile
index 420cb097f70a..869fef765449 100644
--- a/security/p5-Crypt-RHash/Makefile
+++ b/security/p5-Crypt-RHash/Makefile
@@ -13,7 +13,7 @@ COMMENT= Compute hash sums and magnet links
LICENSE= MIT
-BROKEN_arm64= Fails to build: error Cannot detect CPU architechture
+BROKEN_aarch64= Fails to build: error Cannot detect CPU architechture
BROKEN_mips64= Fails to build: error Cannot detect CPU architechture
USES= perl5
diff --git a/security/p5-Digest-GOST/Makefile b/security/p5-Digest-GOST/Makefile
index e2a1dbe563a4..fcb8ca13f66b 100644
--- a/security/p5-Digest-GOST/Makefile
+++ b/security/p5-Digest-GOST/Makefile
@@ -12,7 +12,7 @@ COMMENT= Perl interface to the GOST R 34.11-94 digest algorithm
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BROKEN_arm64= fails to build: Cannot detect CPU architechture
+BROKEN_aarch64= fails to build: Cannot detect CPU architechture
BROKEN_mips64= fails to build: Cannot detect CPU architechture
USES= perl5
diff --git a/security/rcracki_mt/Makefile b/security/rcracki_mt/Makefile
index 199bd61f9712..816be5504bd6 100644
--- a/security/rcracki_mt/Makefile
+++ b/security/rcracki_mt/Makefile
@@ -11,7 +11,7 @@ COMMENT= Rainbow table based crack tool
LICENSE= GPLv2
-NOT_FOR_ARCHS= arm64 armv6 mips mips64 sparc64
+NOT_FOR_ARCHS= aarch64 armv6 mips mips64 sparc64
NOT_FOR_ARCHS_REASON= cannot detect endianness
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
diff --git a/sysutils/liburcu/Makefile b/sysutils/liburcu/Makefile
index 3752c9cc28e8..a680f9954af1 100644
--- a/sysutils/liburcu/Makefile
+++ b/sysutils/liburcu/Makefile
@@ -14,7 +14,7 @@ LICENSE= LGPL21
PORTDOCS= ChangeLog README cds-api.txt rcu-api.txt uatomic-api.txt
-BROKEN_arm64= Fails to build: Cannot build: unrecognized architecture detected
+BROKEN_aarch64= Fails to build: Cannot build: unrecognized architecture detected
BROKEN_armv6= Fails to build: address argument to atomic builtin must be a pointer
BROKEN_mips= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
BROKEN_mips64= Fails to build: undefined reference to `__sync_bool_compare_and_swap_4
diff --git a/sysutils/uschedule/Makefile b/sysutils/uschedule/Makefile
index e7ce3d0abaee..d0cdd531e926 100644
--- a/sysutils/uschedule/Makefile
+++ b/sysutils/uschedule/Makefile
@@ -13,7 +13,7 @@ COMMENT= Scheduler program, designed to replace cron(8) and at(1)
BUILD_DEPENDS= ${LOCALBASE}/bin/tai64nlocal:sysutils/daemontools
RUN_DEPENDS= ${LOCALBASE}/bin/multilog:sysutils/daemontools
-BROKEN_arm64= Fails to build: regparm is not valid on this platform
+BROKEN_aarch64= Fails to build: regparm is not valid on this platform
WRKSRC= ${WRKDIR}/admin/${DISTNAME}
TEST_TARGET= check
diff --git a/sysutils/webjob/Makefile b/sysutils/webjob/Makefile
index b4accbfa8c64..778b6e7516f1 100644
--- a/sysutils/webjob/Makefile
+++ b/sysutils/webjob/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= klm@uidzero.org
COMMENT= Download and execute a program over HTTP/HTTPS
-BROKEN_arm64= fails to build: aarch64 is not currently supported
+BROKEN_aarch64= fails to build: aarch64 is not currently supported
BROKEN_mips64= fails to build: mips64 is not currently supported
USES= perl5 shebangfix tar:tgz
diff --git a/sysutils/yum/Makefile b/sysutils/yum/Makefile
index 1de93f3a82b6..b3201cd66ea7 100644
--- a/sysutils/yum/Makefile
+++ b/sysutils/yum/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}iniparse>0:devel/py-iniparse \
${PYTHON_PKGNAMEPREFIX}urlgrabber>0:www/py-urlgrabber
-ONLY_FOR_ARCHS= amd64 arm64 armv6 i386
+ONLY_FOR_ARCHS= amd64 aarch64 armv6 i386
ONLY_FOR_ARCHS_REASON= linux is not available for ${ARCH}
USES= cpe gettext gmake python shebangfix
diff --git a/textproc/rubygem-ferret/Makefile b/textproc/rubygem-ferret/Makefile
index 780de40251cc..3e2390268049 100644
--- a/textproc/rubygem-ferret/Makefile
+++ b/textproc/rubygem-ferret/Makefile
@@ -11,7 +11,7 @@ COMMENT= Ferret is a ruby port of Lucene
LICENSE= MIT
-BROKEN_arm64= Fails to build: cannot determine target CPU
+BROKEN_aarch64= Fails to build: cannot determine target CPU
USE_RUBY= yes
USES= gem
diff --git a/textproc/uim/Makefile b/textproc/uim/Makefile
index fadd91c71ddd..952454944526 100644
--- a/textproc/uim/Makefile
+++ b/textproc/uim/Makefile
@@ -13,7 +13,7 @@ PKGNAMESUFFIX= -nox11
MAINTAINER= nobutaka@FreeBSD.org
COMMENT?= Input method library
-BROKEN_arm64= Fails to build: The collector has not been ported to this machine/OS combination
+BROKEN_aarch64= Fails to build: The collector has not been ported to this machine/OS combination
USE_LDCONFIG= yes
WANT_GNOME= yes
diff --git a/x11/metisse/Makefile b/x11/metisse/Makefile
index 79afe5b8a526..b7976668b8ed 100644
--- a/x11/metisse/Makefile
+++ b/x11/metisse/Makefile
@@ -18,7 +18,7 @@ RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg-fonts
CONFLICTS= fvwm-1.* fvwm-2.*
-BROKEN_arm64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1
+BROKEN_aarch64= Fails to build: error: GETLEFTBITS_ALIGNMENT must be 1
USES= gettext libtool pathfix pkgconfig python shebangfix tar:bzip2
SHEBANG_FILES= ${WRKSRC}/fvwm-insitu/bin/fvwm-convert-2.4.in \