[Bug 292066] sysutils/bareos-client: NLS option is broken and std= option is conflicting

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 31 Dec 2025 09:10:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292066

            Bug ID: 292066
           Summary: sysutils/bareos-client: NLS option is broken and std=
                    option is conflicting
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm@FreeBSD.org
          Reporter: diizzy@FreeBSD.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)
          Assignee: acm@FreeBSD.org

Port fails to build with NLS option
/usr/ports/sysutils/bareos-client/work/bareos-Release-25.0.1/core/src/include/baconfig.h:81:12:
fatal error: 'libintl.h' file not found

Please only use CMAKE_CXX_STANDARD, using both ( USE_CXXSTD ) causes conflicts
and as CMAKE_CXX_EXTENSIONS is not disabled CMake defaults to gnu++17 not c++17

[1]:
https://cmake.org/cmake/help/latest/prop_tgt/CXX_EXTENSIONS.html

-- 
You are receiving this mail because:
You are the assignee for the bug.