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, May 29, 6:21 AM
Unknown Object (File)
Thu, May 16, 7:22 AM
Unknown Object (File)
May 5 2024, 12:56 AM
Unknown Object (File)
May 3 2024, 1:09 AM
Unknown Object (File)
Apr 26 2024, 9:25 PM
Unknown Object (File)
Apr 26 2024, 5:03 AM
Unknown Object (File)
Apr 19 2024, 7:11 AM
Unknown Object (File)
Apr 16 2024, 4:28 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