diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-02 03:25:00 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-02 03:25:00 +0800 |
commit | 4aabba205eb753dfe6b95b47bfc4032c9297b8f6 (patch) | |
tree | c294df00509e0e3634bb037ebee32db884c7b1c2 /java | |
parent | a6bef84e481b1eb09039107aaf3b73f07b7743b5 (diff) | |
download | freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.tar.gz freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.tar.zst freebsd-ports-gnome-4aabba205eb753dfe6b95b47bfc4032c9297b8f6.zip |
Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 76a6cc5668de..74fcd3d21d4a 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -15,6 +15,9 @@ COMMENT= GNU project to create a free Java class library LICENSE= GPLv2 +BROKEN_aarch64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found +BROKEN_armv6= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found + GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig USE_LDCONFIG= yes |