Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2021 19:23:38 +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: r563838 - head/lang/racket
Message-ID:  <202102021923.112JNcaT006018@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Feb  2 19:23:37 2021
New Revision: 563838
URL: https://svnweb.freebsd.org/changeset/ports/563838

Log:
  Mark as NOT_FOR riscv64: unsupported platform.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/lang/racket/Makefile

Modified: head/lang/racket/Makefile
==============================================================================
--- head/lang/racket/Makefile	Tue Feb  2 19:19:43 2021	(r563837)
+++ head/lang/racket/Makefile	Tue Feb  2 19:23:37 2021	(r563838)
@@ -20,6 +20,9 @@ LICENSE=	APACHE20 MIT
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+NOT_FOR_ARCHS=		riscv64
+NOT_FOR_ARCHS_REASON=	unsupported platform
+
 LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libffi.so:devel/libffi \
 		libpng.so:graphics/png



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