svn commit: r557199 - head/archivers/unarr

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 02:56:12 UTC 2020


Author: linimon
Date: Mon Dec  7 02:56:11 2020
New Revision: 557199
URL: https://svnweb.freebsd.org/changeset/ports/557199

Log:
  Mark as BROKEN on riscv64:
  
    Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
    ld: error: lto.tmp: cannot link object files with different floating-point ABI
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/archivers/unarr/Makefile

Modified: head/archivers/unarr/Makefile
==============================================================================
--- head/archivers/unarr/Makefile	Mon Dec  7 02:14:40 2020	(r557198)
+++ head/archivers/unarr/Makefile	Mon Dec  7 02:56:11 2020	(r557199)
@@ -11,6 +11,8 @@ COMMENT=	Decompression library for RAR, TAR, ZIP and 7
 LICENSE=	LGPL3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_riscv64=		fails to build: Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension
+
 USES=		cmake
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list