[Midnightbsd-cvs] [MidnightBSD/mports] f12b4d: devel/cmake-gui: use bundled curl to avoid CURL_NE...
Lucas Holt
noreply at github.com
Sat May 16 00:22:57 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: f12b4dfe5db81412768cef3c4bfa1c5ee9ca4f57
https://github.com/MidnightBSD/mports/commit/f12b4dfe5db81412768cef3c4bfa1c5ee9ca4f57
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-05-16 (Sat, 16 May 2026)
Changed paths:
M devel/cmake-gui/Makefile
Log Message:
-----------
devel/cmake-gui: use bundled curl to avoid CURL_NETRC_OPTION enum breakage
cmake 3.31.6's cmCurl.cxx assigns long values to CURL_NETRC_OPTION, which
changed from a long typedef to a proper enum in newer libcurl, causing a
compile error. Switch cmake-gui to the bundled curl (as cmake-core does
with --no-system-curl) to avoid the API mismatch. Drop libcurl LIB_DEPENDS
since it is no longer linked against the system libcurl.
Co-Authored-By: Claude Sonnet 4.6 <noreply at anthropic.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list