Mail from Mike Meyer <mwm-dated-1044336154.329122@mired.org>: The file make/common/Defs-bsd.gmk sets DEVTOOLS_PATH to /usr/local/bin. This isn't correct on systems that have LOCALBASE pointed somewhere else, and causes the build to fail when it can't find gm4 on such systems. I don't have a generic fix for this; I just changed the patchfile to set it to the correct path for my system. Sorry. Fix: We need to patch Defs-bsd.gmk during the build process and set DEVTOOLS_PATH to the current setting of LOCALBASE. How-To-Repeat: Build the jdk13 port on a system with LOCALBASE set to other than /usr/local/bin
Responsible Changed From-To: freebsd-java->glewis My PR
State Changed From-To: open->closed Committed a fix.