Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 03:04:43 +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: r562011 - head/games/julius
Message-ID:  <202101190304.10J34hEM026655@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Jan 19 03:04:43 2021
New Revision: 562011
URL: https://svnweb.freebsd.org/changeset/ports/562011

Log:
  Mark as BROKEN on riscv64:
  
    julius-caesariii-1.5.1,1.log:ld: error: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/games/julius/Makefile

Modified: head/games/julius/Makefile
==============================================================================
--- head/games/julius/Makefile	Tue Jan 19 03:02:14 2021	(r562010)
+++ head/games/julius/Makefile	Tue Jan 19 03:04:43 2021	(r562011)
@@ -13,6 +13,8 @@ COMMENT=	Open source re-implementation of Caesar III
 
 LICENSE=	GPLv3
 
+BROKEN_riscv64=		fails to link: julius-caesariii-1.5.1,1.log: cannot open /nxb-bin/usr/lib/clang/11.0.0/lib/freebsd/libclang_rt.profile-riscv64.a: No such file or directory
+
 USES=		cmake sdl
 
 USE_GITHUB=	yes



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