From owner-freebsd-current@FreeBSD.ORG Wed May 9 11:06:38 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2246106564A for ; Wed, 9 May 2012 11:06:38 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id 9FDE78FC0A for ; Wed, 9 May 2012 11:06:38 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id AC89614E729E; Wed, 9 May 2012 13:06:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cnl2iyzgYb2f; Wed, 9 May 2012 13:06:35 +0200 (CEST) Received: from [192.168.1.117] (catv-80-98-232-12.catv.broadband.hu [80.98.232.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id F14FD14E729D; Wed, 9 May 2012 13:06:34 +0200 (CEST) Message-ID: <4FAA4FB9.3050403@FreeBSD.org> Date: Wed, 09 May 2012 13:06:33 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120328 Thunderbird/13.0a2 MIME-Version: 1.0 To: "Hartmann, O." References: <4FA940F3.6080907@FreeBSD.org> <031222CBCF33214AB2EB4ABA279428A3011A2C2D1AC9@SJCPMAILBOX01.citrite.net> <031222CBCF33214AB2EB4ABA279428A3011A2C2D1ACB@SJCPMAILBOX01.citrite.net> <4FAA4AAA.9090700@FreeBSD.org> <4FAA4E93.8080707@zedat.fu-berlin.de> In-Reply-To: <4FAA4E93.8080707@zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: [HEADS-UP] BSD sort coming to -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 11:06:39 -0000 On 2012.05.09. 13:01, Hartmann, O. wrote: > On 05/09/12 12:44, Gabor Kovesdan wrote: >> >On 2012.05.09. 1:21, Oleg Moskalenko wrote: >>> >>Michael, >>> >> >>> >>The situation is actually more complex than I described in my email, >>> >>but the good news is that we already have a fix that supports all >>> >>older syntax forms. I tested it with ispell ports and it builds just >>> >>fine. We will update the bsdsort port soon. >> >I've just committed the update. Thanks for the quick fix Oleg and thanks >> >Michael for the bug report. >> > >> >Gabor > Will those, who are with FBSD CURRENT, have a special knob set in > /etc/src.conf to make the new stuff the default? Or will it just "flow > in" and I do not have to take care of the change? In the first phase, BSD sort will be installed as "bsdsort" and GNU sort as "sort" by default and you will have a WITH_BSD_SORT knob, which changes to BSD sort installed as "sort" and GNU sort as "gnusort". In second phase, this will be the default option and you will be able to set WITHOUT_BSD_SORT to restore GNU sort as default and in third phase GNU sort will go away and there will be no knob. This is the currently planned migration scenario. Gabor