svn commit: r557204 - head/databases/p5-Tie-LevelDB

Mark Linimon linimon at FreeBSD.org
Mon Dec 7 03:25:03 UTC 2020


Author: linimon
Date: Mon Dec  7 03:25:02 2020
New Revision: 557204
URL: https://svnweb.freebsd.org/changeset/ports/557204

Log:
  Mark NOT_FOR riscv64 for the same reason as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/databases/p5-Tie-LevelDB/Makefile

Modified: head/databases/p5-Tie-LevelDB/Makefile
==============================================================================
--- head/databases/p5-Tie-LevelDB/Makefile	Mon Dec  7 03:21:17 2020	(r557203)
+++ head/databases/p5-Tie-LevelDB/Makefile	Mon Dec  7 03:25:02 2020	(r557204)
@@ -14,7 +14,7 @@ COMMENT=	Perl Interface to the Google LevelDB NoSQL da
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-NOT_FOR_ARCHS=		aarch64
+NOT_FOR_ARCHS=		aarch64 riscv64
 NOT_FOR_ARCHS_REASON=	does not build: Please implement AtomicPointer for this platform
 BROKEN_sparc64=	does not build: unrecognized command line options
 


More information about the svn-ports-head mailing list