svn commit: r562011 - head/games/julius

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 03:04:44 UTC 2021


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


More information about the svn-ports-all mailing list