Commit Graph

7 Commits

Author SHA1 Message Date
jtt a73b17a678 cad/solvespace: update to 3.2
Small tweak and ok tb@
2026-06-06 14:18:41 +00:00
rsadowski e8035d4760 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@
2026-02-13 12:02:13 +00:00
jtt cb040dd540 update maintainer email 2025-02-24 19:39:18 +00:00
kili 4900f14cd5 Bump all consumers of math/eigen3. 2024-05-11 10:04:03 +00:00
naddy 4e482b160a explicitly specify gettext subpackage in *_DEPENDS
Specify "devel/gettext,-runtime" rather than depending on "devel/gettext"
expanding to this.
2023-10-14 20:56:07 +00:00
espie 12a77ee50a move to new style, kill :0 2023-09-19 15:16:35 +00:00
ian d9652c9de6 Initial import of solvespace. Work by new maintainer Johannes Thyssen Tishman,
commented by sthen@, ok sdk@, tested & built on vanilla install.
2023-07-03 13:43:48 +00:00