diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-21 00:58:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-21 00:58:10 +0800 |
commit | 911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d (patch) | |
tree | 90ebb8bfb4c745a5dab712147ae21ed72a316bdb /java | |
parent | 9bc3559cc5670631e1e21e991a02c29f5b43b500 (diff) | |
download | freebsd-ports-gnome-911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d.tar.gz freebsd-ports-gnome-911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d.tar.zst freebsd-ports-gnome-911dbfd53ad28c1eef6dfdda6f2eaf18f739c50d.zip |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'java')
-rw-r--r-- | java/classpath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 74fcd3d21d4a..fcfdae65cd4a 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -17,6 +17,7 @@ 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 +BROKEN_powerpc64= fails to configure: error: The jar tool /usr/local/bin/gjar5 was not found GNU_CONFIGURE= yes USES= gmake iconv libtool perl5 pkgconfig |