Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2021 20:13:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 256108] astro/kstars: Add support for ekos/indi
Message-ID:  <bug-256108-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256108

            Bug ID: 256108
           Summary: astro/kstars: Add support for ekos/indi
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde@FreeBSD.org
          Reporter: acm@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)
          Assignee: kde@FreeBSD.org

Hi, I have added two new ports (devel/indi and astro/stellarsolver). They a=
re
necessary for add support of ekos/indi [1] to kstars. I was looking into ks=
tars
port and you just need add these two new dependencies to LIB_DEPENDS

https://docs.kde.org/trunk5/en/kstars/kstars/tool-ekos.html [1]

The following patch file would be enough to activate ekos/indi support

diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index f28a72ca96da..260eb50a0f12 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=3D      kstars
 DISTVERSION=3D   3.5.3
+PORTREVISION=3D  1
 PORTEPOCH=3D     1
 CATEGORIES=3D    astro kde
 MASTER_SITES=3D  KDE/stable/${PORTNAME}
@@ -14,7 +15,9 @@ LIB_DEPENDS=3D  libcfitsio.so:astro/cfitsio \
                libqt5keychain.so:security/qtkeychain \
                libraw.so:graphics/libraw \
                libsecret-1.so:security/libsecret \
-               libwcs.so:astro/wcslib
+               libwcs.so:astro/wcslib \
+               libindidriver.so:devel/indi \
+               libstellarsolver.so:astro/stellarsolver
 BUILD_DEPENDS=3D xplanet:astro/xplanet
 RUN_DEPENDS=3D   xplanet:astro/xplanet

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256108-7788>