Branch :
| 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@ | ||
| b26b577e | 2023-02-28 13:58:36 | Move uthash headers in post-extract to unbreak repeated configure/build "mv a b" is not idempotent and post-build gets rerun if you ^C and restart a build later; with post-extract you no longer get prestine upstream code after "make extract", but a working porters workflow is more important. OK naddy | ||
| 3f5796b9 | 2022-03-11 19:45:43 | drop RCS Ids | ||
| 4a4e8081 | 2021-02-15 21:35:57 | net/libsignal-protocol-c: do not pick up incompatible devel/uthash Always build against the included copy of uthash and don't pick up the incompatible newer version from the devel/uthash port if installed. From maintainer Alex Holst. | ||
| 71a2eafc | 2020-04-06 00:41:14 | Update to libsignal-protocol-c-2.3.3 Diff from Greg Steuck who contributed patches upstream. ok Alex Holst (maintainer) | ||
| 48b0b966 | 2019-07-12 20:48:23 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| 2250386a | 2019-05-05 06:54:33 | Import libsignal-protocol-c-2.3.2. The Signal Protocol is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. From Alex Holst; thanks! ok bcallah@ |