git: e0f0a32d502a - main - net-im/nheko: add missing dependency

Adriaan de Groot adridg at FreeBSD.org
Sat Jun 26 22:03:12 UTC 2021


The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e0f0a32d502af6eb619fd0c377de644492673fa4

commit e0f0a32d502af6eb619fd0c377de644492673fa4
Author:     Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-06-26 22:00:26 +0000
Commit:     Adriaan de Groot <adridg at FreeBSD.org>
CommitDate: 2021-06-26 22:03:09 +0000

    net-im/nheko: add missing dependency
    
    At runtime, qt5-graphicaleffects are needed to display anything
    in the timeline (e.g. a conversation in a room). Even the loading-
    spinner isn't shown without it. Demonstrated by trying to run
    nheko in a "bare" machine with just XOrg and twm.
    
    PR:             256839
    Reported by:    Filipe da Silva Santos
---
 net-im/nheko/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile
index 9e14426ef3cb..ba37929ece06 100644
--- a/net-im/nheko/Makefile
+++ b/net-im/nheko/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nheko
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg at FreeBSD.org
@@ -31,6 +32,7 @@ USES=		cmake compiler:c++17-lang pkgconfig \
 		localbase:ldflags qt:5 ssl tar:xz
 USE_QT=		concurrent core dbus declarative gui multimedia network \
 		quickcontrols2 svg widgets \
+		graphicaleffects_run \
 		buildtools_build linguist_build qmake_build
 
 # There is one external dependencie: lmdb++


More information about the dev-commits-ports-main mailing list