svn commit: r445733 - head/sysutils/tmux
Mathieu Arnold
mat at FreeBSD.org
Fri Jul 14 07:58:09 UTC 2017
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 \
More information about the svn-ports-head
mailing list