Date: Thu, 27 Feb 2020 22:07:34 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244485] Mk/Scripts: warn about options without a description Message-ID: <bug-244485-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244485 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@FreeBSD.org Reporter: gerald@FreeBSD.org CC: ports-bugs@FreeBSD.org, salvadore@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 =3D=3D=3D | 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? --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244485-7788>