Summary: | [PATCH] textproc/linuxdoc-tools build dependency for option DOCS missing | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Felix Palmen <zirias> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Keywords: | patch | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: amdmi3 Date: Fri Apr 1 20:06:29 UTC 2016 New revision: 412368 URL: https://svnweb.freebsd.org/changeset/ports/412368 Log: - Add missing dependency on makeinfo, fix build on 11.x PR: 208444 Submitted by: felix@palmen-it.de (maintainer) Changes: head/textproc/linuxdoc-tools/Makefile A commit references this bug: Author: amdmi3 Date: Fri Apr 1 20:17:26 UTC 2016 New revision: 412371 URL: https://svnweb.freebsd.org/changeset/ports/412371 Log: - Switch to more correct USES=makeinfo PR: 208444 Suggested by: bapt Changes: head/textproc/linuxdoc-tools/Makefile |
Created attachment 168857 [details] added build dependency for makeinfo (print/texinfo). Got pkg-fallout mail about this port and figured out the 'makeinfo' tool wasn't listed as a build dependency when building with DOCS, attached patch should fix this.