Page MenuHomeFreeBSD

Mk/bsd.port.mk: Introduce generic WITH_<FEATURE>_PORTS knob.
ClosedPublic

Authored by arrowd on Jan 8 2024, 6:42 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 1:21 PM
Unknown Object (File)
Tue, Aug 11, 11:11 PM
Unknown Object (File)
Tue, Aug 11, 11:08 PM
Unknown Object (File)
Fri, Aug 7, 12:59 PM
Unknown Object (File)
Fri, Aug 7, 7:27 AM
Unknown Object (File)
Sat, Jul 25, 1:11 PM
Unknown Object (File)
Wed, Jul 22, 2:32 AM
Unknown Object (File)
Jul 16 2026, 10:19 AM
Subscribers

Details

Summary

This allows enabling any feature supported by Ports Framework for a selected
ports. It was only possible to do WITH_DEBUG_PORTS.

Diff Detail

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

Event Timeline

arrowd requested review of this revision.Jan 8 2024, 6:42 PM
arrowd created this revision.
  • Error out if WITH_FEATURE_PORTS and WITHOUT_FEATURE_PORTS contain the same item.
  • For enabled-by-default features look for WITH_FEATURE_PORTS and the other way around for disabled ones.
bapt added a subscriber: bapt.
bapt added inline comments.
Mk/bsd.port.mk
1329

I still think this block is not usefull but up to you

This revision is now accepted and ready to land.Jan 11 2024, 8:00 AM
This revision was automatically updated to reflect the committed changes.
arrowd marked an inline comment as done.