svn commit: r556911 - head/textproc/randlm

Mark Linimon linimon at FreeBSD.org
Thu Dec 3 16:39:34 UTC 2020


Author: linimon
Date: Thu Dec  3 16:39:33 2020
New Revision: 556911
URL: https://svnweb.freebsd.org/changeset/ports/556911

Log:
  Mark as BROKEN on riscv64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/randlm/Makefile

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Thu Dec  3 16:35:29 2020	(r556910)
+++ head/textproc/randlm/Makefile	Thu Dec  3 16:39:33 2020	(r556911)
@@ -13,13 +13,14 @@ COMMENT=	Toolkit for building randomized language mode
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
-LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
-RUN_DEPENDS=	${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
-
 BROKEN_aarch64=		fails to compile: invalid output constraint =a in assembler
 BROKEN_armv6=		fails to compile: invalid output constraint =a in assembler
 BROKEN_powerpc64=	fails to compile: 'itr' does not name a type
+BROKEN_riscv64=		fails to compile: invalid output constraint =a in assembler
+
+BUILD_DEPENDS=	${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
+LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
+RUN_DEPENDS=	${LOCALBASE}/include/google/sparse_hash_map:devel/sparsehash
 
 USES=		autoreconf libtool localbase:ldflags compiler:c++11-lang
 USE_CXXSTD=	gnu++98


More information about the svn-ports-all mailing list