Created attachment 205998 [details] Fix Build The attached patch fixes: * missing X11 headers during configure. * disables CCACHE for ccache-enabled build systems.
A commit references this bug: Author: glewis Date: Wed Jul 24 22:41:41 UTC 2019 New revision: 507303 URL: https://svnweb.freebsd.org/changeset/ports/507303 Log: * Add a dependency on xrandr, since the latest version uses Xrandr.h * Set NO_CCACHE to match configure being passed --disable-ccache Fixes the build in poudriere and for people trying to use ccache PR: 239387 Submitted by: Jonathan Chen <jonc@chen.org.nz> Changes: head/java/openjdk11/Makefile
A commit references this bug: Author: glewis Date: Wed Jul 24 22:45:29 UTC 2019 New revision: 507304 URL: https://svnweb.freebsd.org/changeset/ports/507304 Log: * Set NO_CCACHE to match configure being passed --disable-ccache Fixes the build for people trying to use ccache PR: 239387 Submitted by: Jonathan Chen <jonc@chen.org.nz> Changes: head/java/openjdk12/Makefile
*** Bug 239383 has been marked as a duplicate of this bug. ***
Thanks! I've committed the changes
*** Bug 239384 has been marked as a duplicate of this bug. ***