From owner-svn-ports-head@freebsd.org Sun Nov 29 14:12:30 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CBE8E4A3548; Sun, 29 Nov 2020 14:12:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CkVgL5Lykz4gWK; Sun, 29 Nov 2020 14:12:30 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB34912E2A; Sun, 29 Nov 2020 14:12:30 +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 0ATECUdQ078819; Sun, 29 Nov 2020 14:12:30 GMT (envelope-from linimon@FreeBSD.org) Received: (from linimon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ATECSK0078805; Sun, 29 Nov 2020 14:12:28 GMT (envelope-from linimon@FreeBSD.org) Message-Id: <202011291412.0ATECSK0078805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: linimon set sender to linimon@FreeBSD.org using -f From: Mark Linimon Date: Sun, 29 Nov 2020 14:12:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556569 - in head: devel/amd64-gcc devel/arm-none-eabi-gcc492 devel/avr-gcc devel/efivar devel/libhoard devel/mips-gcc devel/mips64-gcc devel/riscv64-gcc devel/sparc64-gcc lang/ecl lang... X-SVN-Group: ports-head X-SVN-Commit-Author: linimon X-SVN-Commit-Paths: in head: devel/amd64-gcc devel/arm-none-eabi-gcc492 devel/avr-gcc devel/efivar devel/libhoard devel/mips-gcc devel/mips64-gcc devel/riscv64-gcc devel/sparc64-gcc lang/ecl lang/intercal X-SVN-Commit-Revision: 556569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Nov 2020 14:12:30 -0000 Author: linimon Date: Sun Nov 29 14:12:28 2020 New Revision: 556569 URL: https://svnweb.freebsd.org/changeset/ports/556569 Log: These ports now build on aarch64. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com TRYBROKEN run Modified: head/devel/amd64-gcc/Makefile head/devel/arm-none-eabi-gcc492/Makefile head/devel/avr-gcc/Makefile head/devel/efivar/Makefile head/devel/libhoard/Makefile head/devel/mips-gcc/Makefile head/devel/mips64-gcc/Makefile head/devel/riscv64-gcc/Makefile head/devel/sparc64-gcc/Makefile head/lang/ecl/Makefile head/lang/intercal/Makefile Modified: head/devel/amd64-gcc/Makefile ============================================================================== --- head/devel/amd64-gcc/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/amd64-gcc/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -5,7 +5,6 @@ PLIST= ${.CURDIR}/pkg-plist MASTERDIR= ${.CURDIR}/../powerpc64-gcc -BROKEN_aarch64= invalid output constraint '=a' in assembler BROKEN_armv6= invalid output constraint '=a' in assembler BROKEN_armv7= invalid output constraint '=a' in assembler BROKEN_mips= configure: cannot compute suffix of object files: cannot compile Modified: head/devel/arm-none-eabi-gcc492/Makefile ============================================================================== --- head/devel/arm-none-eabi-gcc492/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/arm-none-eabi-gcc492/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -69,7 +69,6 @@ post-install: MAKE_ARGS+= CXXFLAGS=-fbracket-depth=512 .endif -BROKEN_aarch64= fails to package BROKEN_mips= configure: error: cannot compute suffix of object files: cannot compile BROKEN_mips64= configure: error: cannot compute suffix of object files: cannot compile Modified: head/devel/avr-gcc/Makefile ============================================================================== --- head/devel/avr-gcc/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/avr-gcc/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -12,7 +12,6 @@ COMMENT= FSF GCC for Atmel AVR 8-bit RISC cross-develo LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -BROKEN_aarch64= Fails to package: cannot find manpages BROKEN_mips64= Fails to configure: cannot compute suffix of object files BUILD_DEPENDS= avr-as:devel/binutils@avr \ Modified: head/devel/efivar/Makefile ============================================================================== --- head/devel/efivar/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/efivar/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -11,7 +11,6 @@ COMMENT= Tools and library to manipulate EFI variables LICENSE= LGPL21 -BROKEN_aarch64= fails to build: gmake: no rule to make target 'efivar-guids.h', needed by 'efivar.h' NOT_FOR_ARCHS= powerpc powerpc64 powerpspe sparc64 NOT_FOR_ARCHS_REASON= specification only supports little-endian processors Modified: head/devel/libhoard/Makefile ============================================================================== --- head/devel/libhoard/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/libhoard/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -13,7 +13,6 @@ COMMENT= Fast, scalable, and memory-efficient allocato LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../COPYING -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_sparc64= Does not build Modified: head/devel/mips-gcc/Makefile ============================================================================== --- head/devel/mips-gcc/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/mips-gcc/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -3,8 +3,6 @@ PKGNAMEPREFIX= mips- PLIST= ${.CURDIR}/pkg-plist -BROKEN_aarch64= fails to package - MASTERDIR= ${.CURDIR}/../powerpc64-gcc .include "${MASTERDIR}/Makefile" Modified: head/devel/mips64-gcc/Makefile ============================================================================== --- head/devel/mips64-gcc/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/mips64-gcc/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -3,7 +3,6 @@ PKGNAMEPREFIX= mips64- PLIST= ${.CURDIR}/pkg-plist -BROKEN_aarch64= fails to package BROKEN_mips64= fails to package MASTERDIR= ${.CURDIR}/../powerpc64-gcc Modified: head/devel/riscv64-gcc/Makefile ============================================================================== --- head/devel/riscv64-gcc/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/riscv64-gcc/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -71,6 +71,4 @@ post-install: @${RM} ${STAGEDIR}${PREFIX}/man/man7/* @${RM} -r ${STAGEDIR}${PREFIX}/lib/gcc/${GCC_TARGET}/${PORTVERSION}/include-fixed -BROKEN_aarch64= fails to package - .include Modified: head/devel/sparc64-gcc/Makefile ============================================================================== --- head/devel/sparc64-gcc/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/devel/sparc64-gcc/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -3,8 +3,6 @@ PKGNAMEPREFIX= sparc64- PLIST= ${.CURDIR}/pkg-plist -BROKEN_aarch64= fails to package - MASTERDIR= ${.CURDIR}/../powerpc64-gcc .include "${MASTERDIR}/Makefile" Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/lang/ecl/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -12,7 +12,6 @@ COMMENT= ANSI Common Lisp implementation LICENSE= LGPL20 -BROKEN_aarch64= fails to compile: error: unknown type name AO_TS_t BROKEN_mips= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped BROKEN_mips64= fails to build: qemu: uncaught target signal 11 (Segmentation fault) - core dumped Modified: head/lang/intercal/Makefile ============================================================================== --- head/lang/intercal/Makefile Sun Nov 29 13:24:45 2020 (r556568) +++ head/lang/intercal/Makefile Sun Nov 29 14:12:28 2020 (r556569) @@ -12,8 +12,6 @@ COMMENT= C-INTERCAL compiler, ick, and supporting libr LICENSE= GPLv2 -BROKEN_aarch64= ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes - USES= gmake GNU_CONFIGURE= yes CFLAGS+= -D_POSIX_SOURCE