[Bug 280396] Mk/Uses/cmake.mk: Disallow USE_CSTD and USE_CXXSTD

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 21 Jul 2024 20:49:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280396

            Bug ID: 280396
           Summary: Mk/Uses/cmake.mk: Disallow USE_CSTD and USE_CXXSTD
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: kde@FreeBSD.org
          Reporter: diizzy@FreeBSD.org
                CC: arrowd@FreeBSD.org, ports-bugs@FreeBSD.org,
                    tcberner@freebsd.org

Created attachment 252215
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=252215&action=edit
Patch for cmake.mk

As USE_CSTD and USE_CXXSTD settings can conflict with CMAKE_C_STANDARD,
CMAKE_CXX_STANDARD and CMAKE_CXX_EXTENSIONS. Disallow usage and point users to
utilize CMake's native support.

-- 
You are receiving this mail because:
You are on the CC list for the bug.