svn commit: r562010 - head/games/iortcw

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 03:02:15 UTC 2021


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 \


More information about the svn-ports-all mailing list