IABSD.fr/ports/net/libvncserver

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@
f86c32c5 2025-01-25 11:49:21 update to libvncserver-0.9.15 - use GH_* - set COMPILER_LANGS=c - don't build examples, which aren't installed anyway
a34bba28 2023-09-27 14:17:59 MASTER_SITES -> SITES catch one MASTER_SITES0 that wasn't actually in use
257e90bb 2023-04-30 13:48:36 Don't build the sshtunnel sample.
bae7e9cb 2023-04-22 19:07:30 Update to libvncserver-0.9.14.
094b82c6 2022-04-30 16:17:55 net/libvncserver: neuter hidden dep on x11/gtk+2; this is only used for an example client that isn't packaged
3f5796b9 2022-03-11 19:45:43 drop RCS Ids
27d6586b 2021-03-25 07:24:15 Missing include (forgot in previous).
e2400c59 2021-03-24 12:31:44 SECURITY update to libvncserver-0.9.13.
48b0b966 2019-07-12 20:48:23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes