From owner-svn-ports-all@freebsd.org Tue Nov 8 19:30:03 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C333C3612E; Tue, 8 Nov 2016 19:30:03 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4C1D663; Tue, 8 Nov 2016 19:30:02 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA8JU2tt060659; Tue, 8 Nov 2016 19:30:02 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA8JTvPd060586; Tue, 8 Nov 2016 19:29:57 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <201611081929.uA8JTvPd060586@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Tue, 8 Nov 2016 19:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425758 - in head: audio/bristol biology/avida biology/gmap biology/ugene databases/p5-Tie-LevelDB devel/avro-c devel/gecode devel/libdouble-conversion devel/libhoard devel/php-uprofile... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2016 19:30:03 -0000 Author: linimon Date: Tue Nov 8 19:29:56 2016 New Revision: 425758 URL: https://svnweb.freebsd.org/changeset/ports/425758 Log: The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. Modified: head/audio/bristol/Makefile head/biology/avida/Makefile head/biology/gmap/Makefile head/biology/ugene/Makefile head/databases/p5-Tie-LevelDB/Makefile head/devel/avro-c/Makefile head/devel/gecode/Makefile head/devel/libdouble-conversion/Makefile head/devel/libhoard/Makefile head/devel/php-uprofiler/Makefile head/devel/qtcreator/Makefile head/devel/radare2/Makefile head/devel/upp/Makefile head/emulators/adamem/Makefile head/emulators/visualboyadvance-m/Makefile head/ftp/ftpcopy/Makefile head/games/legesmotus/Makefile head/games/stockfish/Makefile head/games/supertuxkart/Makefile head/games/tome4/Makefile head/graphics/copperspice/Makefile head/graphics/s10sh/Makefile head/lang/angelscript/Makefile head/lang/racket-minimal/Makefile head/lang/see/Makefile head/mail/usendmail/Makefile head/misc/bb/Makefile head/multimedia/handbrake/Makefile head/multimedia/mpeg_play/Makefile head/net-p2p/uhub/Makefile head/net/hping-devel/Makefile head/net/tightvnc/Makefile head/security/ftimes/Makefile head/security/hpenc/Makefile head/security/john/Makefile head/security/p5-Crypt-RHash/Makefile head/security/p5-Digest-GOST/Makefile head/security/rcracki_mt/Makefile head/sysutils/liburcu/Makefile head/sysutils/uschedule/Makefile head/sysutils/webjob/Makefile head/sysutils/yum/Makefile head/textproc/rubygem-ferret/Makefile head/textproc/uim/Makefile head/x11/metisse/Makefile Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/audio/bristol/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --disable-alsa --enable --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= * Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/biology/avida/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Auto-adaptive genetic system de 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 Modified: head/biology/gmap/Makefile ============================================================================== --- head/biology/gmap/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/biology/gmap/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/biology/ugene/Makefile ============================================================================== --- head/biology/ugene/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/biology/ugene/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/databases/p5-Tie-LevelDB/Makefile ============================================================================== --- head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/databases/p5-Tie-LevelDB/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/devel/avro-c/Makefile ============================================================================== --- head/devel/avro-c/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/avro-c/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -15,7 +15,7 @@ COMMENT= Data serialization system for A 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 Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/gecode/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/devel/libdouble-conversion/Makefile ============================================================================== --- head/devel/libdouble-conversion/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/libdouble-conversion/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Binary-decimal and decimal-bina 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 Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/libhoard/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Fast, scalable, and memory-effi 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 Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/php-uprofiler/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/qtcreator/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/radare2/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Tools to disasm, debug, analyze 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 Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/devel/upp/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -38,7 +38,7 @@ MAKE_ARGS= UPPOUT="../_out/" OutFile=".. 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} Modified: head/emulators/adamem/Makefile ============================================================================== --- head/emulators/adamem/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/emulators/adamem/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/emulators/visualboyadvance-m/Makefile ============================================================================== --- head/emulators/visualboyadvance-m/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/emulators/visualboyadvance-m/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/ftp/ftpcopy/Makefile ============================================================================== --- head/ftp/ftpcopy/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/ftp/ftpcopy/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.ohse.de/uwe/ftp 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 Modified: head/games/legesmotus/Makefile ============================================================================== --- head/games/legesmotus/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/legesmotus/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Team-based, networked, 2D shoot 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}" \ Modified: head/games/stockfish/Makefile ============================================================================== --- head/games/stockfish/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/stockfish/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/supertuxkart/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -19,7 +19,7 @@ LIB_DEPENDS= libvorbisfile.so:audio/libv 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 Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/games/tome4/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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;" "" Modified: head/graphics/copperspice/Makefile ============================================================================== --- head/graphics/copperspice/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/graphics/copperspice/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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] Modified: head/graphics/s10sh/Makefile ============================================================================== --- head/graphics/s10sh/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/graphics/s10sh/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -14,7 +14,7 @@ COMMENT= USB/serial userspace driver for 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 Modified: head/lang/angelscript/Makefile ============================================================================== --- head/lang/angelscript/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/lang/angelscript/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/lang/racket-minimal/Makefile ============================================================================== --- head/lang/racket-minimal/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/lang/racket-minimal/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/lang/see/Makefile ============================================================================== --- head/lang/see/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/lang/see/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/mail/usendmail/Makefile ============================================================================== --- head/mail/usendmail/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/mail/usendmail/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Replacement for qmail's sendmai 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} Modified: head/misc/bb/Makefile ============================================================================== --- head/misc/bb/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/misc/bb/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/multimedia/handbrake/Makefile ============================================================================== --- head/multimedia/handbrake/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/multimedia/handbrake/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -45,7 +45,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/ 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) Modified: head/multimedia/mpeg_play/Makefile ============================================================================== --- head/multimedia/mpeg_play/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/multimedia/mpeg_play/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/net-p2p/uhub/Makefile ============================================================================== --- head/net-p2p/uhub/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/net-p2p/uhub/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/net/hping-devel/Makefile ============================================================================== --- head/net/hping-devel/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/net/hping-devel/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/net/tightvnc/Makefile ============================================================================== --- head/net/tightvnc/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/net/tightvnc/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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-* Modified: head/security/ftimes/Makefile ============================================================================== --- head/security/ftimes/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/ftimes/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= System baselining and evidence 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 Modified: head/security/hpenc/Makefile ============================================================================== --- head/security/hpenc/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/hpenc/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/security/john/Makefile ============================================================================== --- head/security/john/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/john/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -15,7 +15,7 @@ COMMENT= Featureful Unix password cracke 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 Modified: head/security/p5-Crypt-RHash/Makefile ============================================================================== --- head/security/p5-Crypt-RHash/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/p5-Crypt-RHash/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Compute hash sums and magnet li 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 Modified: head/security/p5-Digest-GOST/Makefile ============================================================================== --- head/security/p5-Digest-GOST/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/p5-Digest-GOST/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -12,7 +12,7 @@ COMMENT= Perl interface to the GOST R 34 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 Modified: head/security/rcracki_mt/Makefile ============================================================================== --- head/security/rcracki_mt/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/security/rcracki_mt/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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} Modified: head/sysutils/liburcu/Makefile ============================================================================== --- head/sysutils/liburcu/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/liburcu/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/sysutils/uschedule/Makefile ============================================================================== --- head/sysutils/uschedule/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/uschedule/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -13,7 +13,7 @@ COMMENT= Scheduler program, designed to 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 Modified: head/sysutils/webjob/Makefile ============================================================================== --- head/sysutils/webjob/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/webjob/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/sysutils/yum/Makefile ============================================================================== --- head/sysutils/yum/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/sysutils/yum/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/textproc/rubygem-ferret/Makefile ============================================================================== --- head/textproc/rubygem-ferret/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/textproc/rubygem-ferret/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/textproc/uim/Makefile ============================================================================== --- head/textproc/uim/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/textproc/uim/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -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 Modified: head/x11/metisse/Makefile ============================================================================== --- head/x11/metisse/Makefile Tue Nov 8 18:40:52 2016 (r425757) +++ head/x11/metisse/Makefile Tue Nov 8 19:29:56 2016 (r425758) @@ -18,7 +18,7 @@ RUN_DEPENDS= xorg-fonts>0:x11-fonts/xorg 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 \