Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2026 23:36:24 +0000
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7b9b11abe333 - main - astro/kstars: add missing #include <cassert>
Message-ID:  <69c9b778.3f67a.56f258f9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b9b11abe33353a8d84b10555dec64813894af03

commit 7b9b11abe33353a8d84b10555dec64813894af03
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2026-03-29 23:28:27 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2026-03-29 23:28:27 +0000

    astro/kstars: add missing #include <cassert>
    
    Reported by:    bulk -t
    Approved by:    portmgr blanket
---
 ...lguide_MPI__IS__gaussian__process_src_gaussian__process.cpp | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp b/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
new file mode 100644
index 000000000000..8e6f4cfb9a2d
--- /dev/null
+++ b/astro/kstars/files/patch-kstars_ekos_guide_internalguide_MPI__IS__gaussian__process_src_gaussian__process.cpp
@@ -0,0 +1,10 @@
+--- kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/gaussian_process.cpp.orig	2025-12-01 12:06:11 UTC
++++ kstars/ekos/guide/internalguide/MPI_IS_gaussian_process/src/gaussian_process.cpp
+@@ -18,6 +18,7 @@
+  */
+ 
+ #include <cstdint>
++#include <cassert>
+ 
+ #include "gaussian_process.h"
+ #include "math_tools.h"


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c9b778.3f67a.56f258f9>