Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 13:42:58 +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: r379161 - in head/sysutils/tmux: . files
Message-ID:  <201502171342.t1HDgwuo023407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Feb 17 13:42:57 2015
New Revision: 379161
URL: https://svnweb.freebsd.org/changeset/ports/379161
QAT: https://qat.redports.org/buildarchive/r379161/

Log:
  Fix some bug regarding curses.
  
  PR:		193685
  Submitted by:	Vick Khera
  Sponsored by:	Absolight

Modified:
  head/sysutils/tmux/Makefile
  head/sysutils/tmux/files/patch-configure

Modified: head/sysutils/tmux/Makefile
==============================================================================
--- head/sysutils/tmux/Makefile	Tue Feb 17 13:13:08 2015	(r379160)
+++ head/sysutils/tmux/Makefile	Tue Feb 17 13:42:57 2015	(r379161)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tmux
 PORTVERSION=	1.9a
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}
 
@@ -11,7 +12,7 @@ COMMENT=	Terminal Multiplexer
 
 LICENSE=	BSD2CLAUSE
 
-USES=		pkgconfig shebangfix
+USES=		pkgconfig shebangfix ncurses
 SHEBANG_FILES=	examples/tmux_backup.sh
 
 GNU_CONFIGURE=	yes

Modified: head/sysutils/tmux/files/patch-configure
==============================================================================
--- head/sysutils/tmux/files/patch-configure	Tue Feb 17 13:13:08 2015	(r379160)
+++ head/sysutils/tmux/files/patch-configure	Tue Feb 17 13:42:57 2015	(r379161)
@@ -1,8 +1,17 @@
---- configure.bak	2013-03-26 21:08:51.000000000 +0100
-+++ configure	2014-01-28 10:49:58.000000000 +0100
-@@ -5635,6 +5635,28 @@
+--- configure.bak	2014-02-22 15:56:15.000000000 -0500
++++ configure	2014-09-16 12:14:41.103867989 -0400
+@@ -4975,7 +4975,7 @@
+   return 0;
+ }
+ _ACEOF
+-for ac_lib in '' terminfo curses ncurses tinfo; do
++for ac_lib in '' terminfo ncurses tinfo; do
+   if test -z "$ac_lib"; then
+     ac_res="none required"
+   else
+@@ -5692,6 +5692,28 @@
+ 	fi
  fi
- 
  if test "x$found_strnvis" = xyes; then
 +   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnvis is broken" >&5
 +$as_echo_n "checking if strnvis is broken... " >&6; }



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