From owner-svn-ports-all@FreeBSD.ORG Tue Mar 4 23:01:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCE5180F; Tue, 4 Mar 2014 23:01:07 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4B03983; Tue, 4 Mar 2014 23:01:07 +0000 (UTC) Received: by apnoea.adamw.org (Postfix, from userid 1002) id AB6A211FDF7; Tue, 4 Mar 2014 18:00:56 -0500 (EST) Date: Tue, 4 Mar 2014 18:00:56 -0500 From: Adam Weinberger To: Rusmir Dusko Subject: Re: svn commit: r346869 - in head/sysutils/tmux: . files Message-ID: <20140304230056.GE77114@apnoea.adamw.org> References: <20140304223838.GA26197@nemysis3now> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140304223838.GA26197@nemysis3now> X-Editor: Vim 7.3 http://www.vim.org X-Mailer: Mutt 1.5 http://www.mutt.org X-Adamw: ADAMW!!! X-URL: http://www.adamw.org User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Pietro Cerutti X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 23:01:07 -0000 >> (2014/03/04 @ 1738 EST): Rusmir Dusko said, in 0.5K: << > Hello Pietro Cerutti > > Please revert this commit it broke tmux, > and is not more usable. > > tmux-1.9.a is not good Version. > Have more times reinstalled tmux-1.9.a, but not helps. > With tmux-1.8_1 have all worked good. > > I see you not Pietro Cerutti on Freenode #tmux, whis is needed > for a maintainer to be in contact with Upstream. > > Not works more: > My allways used /usr/local/etc/tmux.conf > Nor exist more hotkeys CTLR+B or what i have used > CTRL+A > Can't switch more tabs > Hostname is not more displayed. > >> end of "Re: svn commit: r346869 - in head/sysutils/tmux: . files" from Rusmir Dusko << You're right. I have no idea why, but sysconfdir is winding up as /etc. Adding: CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc to the Makefile should fix the problem for you. In the meantime, if you "ln -s /usr/local/etc/tmux.conf ~/.tmux.conf" will also work. # Adam -- Adam Weinberger adamw@adamw.org http://www.adamw.org