Page MenuHomeFreeBSD

Mk/bsd.port.mk: Add FLAVOR_SUB
ClosedPublic

Authored by bapt on Oct 14 2021, 2:40 PM.
Tags
None
Referenced Files
F163053307: D32495.id97049.diff
Sun, Jul 19, 3:54 PM
F163041145: D32495.id96864.diff
Sun, Jul 19, 12:56 PM
F163034166: D32495.id97049.diff
Sun, Jul 19, 10:57 AM
Unknown Object (File)
Sat, Jul 4, 4:28 AM
Unknown Object (File)
Fri, Jul 3, 3:30 AM
Unknown Object (File)
Sun, Jun 21, 5:17 PM
Unknown Object (File)
May 17 2026, 1:40 AM
Unknown Object (File)
May 16 2026, 9:40 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.