svn commit: r562017 - head/java/sablevm-classpath

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 03:24:47 UTC 2021


Author: linimon
Date: Tue Jan 19 03:24:46 2021
New Revision: 562017
URL: https://svnweb.freebsd.org/changeset/ports/562017

Log:
  Mark as BROKEN on riscv64 the same as on aarch64.
  
  While here, pet portlint (Makevar order).
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/java/sablevm-classpath/Makefile

Modified: head/java/sablevm-classpath/Makefile
==============================================================================
--- head/java/sablevm-classpath/Makefile	Tue Jan 19 03:17:13 2021	(r562016)
+++ head/java/sablevm-classpath/Makefile	Tue Jan 19 03:24:46 2021	(r562017)
@@ -12,6 +12,9 @@ COMMENT=	Classpath of SableVM
 
 LICENSE=	GPLv2
 
+BROKEN_aarch64=		Fails to configure: Endianess not declared
+BROKEN_riscv64=		Fails to configure: Endianess not declared
+
 BUILD_DEPENDS=	jikes:java/jikes
 
 GNU_CONFIGURE=	yes
@@ -57,8 +60,6 @@ PLIST_SUB+=		WITHOUT_ZIP="@comment " WITH_ZIP=""
 CONFIGURE_ARGS+=	--with-compressed-classes=no
 PLIST_SUB+=		WITHOUT_ZIP="" WITH_ZIP="@comment "
 .endif
-
-BROKEN_aarch64=		Fails to configure: Endianess not declared
 
 post-patch:
 	@${CP} -f ${WRKSRC}/resource/java/security/classpath.security \


More information about the svn-ports-all mailing list