Date: Tue, 12 Jul 2022 13:14:41 GMT From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2c25ab61821f - main - x11-wm/xfce4-session: Add runtime depend on xrdb Message-ID: <202207121314.26CDEfmn014655@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=2c25ab61821fe05f1ff529a503b4cae4d145e57e commit 2c25ab61821fe05f1ff529a503b4cae4d145e57e Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2022-07-12 13:10:30 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2022-07-12 13:13:52 +0000 x11-wm/xfce4-session: Add runtime depend on xrdb The included xinitrc script uses the xrdb program. It is installed by default by the full xorg metaport, but not by the minimal version. PR: 265165 MFH: 2022Q3 --- x11-wm/xfce4-session/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 60d01ec73437..f0e5c2b70623 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -2,6 +2,7 @@ PORTNAME= xfce4-session PORTVERSION= 4.16.0 +PORTREVISION= 1 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE DIST_SUBDIR= xfce4 @@ -13,7 +14,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= iceauth:x11/iceauth RUN_DEPENDS= iceauth:x11/iceauth \ - console-kit-daemon:sysutils/consolekit2 + console-kit-daemon:sysutils/consolekit2 \ + xrdb:x11/xrdb LIB_DEPENDS= libupower-glib.so:sysutils/upower \ libpolkit-gobject-1.so:sysutils/polkit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207121314.26CDEfmn014655>