IABSD.fr/ports/sysutils/lsyncd

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@
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2fe9870f 2017-12-27 13:21:50 sysutils/lsyncd 2.1.6 => 2.2.2 OK landry@, sthen@ Port changes: - patches/patch-cmake_FindLua_cmake is upstreamed so remove it - re apply other patches manually when needed & re-generate - patch the tests to not do color output - grab MAINTAINER - TEST_IS_INTERACTIVE set to yes Upstream changes: https://github.com/axkibe/lsyncd/blob/master/ChangeLog
8d860230 2017-05-06 15:10:17 adjust distinfo post DISTFILES change
895b868b 2016-01-23 19:30:38 Fix TEST_DEPENDS.
090eac35 2016-01-23 19:15:13 Import lsyncd 2.1.6. Lsyncd watches a local directory tree using libinotify. It aggregates and combines events for a few seconds and then spawns one (or more) process(es) to synchronize the changes. By default this is rsync. Lsyncd is thus a light-weight live mirror solution that is comparatively easy to install not requiring new filesystems or blockdevices and does not hamper local filesystem performance. ok ajacoutot@