pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/stellarium
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 7 15:03:24 UTC 2026
Modified Files:
pkgsrc/misc/stellarium: distinfo
Added Files:
pkgsrc/misc/stellarium/patches:
patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp
Log Message:
stellarium: fix build against indi 2.2.2
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/misc/stellarium/distinfo
cvs rdiff -u -r0 -r1.5 \
pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/stellarium/distinfo
diff -u pkgsrc/misc/stellarium/distinfo:1.76 pkgsrc/misc/stellarium/distinfo:1.77
--- pkgsrc/misc/stellarium/distinfo:1.76 Mon Apr 13 13:31:04 2026
+++ pkgsrc/misc/stellarium/distinfo Sun Jun 7 15:03:24 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.76 2026/04/13 13:31:04 adam Exp $
+$NetBSD: distinfo,v 1.77 2026/06/07 15:03:24 wiz Exp $
BLAKE2s (stellarium-26.1.tar.xz) = 1d680e8b0fbb875dec7090e8cbb62bcf93bf8967394dc280f5bdfe182abd3fc9
SHA512 (stellarium-26.1.tar.xz) = cd3f51f920bf33ea63f9fc38bec379b7650461af213520a9a2fbeb5d9dc3c763ca8c28030a107136553d71dd0f7137d9c465a5f6ea2ec0977ec48a8e78ac9dc6
@@ -6,5 +6,6 @@ Size (stellarium-26.1.tar.xz) = 45329333
SHA1 (patch-CMakeLists.txt) = f9b96ddd760a5d7f61dca0e9e11f0ffd485f52e5
SHA1 (patch-data_CMakeLists.txt) = 3bf14fb19de6712201cc89c2ddf611de83e3c195
SHA1 (patch-doc_CMakeLists.txt) = fa9d28bced331e36bb0b19db2b67d54134a23e91
+SHA1 (patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp) = d0a1878bad35a8faee16553c227efd114d4b3d54
SHA1 (patch-src_CMakeLists.txt) = 6aabe90522633fd73611785630fa6e0df06959d9
SHA1 (patch-src_core_StelFileMgr.cpp) = fa54c05eddbb8db25a3aaa056f838e9e3a361596
Added files:
Index: pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp
diff -u /dev/null pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp:1.5
--- /dev/null Sun Jun 7 15:03:24 2026
+++ pkgsrc/misc/stellarium/patches/patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp Sun Jun 7 15:03:24 2026
@@ -0,0 +1,18 @@
+$NetBSD: patch-plugins_TelescopeControl_src_INDI_INDIConnection.hpp,v 1.5 2026/06/07 15:03:24 wiz Exp $
+
+Compatibility with indi 2.2.2.
+https://github.com/Stellarium/stellarium/issues/4959
+
+--- plugins/TelescopeControl/src/INDI/INDIConnection.hpp.orig 2026-06-07 14:59:32.327629735 +0000
++++ plugins/TelescopeControl/src/INDI/INDIConnection.hpp
+@@ -23,6 +23,10 @@
+ #include <libindi/baseclient.h>
+ #include <libindi/basedevice.h>
+
++#ifdef J2000
++#undef J2000
++#endif
++
+ #include <mutex>
+ #include <QStringList>
+
Home |
Main Index |
Thread Index |
Old Index