Date: Tue, 19 Jan 2021 03:24:47 +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: r562017 - head/java/sablevm-classpath Message-ID: <202101190324.10J3Ol8X039129@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101190324.10J3Ol8X039129>