Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 03:02:14 +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: r562010 - head/games/iortcw
Message-ID:  <202101190302.10J32ERO024967@repo.freebsd.org>

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

Log:
  Mark as NOT_FOR riscv64:
  
    iortcw-1.51c,1.log:code/server/../qcommon/q_platform.h:305:2: error: "Architecture not supported"
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/games/iortcw/Makefile

Modified: head/games/iortcw/Makefile
==============================================================================
--- head/games/iortcw/Makefile	Tue Jan 19 02:54:16 2021	(r562009)
+++ head/games/iortcw/Makefile	Tue Jan 19 03:02:14 2021	(r562010)
@@ -11,7 +11,7 @@ COMMENT=	Game engine for Return to Castle Wolfenstein
 
 LICENSE=	GPLv3
 
-NOT_FOR_ARCHS=		aarch64 armv6 armv7
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 riscv64
 NOT_FOR_ARCHS_REASON=	fails to configure: Architecture not supported
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \



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