Re: pkg/60423
"sennler via gnats" <[email protected]> Tue, 7 Jul 2026 19:05:01 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60423; it has been noted by GNATS. From: sennler <[email protected]> To: [email protected] Cc: Subject: Re: pkg/60423 Date: Tue, 7 Jul 2026 13:04:07 -0600 $ cd pkgsrc $ bmake help usage: bmake help topic=<topic> ... For convenience, all-uppercase topics such as variable names may also be given in all-lowercase. $ bmake performs a case-insensitive search, so running "grep -i" finds the instance of "Supersedes" that a case-sensitive grep couldn't, unless I'm missing something else? $ grep -i SUPERSEDES mk/defaults/mk.conf # Supersedes the PKG_SUFX option and keeps the name consistent. $