Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2017 07:58:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445733 - head/sysutils/tmux
Message-ID:  <201707140758.v6E7w86F045308@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Jul 14 07:58:08 2017
New Revision: 445733
URL: https://svnweb.freebsd.org/changeset/ports/445733

Log:
  Add utmp support back.
  
  UTMP support is no longer auto-detected, it needs to be enabled manually.
  
  PR:		220722
  Reported by:	peter
  Sponsored by:	Absolight

Modified:
  head/sysutils/tmux/Makefile   (contents, props changed)

Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile	Fri Jul 14 07:57:07 2017	(r445732)
+++ head/sysutils/tmux/Makefile	Fri Jul 14 07:58:08 2017	(r445733)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tmux
 PORTVERSION=	2.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://github.com/tmux/tmux/releases/download/${PORTVERSION}/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
@@ -19,7 +20,7 @@ USE_GITHUB=	nodefault
 GH_TUPLE=	imomaliev:tmux-bash-completion:ef56d3e:bash
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc
+CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/etc --enable-utempter
 
 PLIST_FILES=	bin/tmux \
 		man/man1/tmux.1.gz \



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