IABSD.fr/ports/geo/libosmium

Branch :


Log

Author Commit Date CI Message
e8035d47 2026-02-13 12:02:13 Update CMake to 4.1.2 Major update from 3.31.8 to 4.1.2. CMake 4.0 introduces a breaking change: compatibility with versions older than 3.5 has been removed. Projects calling cmake_minimum_required() or cmake_policy() with versions < 3.5 now error out. To maintain compatibility with existing ports during the transition, the cmake module now provides MODCMAKE_POLICY_VERSION_OVERRIDE (idea from sthen@) support: - MODCMAKE_POLICY_VERSION_OVERRIDE ?= No - MODCMAKE_POLICY_VERSION_OVERRIDE_VER ?= 3.5 When MODCMAKE_POLICY_VERSION_OVERRIDE is set to "yes", CMake is instructed to accept policy versions down to the specified minimum (default 3.5) via -DCMAKE_POLICY_VERSION_MINIMUM. This allows older ports to build while acknowledging they may use deprecated features. https://cmake.org/cmake/help/latest/release/4.0.html https://cmake.org/cmake/help/latest/release/4.1.html OK sthen@
909982bb 2025-04-15 06:55:45 geo/libosmium: update to 0.22.0. see https://github.com/osmcode/libosmium/releases/tag/v2.21.0 and https://github.com/osmcode/libosmium/releases/tag/v2.22.0
3128b426 2025-01-28 14:38:28 bump REVISION for ports where WANTLIB changed on !base-clang archs due to recent COMPILER_LIBCXX changes; part 1 (those without MULTI_PACKAGES)
223dd2dc 2025-01-28 11:22:02 set COMPILER_LANGS=c for various C-only ports add annotations near COMPILER for some other ports that don't have COMPILER_LIBCXX in WANTLIB not changing the actual compiler version of anything here (some could possibly remove the COMPILER line completely where they only used COMPILER due to an old WANTLIB entry which has since stopped using C++, but changing that is too likely to break things)
bbc962da 2025-01-28 09:27:40 change "COMPILER=base-clang ports-gcc ports-clang" to "base-clang ports-gcc", the former can never be hit because ports-clang requires ports-gcc to build
0ad3d998 2024-03-24 06:39:10 geo/libosmium: drop now useless RDEP on utf8cpp inclusion of ut8.h was removed upstream in https://github.com/osmcode/libosmium/commit/68c981313572e960e96d417f42a086d8a2213bff from brad
f6119b7e 2023-11-24 08:50:40 geo/libosmium: update to 2.20.0, from wen heping
81469f50 2023-04-02 10:28:04 geo/libosmium: update to 2.19.0. see https://github.com/osmcode/libosmium/releases/tag/v2.19.0
e6649f07 2022-04-13 07:21:05 geo/libosmium: update to 2.18.0
ffa1cebd 2022-03-11 19:06:11 drop RCS Ids