Page MenuHomeFreeBSD

Mk/Uses: Fix feature checks after my previous {WITH,WITHOUT}_*_PORTS change
ClosedPublic

Authored by arrowd on Apr 11 2024, 12:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 2:33 AM
Unknown Object (File)
Wed, Nov 6, 2:33 AM
Unknown Object (File)
Wed, Nov 6, 2:28 AM
Unknown Object (File)
Oct 1 2024, 5:09 PM
Unknown Object (File)
Sep 26 2024, 9:44 PM
Unknown Object (File)
Sep 23 2024, 7:46 AM
Unknown Object (File)
Sep 21 2024, 11:51 AM
Unknown Object (File)
Sep 20 2024, 12:55 AM
Subscribers
None

Details

Test Plan

Take cmake.mk for example. Choosing a port with USES=cmake and running make -V CMAKE_BUILD_TYPE gives "Release" and make -V CMAKE_BUILD_TYPE WITH_DEBUG=yes gives "Debug". However, make -V CMAKE_BUILD_TYPE WITH_DEBUG_PORTS=this/port still gives "Release" without this change.

Diff Detail

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