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)
Feb 5 2024, 3:36 AM
Unknown Object (File)
Dec 23 2023, 12:37 AM
Unknown Object (File)
Dec 21 2023, 3:06 PM
Unknown Object (File)
Oct 10 2023, 4:42 PM
Unknown Object (File)
Sep 27 2023, 3:46 PM
Unknown Object (File)
Sep 17 2023, 9:32 PM
Unknown Object (File)
Sep 17 2023, 9:31 PM
Unknown Object (File)
Sep 17 2023, 9:30 PM
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.