Summary: | print/foxitreader: Broken if DOCS option is unchecked | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Johannes Jost Meixner <xmj> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | nivit | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
*** Bug 197808 has been marked as a duplicate of this bug. *** Hi, thanks for reporting that. I just updated the port to 5.1.8, and it no longer installs that file. May I close this PR? Ops, I don't know how, but I have read spideroak instead of foxitreader. So I approve that patch. :-) A commit references this bug: Author: nivit Date: Wed Feb 18 21:18:42 UTC 2015 New revision: 379314 URL: https://svnweb.freebsd.org/changeset/ports/379314 Log: - Fix installation when DOCS option is off PR: 197807 Submitted by: xmj Changes: head/print/foxitreader/Makefile Committed, thanks for the PR. *** Bug 197809 has been marked as a duplicate of this bug. *** |
Created attachment 153161 [details] Add conditional deploying of the PDF Manual. The foxitreader port uses a port option for DOCS to determine wether a PDF should be downloaded, but then unconditionally tries to install said PDF into DOCSDIR. This fails, lacking the file in DISTDIR. Patch attached fixes this.