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)
Tue, Jun 9, 8:17 PM
Unknown Object (File)
May 6 2026, 1:53 AM
Unknown Object (File)
May 3 2026, 2:20 PM
Unknown Object (File)
May 1 2026, 11:20 AM
Unknown Object (File)
Apr 30 2026, 2:25 PM
Unknown Object (File)
Apr 24 2026, 2:35 PM
Unknown Object (File)
Apr 18 2026, 2:42 AM
Unknown Object (File)
Apr 17 2026, 3: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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 57037
Build 53925: arc lint + arc unit