Created attachment 161061 [details] pdf-renderer patch Attached patch fixes build with openjdk8
As is, the patch will break building with openjdk7 and earlier, since that doesn't understand -Xdoclint:none. The patch needs to be conditionally applied only if we're building with openjdk8 or higher.
Created attachment 161610 [details] updated patch Here's an updated copy that conditionalizes the patch.
A commit references this bug: Author: swills Date: Fri Oct 16 18:13:28 UTC 2015 New revision: 399495 URL: https://svnweb.freebsd.org/changeset/ports/399495 Log: print/pdf-renderer: fix build with openjdk8 PR: 203123 Approved by: maintainer timeout (ale, >2 weeks) Changes: head/print/pdf-renderer/Makefile head/print/pdf-renderer/files/extra-patch-swinglabs-build-impl.xml