git: 4e648b520916 - main - x11/xfce4-terminal: Enable utmp/wtmp support
Guido Falsi
madpilot at FreeBSD.org
Tue Apr 20 22:00:53 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e648b520916e41a7f1de9f8163779a4456c6271
commit 4e648b520916e41a7f1de9f8163779a4456c6271
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-04-20 21:59:39 +0000
Commit: Guido Falsi <madpilot at FreeBSD.org>
CommitDate: 2021-04-20 22:00:46 +0000
x11/xfce4-terminal: Enable utmp/wtmp support
Unconditionally enable utempter support.
This change adds no extra dependencies, since a compatible
implementation is already present in FreeBSD base since 9.0, and
adds back functionality that was lost in xfce4-terminal after version
0.8.0.
The functionality can be controlled via the configuration UI.
Requested/Suggested by: Daniel O'Connor <darius at dons.net.au>
---
x11/xfce4-terminal/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile
index 97096bc6e252..454cc5a0db62 100644
--- a/x11/xfce4-terminal/Makefile
+++ b/x11/xfce4-terminal/Makefile
@@ -2,7 +2,7 @@
PORTNAME= xfce4-terminal
PORTVERSION= 0.8.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/apps
DIST_SUBDIR= xfce4
@@ -22,7 +22,8 @@ USE_XORG= ice sm x11
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
SUB_FILES= pkg-message
-CONFIGURE_ARGS= --without-gnome-default-appsdir
+CONFIGURE_ARGS= --without-gnome-default-appsdir \
+ --with-utempter
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
More information about the dev-commits-ports-all
mailing list