Date: Mon, 31 May 2021 21:47:48 GMT From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b8ece6c77d4c - main - astro/kstars: add depends (supprt for) ekos/INDI Message-ID: <202105312147.14VLlmx1033753@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=b8ece6c77d4cd8938b0b80a92694462b77f26f24 commit b8ece6c77d4cd8938b0b80a92694462b77f26f24 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-05-31 20:19:23 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-05-31 21:47:46 +0000 astro/kstars: add depends (supprt for) ekos/INDI - Add dependencies that recently landed, which add substantial features for the astronomy-minded users of kstars. - Shuffle build-deps a bit. Patch provided largely as-is by acm@ PR: 256108 Reported by: acm --- astro/kstars/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index f28a72ca96da..ef2e02ff156d 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} @@ -11,9 +12,11 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ + libindidriver.so:devel/indi \ libqt5keychain.so:security/qtkeychain \ libraw.so:graphics/libraw \ libsecret-1.so:security/libsecret \ + libstellarsolver.so:astro/stellarsolver \ libwcs.so:astro/wcslib BUILD_DEPENDS= xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet @@ -22,10 +25,11 @@ USES= cmake compiler:c++11-lib desktop-file-utils eigen:3 \ gettext gnome kde:5 localbase:ldflags pkgconfig qt:5 tar:xz USE_GNOME= glib20 USE_KDE= attica auth bookmarks codecs completion config configwidgets\ - coreaddons crash dbusaddons doctools ecm guiaddons i18n \ + coreaddons crash dbusaddons guiaddons i18n \ iconthemes init itemviews jobwidgets kio newstuff notifications \ notifyconfig parts plotting service solid texteditor \ - widgetsaddons xmlgui + widgetsaddons xmlgui \ + doctools_build ecm_build USE_QT= concurrent core datavis3d dbus declarative gui multimedia \ network opengl printsupport sql svg testlib websockets widgets \ xml \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105312147.14VLlmx1033753>