IABSD.fr/ports/games/valyriatear

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@
1b134527 2026-02-11 15:12:24 reset bcallah maintainer lines, quite a lot of timeouts which make it tricky for others to work on the ports tree, this will also bring more visible to portroach of those which are outdated
7da3d7ba 2025-09-01 19:05:19 fix build with sdl2-ttf 2.24.0
3f481307 2023-09-26 09:41:31 -> SITES
9ed61913 2023-04-24 11:40:33 x11/gtk+3,-guic -> x11/gtk+4,-guic + bump included inherits from MODULE.
6ecf5561 2022-05-28 06:19:58 Fix build with CMake 3.23 - Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS. - Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS - Fix broken builds with CMake 3.23
9433d2a3 2022-03-11 19:04:03 drop RCS Ids
0de194c3 2021-09-19 05:24:30 Remove boost version checks and bump after boost rollback
fe191412 2021-01-23 15:19:54 mark this broken for big endian arches. even if it builds the runtime has serious issues as pointed out by cwen@ ok bcallah@ (MAINTAINER)
e7fa670e 2019-09-22 21:39:53 Update to valyriatear-1.1.0 Changelog: https://github.com/ValyriaTear/ValyriaTear/releases/tag/1.1.0 ok solene@