From owner-freebsd-ports@FreeBSD.ORG Wed Feb 20 12:00:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92902AF5 for ; Wed, 20 Feb 2013 12:00:24 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 717A5AD4 for ; Wed, 20 Feb 2013 12:00:24 +0000 (UTC) Received: from [192.168.1.21] (168.red-88-14-193.dynamicip.rima-tde.net [88.14.193.168]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 48BCF43BF5; Wed, 20 Feb 2013 06:00:21 -0600 (CST) Message-ID: <5124BAD2.60606@marino.st> Date: Wed, 20 Feb 2013 13:00:18 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Chris Rees Subject: Re: WITH_BMAKE: make: "/usr/ports/Mk/bsd.port.mk" line 5137: warning: using previous script for "-depends" defined here References: <5124A38B.7020700@zedat.fu-berlin.de> <5124A8C3.9030407@marino.st> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List , "Simon J. Gerraty" 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: Wed, 20 Feb 2013 12:00:24 -0000 On 2/20/2013 12:46, Chris Rees wrote: > Simon Gerraty has cleverly written some sed magic that makes the ports > tree work with bmake. > > Hopefully it'll be ready at some point, but major testing will be > required, since the ports tree has other weird behaviours of pmake that > it relies on. > > I'm sure he'll announce when it's ready and we can get testing, but for > the meantime I honestly wouldn't try it unless you enjoy debugging very > weird errors! In the meantime you should keep me involved because we've hit bmake-involved errors that I am quite sure sed won't address. Sure, you'll get most of them (we basically did this too, translating the problem modifiers during the copy from FreeBSD). We still had a few problems. DPorts has the solutions in the repository. John