diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 03:24:46 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 03:24:46 +0000 |
commit | d4b90686db6ab39ee88927618da1fbdb4c4635b7 (patch) | |
tree | 31a05143636e34e007f532c8b845bac407da6cf1 /java/sablevm-classpath | |
parent | Mark as BROKEN on riscv64: (diff) |
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
Notes
Notes:
svn path=/head/; revision=562017
Diffstat (limited to 'java/sablevm-classpath')
-rw-r--r-- | java/sablevm-classpath/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/sablevm-classpath/Makefile b/java/sablevm-classpath/Makefile index adfd86485e90..0b5f6a2f920e 100644 --- a/java/sablevm-classpath/Makefile +++ b/java/sablevm-classpath/Makefile @@ -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 @@ -58,8 +61,6 @@ 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 \ ${WRKSRC}/resource/java/security/SableVM.security |