From owner-freebsd-ports@FreeBSD.ORG Tue Feb 19 00:22:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A20EA77F; Tue, 19 Feb 2013 00:22:09 +0000 (UTC) (envelope-from list_freebsd@bluerosetech.com) Received: from rush.bluerosetech.com (rush.bluerosetech.com [IPv6:2607:fc50:1000:9b00::25]) by mx1.freebsd.org (Postfix) with ESMTP id 75FEAF2C; Tue, 19 Feb 2013 00:22:09 +0000 (UTC) Received: from vivi.cat.pdx.edu (vivi.cat.pdx.edu [131.252.214.6]) by rush.bluerosetech.com (Postfix) with ESMTPSA id 8FEF911434; Mon, 18 Feb 2013 16:22:08 -0800 (PST) Received: from [127.0.0.1] (c-76-27-220-79.hsd1.wa.comcast.net [76.27.220.79]) by vivi.cat.pdx.edu (Postfix) with ESMTPSA id 5EF4424C64; Mon, 18 Feb 2013 16:22:07 -0800 (PST) Message-ID: <5122C5AF.5090903@bluerosetech.com> Date: Mon, 18 Feb 2013 16:22:07 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Chris Rees Subject: Re: When was the last ports tree that worked with RELENG_6? References: <511FABE7.2080100@bluerosetech.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Feb 2013 00:22:09 -0000 On 2013-02-16 08:06, Chris Rees wrote: > I think you may have some luck installing an up to date make(1) and > dialog(1) (or set NO_DIALOG=yes in make.conf) from stable/9 or > similar; many of the problems on 6 are caused by missing variable > modifiers. I built and installed make from a RELENG_8_3 src tree. Getting dialog was a bit harder because it requires libdialog and libncurses. I built a static-linked dialog on an RELENG_8_3 box and dropped that in place. Seems to all be working fine now (updating ports to . as we speak). Thanks!