Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 22:00:53 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: 4e648b520916 - main - x11/xfce4-terminal: Enable utmp/wtmp support
Message-ID:  <202104202200.13KM0r3s036764@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=4e648b520916e41a7f1de9f8163779a4456c6271

commit 4e648b520916e41a7f1de9f8163779a4456c6271
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-04-20 21:59:39 +0000
Commit:     Guido Falsi <madpilot@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104202200.13KM0r3s036764>