Page MenuHomeFreeBSD

Give a DEV_ERROR for options with invalid characters.
ClosedPublic

Authored by mat on Oct 27 2017, 2:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 24 2024, 11:18 PM
Unknown Object (File)
Oct 2 2024, 8:27 PM
Unknown Object (File)
Oct 1 2024, 1:50 PM
Unknown Object (File)
Sep 30 2024, 11:40 PM
Unknown Object (File)
Sep 30 2024, 1:59 AM
Unknown Object (File)
Sep 28 2024, 2:32 AM
Unknown Object (File)
Sep 25 2024, 4:19 AM
Unknown Object (File)
Sep 20 2024, 2:00 PM
Subscribers

Details

Reviewers
bapt
Group Reviewers
portmgr
Commits
rP453347: Add a check for options names.
Test Plan

Wonder if an exp-run is needed or if I can do it myself as nothing needs to be
built here.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Try this with a port that does not have options.
  • Move to a DEV_WARNING.

There are 19 ports that report this.

If I add - it goes down to 15.

Mk/bsd.port.mk
4668 ↗(On Diff #34401)

So, this also only works on 11.0+, and not on 10.3.

  • Globs don't work on 10, do it some other way.
bapt added a subscriber: bapt.

LGTM

This revision is now accepted and ready to land.Nov 2 2017, 3:09 PM
This revision was automatically updated to reflect the committed changes.