git: 9a1d833e2325 - main - astro/stellarium: unbreak the port's build (after commit d7c13b0bf44f)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Feb 2025 19:52:38 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a1d833e2325cde9d02a382d89013fd7c1422090 commit 9a1d833e2325cde9d02a382d89013fd7c1422090 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-02-23 19:51:16 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-02-23 19:51:16 +0000 astro/stellarium: unbreak the port's build (after commit d7c13b0bf44f) Requesting specific version of `math/fast_float' port, even the major one, is not reliable because it bumps too frequently; stop asking for any version and assume that whatever we have in the ports should work. PR: 284879 Submitted by: Frank Reisert Reported by: pkg-fallout --- astro/stellarium/files/patch-CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro/stellarium/files/patch-CMakeLists.txt b/astro/stellarium/files/patch-CMakeLists.txt index c8cd75440155..b24a37f9ccdb 100644 --- a/astro/stellarium/files/patch-CMakeLists.txt +++ b/astro/stellarium/files/patch-CMakeLists.txt @@ -1,11 +1,10 @@ --- CMakeLists.txt.orig 2024-12-22 10:38:06 UTC +++ CMakeLists.txt -@@ -1066,7 +1066,7 @@ IF(NOT FROM_CHARS_WORKS) +@@ -1066,7 +1066,6 @@ include("cmake/Check-from_chars.cmake") IF(NOT FROM_CHARS_WORKS) CPMFindPackage(NAME FastFloat GIT_REPOSITORY https://github.com/fastfloat/fast_float - VERSION 6.1.0 -+ VERSION 7 EXCLUDE_FROM_ALL yes) GET_TARGET_PROPERTY(FastFloat_INCLUDE_DIRECTORIES FastFloat::fast_float INTERFACE_INCLUDE_DIRECTORIES)