Page MenuHomeFreeBSD

bsd.port.mk: Move sanity checks later.
ClosedPublic

Authored by mat on Sep 5 2018, 12:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 3:09 PM
Unknown Object (File)
Feb 14 2024, 9:53 PM
Unknown Object (File)
Dec 25 2023, 10:13 AM
Unknown Object (File)
Dec 22 2023, 10:19 PM
Unknown Object (File)
Sep 9 2023, 8:33 PM
Unknown Object (File)
Sep 3 2023, 9:15 PM
Unknown Object (File)
Jun 23 2023, 5:08 PM
Unknown Object (File)
Jun 18 2023, 4:38 AM
Subscribers

Details

Reviewers
mat
Group Reviewers
portmgr
Summary

Some USES set some variables that a porter may need to be aware and
set some variables too late for sanity checks to do a good job.

This would have caught the KDE5 ports needing the DOCS option in D13651.

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19490
Build 19083: arc lint + arc unit

Event Timeline

Wondering if this needs an exp-run.

linimon retitled this revision from Move sanity checks later. to bsd.port.mk: Move sanity checks later..Sep 5 2018, 2:47 PM

Running make check-sanity on all ports will be 2 or 3 days faster than an exp-run.

Solve problems encountered by running:

$ make check-sanity TARGETS=check-sanity LOCALBASE=/var/empty BATCH=
  • fixup! Move sanity checks later.
  • Remove unused and deprecated variable.
  • Rename variable so it does not clash with sanity checks.
  • Remove obsolete deprecation.
  • Fix invalid license.
This revision is now accepted and ready to land.Sep 10 2018, 2:13 PM