Summary: | print/pdf-renderer: fix build with openjdk8 | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Steve Wills <swills> | ||||||
Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | glewis | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(ale) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 199591 | ||||||||
Attachments: |
|
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 |
Created attachment 161061 [details] pdf-renderer patch Attached patch fixes build with openjdk8