Summary: | databases/influxdb: add MANPAGES option | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Johannes Jost Meixner <xmj> | ||||||
Component: | Individual Port(s) | Assignee: | Jochen Neumeister <joneum> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | cheffo, girgen, joneum | ||||||
Priority: | --- | Keywords: | patch-ready | ||||||
Version: | Latest | Flags: | cheffo:
maintainer-feedback+
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Created attachment 180596 [details]
add manpages knob, v2
Make patch apply to influx 1.2.
Great! There is a standard knob for DOCS, can we use that instead of a custom one? Palle See https://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html, Section 5.12.1.3 I'd like to stick with MANPAGES: Mk/bsd.options.desc.mk provides a description for it, and there are 63 other ports that define this option. Can we resolve this please? :-) A commit references this bug: Author: joneum Date: Tue Jun 20 20:22:17 UTC 2017 New revision: 443999 URL: https://svnweb.freebsd.org/changeset/ports/443999 Log: - databases/influxdb: add MANPAGES option PR: 217592 Reported by: xmj Approved by: cheffo at freebsd-bg.org (maintainer) miwi (mentor) Differential Revision: https://reviews.freebsd.org/D11219 Changes: head/databases/influxdb/Makefile head/databases/influxdb/pkg-plist Committed, thanks :-) |
Created attachment 180573 [details] add manpages knob Influxdb has beautiful manpages that are currently not shipped. Add a knob and glue to do that.