Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 01:17:30 +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: r557322 - head/devel/libbfd
Message-ID:  <202012090117.0B91HULt066951@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec  9 01:17:30 2020
New Revision: 557322
URL: https://svnweb.freebsd.org/changeset/ports/557322

Log:
  Mark BROKEN on riscv64 the same as on aarch64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/libbfd/Makefile

Modified: head/devel/libbfd/Makefile
==============================================================================
--- head/devel/libbfd/Makefile	Wed Dec  9 01:06:48 2020	(r557321)
+++ head/devel/libbfd/Makefile	Wed Dec  9 01:17:30 2020	(r557322)
@@ -11,6 +11,12 @@ DISTNAME=	binutils-${PORTVERSION}
 MAINTAINER=	joerg@FreeBSD.org
 COMMENT=	Universal BFD library from GNU binutils
 
+BROKEN_aarch64=		Fails to configure: machine aarch64-portbld not recognized
+BROKEN_armv6=		Fails to configure: BFD does not support target armv6-portbld-freebsd12.0
+BROKEN_armv7=		Fails to configure: BFD does not support target armv7-portbld-freebsd12.0
+BROKEN_mips64=		Fails to configure: BFD does not support target mips64-portbld-freebsd12.0
+BROKEN_riscv64=		Fails to configure: machine riscv64-portbld not recognized
+
 CONFLICTS=	mingw-binutils-[0-9]* binutils-[0-9]*
 
 WRKSRC=		${WRKDIR}/binutils-${PORTVERSION}/bfd
@@ -24,11 +30,6 @@ CONFIGURE_ARGS=	--enable-install-libbfd \
 		--disable-werror
 CONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL}
 INFO=		bfd
-
-BROKEN_aarch64=		Fails to configure: machine aarch64-portbld not recognized
-BROKEN_armv6=		Fails to configure: BFD does not support target armv6-portbld-freebsd12.0
-BROKEN_armv7=		Fails to configure: BFD does not support target armv7-portbld-freebsd12.0
-BROKEN_mips64=		Fails to configure: BFD does not support target mips64-portbld-freebsd12.0
 
 pre-configure:
 # Configure and build pic version of libiberty



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