From owner-svn-ports-head@FreeBSD.ORG Tue Feb 17 13:42:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F56F4F3; Tue, 17 Feb 2015 13:42:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E520479B; Tue, 17 Feb 2015 13:42:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1HDgwk3023409; Tue, 17 Feb 2015 13:42:58 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1HDgwuo023407; Tue, 17 Feb 2015 13:42:58 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201502171342.t1HDgwuo023407@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Tue, 17 Feb 2015 13:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379161 - in head/sysutils/tmux: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Feb 2015 13:42:59 -0000 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; }