This is useful for overriding the framework internals. This is
nice for testing Poudriere as well since it can mimic older
frameworks for compat testing.
Details
Details
- Reviewers
bapt mat - Group Reviewers
portmgr - Commits
- rP532277: OVERLAYS: Include <overlay>/Mk/bsd.overlay.mk
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
The test layout in Poudriere is chaos. I started converting to using OVERLAYS per test that needed special ports. bsd.overlay.mk helps with testing pre-FLAVORS support.
Mk/bsd.port.mk | ||
---|---|---|
1367 ↗ | (On Diff #70791) | We usually use .sinclude in the ports tree, maybe it would be wise to be consistent. |
Mk/bsd.port.mk | ||
---|---|---|
1367 ↗ | (On Diff #70791) | please use .sinclude as we don't want to fail if bsd.overlay.mk is not existing |
Mk/bsd.port.mk | ||
---|---|---|
1367 ↗ | (On Diff #70791) | Well, .-include is the same as .sinclude. (Yes, I did not know .-include existed before today either.) |