[Bug 244480] ports-mgmt/portlint: Warn about options without a description
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 27 21:35:37 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244480
Bug ID: 244480
Summary: ports-mgmt/portlint: Warn about options without a
description
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: marcus at FreeBSD.org
Reporter: gerald at FreeBSD.org
CC: salvadore at freebsd.org
Flags: maintainer-feedback?(marcus at FreeBSD.org)
Assignee: marcus 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list