head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.10 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.8 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.6 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.4 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.2 pkgsrc-2025Q1-base:1.3 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2025.01.31.07.40.48; author wiz; state Exp; branches; next 1.2; commitid iBFCzCbOIvfVQBHF; 1.2 date 2021.02.25.10.22.14; author nia; state dead; branches; next 1.1; commitid npW1zzntLAJ1U4JC; 1.1 date 2020.05.16.02.12.45; author joerg; state Exp; branches; next ; commitid taqGoCu6mst7mp8C; desc @@ 1.3 log @simgear: fix build @ text @$NetBSD$ Breaks build, no rationale given. --- CMakeLists.txt.orig 2021-07-29 09:34:34.000000000 +0000 +++ CMakeLists.txt @@@@ -233,7 +233,7 @@@@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux" endif() find_package(Boost REQUIRED) -set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION -DBOOST_NO_STDLIB_CONFIG") +set (BOOST_CXX_FLAGS "-DBOOST_BIMAP_DISABLE_SERIALIZATION") include(BoostTestTargets) if(SIMGEAR_HEADLESS) @ 1.2 log @simgear, flightgear: Update to 2020.3.6 Release notes: https://wiki.flightgear.org/Changelog_2020.3 @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.1 2020/05/16 02:12:45 joerg Exp $ d3 3 a5 1 --- CMakeLists.txt.orig 2020-05-15 23:15:40.863343005 +0000 d7 2 a8 2 @@@@ -40,7 +40,7 @@@@ set(CMAKE_CXX_STANDARD 11) set(CMAKE_CXX_STANDARD_REQUIRED YES) d10 4 a13 4 # read 'version' file into a variable (stripping any newlines or spaces) -file(READ version versionFile) +file(READ version.txt versionFile) string(STRIP ${versionFile} SIMGEAR_VERSION) d15 1 a15 1 project(SimGear VERSION ${SIMGEAR_VERSION} LANGUAGES C CXX) @ 1.1 log @Resolve conflict with C++17 @ text @d1 1 a1 1 $NetBSD$ @