svn commit: r563838 - head/lang/racket

Mark Linimon linimon at FreeBSD.org
Tue Feb 2 19:23:38 UTC 2021


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


More information about the svn-ports-all mailing list