[Bug 244485] Mk/Scripts: warn about options without a description
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 27 22:07:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244485
Bug ID: 244485
Summary: Mk/Scripts: warn about options without a description
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: gerald at FreeBSD.org
CC: ports-bugs at FreeBSD.org, salvadore at freebsd.org
emulators/wine-devel as of revision r527076 lacks a description for the
STAGING options. I'll fix that shortly, but was surprised neither the
ports infrastructure nor portlint warned about this.
Put into a shell script the following code does that job:
if make showconfig | grep -v === | grep -v : ; then
echo "'make showconfig' has option(s) without a description."
fi
Unfortunately Mk/Scripts is hard for me to grok, but for someone with
background hopefully relatively straightforward to adjust?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list