From owner-freebsd-ports@FreeBSD.ORG Wed Mar 17 01:14:34 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF622106564A for ; Wed, 17 Mar 2010 01:14:34 +0000 (UTC) (envelope-from michener@barakmich.com) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2FA8FC13 for ; Wed, 17 Mar 2010 01:14:34 +0000 (UTC) Received: from [69.111.195.244] (helo=eponine.barakmich.com) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Nrha6-000Ozj-Fr; Wed, 17 Mar 2010 00:57:54 +0000 Received: from nat09.metaweb.com ([208.68.111.136] helo=[172.31.20.182]) by eponine.barakmich.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NrhVk-0007rc-Kv; Tue, 16 Mar 2010 17:53:24 -0700 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 69.111.195.244 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19eVOfYPNFG7NGtF575amIuwkCLJz62VMQ= Message-ID: <4BA02904.4040807@barakmich.com> Date: Tue, 16 Mar 2010 17:57:40 -0700 From: Barak Michener User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: wen heping References: <7be7a2801003151736m633f6503n81fab99617a6a9b4@mail.gmail.com> <20100316221624.GC3099@rail.eu.org> <7be7a2801003161730v6fc3b525q61563921ab1e86a8@mail.gmail.com> In-Reply-To: <7be7a2801003161730v6fc3b525q61563921ab1e86a8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: me@barakmich.com X-Mailman-Approved-At: Wed, 17 Mar 2010 01:20:31 +0000 Cc: ports@freebsd.org, Erwan David Subject: Re: ports/144760: sysutils/tmux: shell not working in tmux any more X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2010 01:14:34 -0000 I tried your patch -- it didn't work. However, David's message helps: Looking inside the configure script for tmux in the source package, there's a line for Darwin-based systems: #define HAVE_BROKEN_KQUEUE copying that line to the FreeBSD section and compiling makes tmux-1.2 work great :) This is my first email to the ports list, so I don't have much Makefile-foo. The patch you gave me didn't work, but I think you're on the right track...