Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-kde (Team)
<k...@freebsd.org> for maintainer-feedback:
Bug 256108: astro/kstars: Add support for ekos/indi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256108



--- Description ---
Hi, I have added two new ports (devel/indi and astro/stellarsolver). They are
necessary for add support of ekos/indi [1] to kstars. I was looking into kstars
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=      kstars
 DISTVERSION=   3.5.3
+PORTREVISION=  1
 PORTEPOCH=     1
 CATEGORIES=    astro kde
 MASTER_SITES=  KDE/stable/${PORTNAME}
@@ -14,7 +15,9 @@ LIB_DEPENDS=  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= xplanet:astro/xplanet
 RUN_DEPENDS=   xplanet:astro/xplanet

Reply via email to