From owner-svn-ports-all@freebsd.org Fri Feb 5 20:17:25 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29835A77933; Fri, 5 Feb 2016 20:17:25 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 060A5AD6; Fri, 5 Feb 2016 20:17:23 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.21] (248.Red-83-39-200.dynamicIP.rima-tde.net [83.39.200.248]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3DE3343C1F; Fri, 5 Feb 2016 14:17:20 -0600 (CST) Subject: Re: svn commit: r408262 - head/editors/uemacs To: Bryan Drewery , marino@freebsd.org, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201602051859.u15IxnEx021230@repo.freebsd.org> <56B4FC78.6050005@FreeBSD.org> <56B4FD92.9080504@marino.st> <56B4FEE7.4040003@FreeBSD.org> <56B50039.3030808@marino.st> <56B5009B.4010507@FreeBSD.org> Reply-To: marino@freebsd.org From: John Marino Message-ID: <56B5034E.9070901@marino.st> Date: Fri, 5 Feb 2016 21:17:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <56B5009B.4010507@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 05 Feb 2016 20:17:25 -0000 On 2/5/2016 9:05 PM, Bryan Drewery wrote: > > It's about LIBADD in base. Using LIBADD+=termcap rather than > LIBADD+=ncurses causes issues for some automated testing for overlinking > I am working on. > Is the text reversed accidentally? Because all my changes were termcap => ncurses (not the opposite termcap rather than ncurses) (and curses => ncurses and termlib => ncurses)