Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2020 14:12:28 +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: 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...
Message-ID:  <202011291412.0ATECSK0078805@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011291412.0ATECSK0078805>