Page MenuHomeFreeBSD

Mk/bsd.port.mk: Add FLAVOR_SUB
ClosedPublic

Authored by bapt on Oct 14 2021, 2:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 7:18 AM
Unknown Object (File)
Sun, Oct 12, 3:52 AM
Unknown Object (File)
Sat, Oct 11, 9:56 PM
Unknown Object (File)
Wed, Sep 17, 2:51 AM
Unknown Object (File)
Aug 26 2025, 4:47 AM
Unknown Object (File)
Aug 15 2025, 3:21 PM
Unknown Object (File)
Aug 10 2025, 5:01 PM
Unknown Object (File)
Aug 3 2025, 7:14 AM
Subscribers

Details

Summary

If defined, for each flavors it will create for the non active one:
PLIST_SUB= FLAVORNAME="@comment " NO_FLAVOUNAME=""
and for the active one:
PLIST_SUB= FLAVORNAME="" NO_FLAVOUNAME="@comment "

Same for SUB_LIST

Diff Detail

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

Event Timeline

bapt requested review of this revision.Oct 14 2021, 2:40 PM
manu added a subscriber: manu.

Using a standalone version in a few ports locally (https://github.com/evadot/freebsd-ports/blob/wipbsd/graphics/gpu-firmware-kmod-amd/Makefile) works perfectly.

This revision is now accepted and ready to land.Oct 14 2021, 8:57 PM

Please do document it in the porter's handbook.

This revision was automatically updated to reflect the committed changes.