From owner-freebsd-ports@FreeBSD.ORG Wed Oct 17 12:52:09 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0345268 for ; Wed, 17 Oct 2012 12:52:09 +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 BE3528FC08 for ; Wed, 17 Oct 2012 12:52:09 +0000 (UTC) Received: from [10.31.9.153] (unknown [213.225.137.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 2F3BB43B97 for ; Wed, 17 Oct 2012 07:52:08 -0500 (CDT) Message-ID: <507EA9F5.7000908@marino.st> Date: Wed, 17 Oct 2012 14:52:05 +0200 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: something had broken in *.mk? References: <507E6578.7070604@yandex.ru> <507E8E03.5040404@marino.st> <507E8F6A.4080903@yandex.ru> <20121017115536.GC27385@ithaqua.etoilebsd.net> <20121017122044.GD27385@ithaqua.etoilebsd.net> <20121017142538.415e9398@bsd64.grem.de> <20121017123033.GE27385@ithaqua.etoilebsd.net> In-Reply-To: <20121017123033.GE27385@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; 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, 17 Oct 2012 12:52:10 -0000 On 10/17/2012 14:30, Baptiste Daroussin wrote: > I don't know much about this, I just know that current is going to use bmake, > and the only incompatibility I have spotted so far from our make to bmake is the > :L becoming :tl and :U becoming :tu > > Once 8.3 and 9.0 are EOLed all version of freebsd make support both syntax, so > the ports could safely use both bmake and make (once we change in the ports tree > all the :U and :L occurence.) > > which means everything should just continue working ootb for everyone on > supported version of FreeBSD :) > > regards, > Bapt The incompatible "-V" switch causes problems too. There is quite a few uses of -V in bsd.*.mk.