Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9773c465 | 2026-08-11 15:43:19 | graphite2: flip MODPY_BUILDDEP to yes. ok aja CMakeLists.txt requires a working python interpreter via find_package(). | ||
| afdbf58d | 2026-06-03 14:25:53 | Update to graphite2-1.3.15. | ||
| 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@ | ||
| 8fd74949 | 2023-09-26 11:39:01 | MASTER_SITES -> SITES | ||
| af6a7994 | 2022-03-11 19:22:04 | drop RCS Ids | ||
| 3cbe1c2f | 2021-02-23 19:39:08 | Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. | ||
| c5a1d8f8 | 2020-04-02 11:11:01 | Update to graphite2-1.3.14. | ||
| 3318ced0 | 2019-07-12 20:46:54 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| d7f07522 | 2019-04-28 20:51:26 | bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. | ||
| 36ed05b7 | 2018-12-21 07:48:24 | Update to graphite2-1.3.13. |