diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-22 09:15:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-22 09:15:19 +0800 |
commit | c35b4e29d6d16a32622548a17d38815d59c59d9e (patch) | |
tree | 0c07443b478fb33416592bf0cae1d18b5907dd27 /java | |
parent | 4fa4a1e28574ef2665f5294de9c34240a7329a66 (diff) | |
download | freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.tar.gz freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.tar.zst freebsd-ports-gnome-c35b4e29d6d16a32622548a17d38815d59c59d9e.zip |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'java')
-rw-r--r-- | java/java3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java3d/Makefile b/java/java3d/Makefile index 7a46814d18b4..9715a8195ac7 100644 --- a/java/java3d/Makefile +++ b/java/java3d/Makefile @@ -13,6 +13,7 @@ COMMENT= Provides API for creating and manipulation of 3D geometry LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi +BROKEN_aarch64= fails to compile: GVector.java:168: bad use of '>' BROKEN_armv6= fails to compile: build.xml: Compile failed; see the compiler error output for details BROKEN_armv7= fails to compile: build.xml: Compile failed; see the compiler error output for details |