From owner-freebsd-ports@FreeBSD.ORG Wed Feb 20 10:50:28 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 60203752 for ; Wed, 20 Feb 2013 10:50:28 +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 3EFDD648 for ; Wed, 20 Feb 2013 10:50:27 +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 8E6F243BE4 for ; Wed, 20 Feb 2013 04:43:18 -0600 (CST) Message-ID: <5124A8C3.9030407@marino.st> Date: Wed, 20 Feb 2013 11:43:15 +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: freebsd-ports@freebsd.org 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> In-Reply-To: <5124A38B.7020700@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 10:50:28 -0000 Using bmake requires several edits to bsd.port.mk. DragonFly's DPorts (based on ports) uses BMake and we had to edit several lines. https://github.com/jrmarino/DeltaPorts/blob/master/special/Mk/diffs/bsd.port.mk.diff See line 654. It's caused by the :L modifier. It's one of many issues with bmake and bsd.*.mk. You can't fix them until all supported versions of FreeBSD understand these modifiers (legacy make understands :tl, etc., I mean) John On 2/20/2013 11:20, O. Hartmann wrote: > Well, I'm brave and switched several "beta switches" on my FreeBSD > 10.0-CUR systems on and I realize, that I receive a lot of > > make: "/usr/ports/Mk/bsd.port.mk" line 5137: warning: using previous > script for "-depends" defined here > make: "/usr/ports/Mk/bsd.port.mk" line 5140: warning: duplicate script > for target "-depends" ignored > > messages when doing updates with portmaster or installing ports. > > I think this is "BETA-normal", but a re there serious implications apart > from some performance issues at the moment using bmake as the > replacement for the oldish make in FreeBSD? > > I'm just curious, so feel free to answer if you like. > > Oliver >