svn commit: r557322 - head/devel/libbfd

Mark Linimon linimon at FreeBSD.org
Wed Dec 9 01:17:31 UTC 2020


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 at 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


More information about the svn-ports-all mailing list