https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256108
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: k...@freebsd.org Reporter: a...@freebsd.org Flags: maintainer-feedback?(k...@freebsd.org) Assignee: k...@freebsd.org 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 -- You are receiving this mail because: You are the assignee for the bug.