Date: Sun, 11 Jul 2021 09:32:58 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: 9927377653e6 - main - net-im/libquotient, x11/sddm: fix build-deps Message-ID: <202107110932.16B9WwKR092309@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=9927377653e6f31833e851f7f474ed1380e9ffe4 commit 9927377653e6f31833e851f7f474ed1380e9ffe4 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2021-07-11 09:29:03 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2021-07-11 09:32:39 +0000 net-im/libquotient,x11/sddm: fix build-deps These both needed Qt testlib, which was previously implicitly dragged in as a (lib-)dep by something else. The cleanup of dependencies makes it now necessary to state it explicitly. --- net-im/libquotient/Makefile | 3 ++- x11/sddm/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net-im/libquotient/Makefile b/net-im/libquotient/Makefile index 85453a1b5402..a67d7f4ff5ac 100644 --- a/net-im/libquotient/Makefile +++ b/net-im/libquotient/Makefile @@ -1,5 +1,6 @@ PORTNAME= libquotient DISTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -12,7 +13,7 @@ CONFLICTS= libqmatrixclient\* USES= cmake compiler:c++14-lang qt:5 tar:xz USE_QT= core gui multimedia network \ - buildtools_build qmake_build + buildtools_build qmake_build testlib_build USE_GITHUB= yes GH_ACCOUNT= quotient-im diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile index 7a7271f28433..1c8dbc0b20c6 100644 --- a/x11/sddm/Makefile +++ b/x11/sddm/Makefile @@ -1,7 +1,7 @@ PORTNAME= sddm PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= kde@FreeBSD.org @@ -21,9 +21,9 @@ RUN_DEPENDS= dbus-run-session:devel/dbus USES= cmake compiler:c++11-lang kde:5 pkgconfig python:build qt:5 xorg USE_GITHUB= yes -USE_KDE= ecm +USE_KDE= ecm_build USE_QT= core declarative dbus gui network \ - buildtools_build linguisttools_build qmake_build + buildtools_build linguisttools_build qmake_build testlib_build USE_XORG= xcb CONFLICTS_INSTALL= lightdm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107110932.16B9WwKR092309>