Makefile has a typo: ONLY_FOR_ARCH= amd64 i386 should be: ONLY_FOR_ARCHS= amd64 i386 Found when building armv6 ports. http://dirty.ysv.freebsd.org/data/11armv632-default/2014-07-02_15h44m47s/logs/errors/bootstrap-openjdk-.log
A commit references this bug: Author: sbruno Date: Wed Jul 2 18:18:37 UTC 2014 New revision: 360237 URL: http://svnweb.freebsd.org/changeset/ports/360237 Log: Correct typo declaring ONLY_FOR_ARCHS PR: 191565 Reviewed by: bdrewery Changes: head/java/bootstrap-openjdk/Makefile