From owner-freebsd-current@FreeBSD.ORG Fri Oct 30 10:30:07 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43342106568B for ; Fri, 30 Oct 2009 10:30:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id EF09D8FC26 for ; Fri, 30 Oct 2009 10:30:06 +0000 (UTC) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 4417F41C71D; Fri, 30 Oct 2009 11:30:06 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id cYWbgdctdgFX; Fri, 30 Oct 2009 11:30:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id C003041C711; Fri, 30 Oct 2009 11:30:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 3A3374448E6; Fri, 30 Oct 2009 10:25:34 +0000 (UTC) Date: Fri, 30 Oct 2009 10:25:34 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Roman Divacky In-Reply-To: <20091029215312.GA34302@freebsd.org> Message-ID: <20091030102131.T91695@maildrop.int.zabbadoz.net> References: <20091029215312.GA34302@freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD current mailing list Subject: Re: [RFC]: m4 update 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: Fri, 30 Oct 2009 10:30:07 -0000 On Thu, 29 Oct 2009, Roman Divacky wrote: > hi > > I made a patch that updates our in-tree m4 to the version from OpenBSD. > Their version contains some gnu extensions and generally is modernized > and rewritten. > > The patch (you have to in src/usr.bin/m4 for it to apply): > > > http://vlakno.cz/~rdivacky/m4.patch > > > I added their ohash* implementation to the m4 subdir as it uses it. I > am not sure this is the correct way but it works for now. > > So the question is - do we want this at all? If so, is this the way we > want it? > > I am open to all comments, thank you! The only comment I have at this point is that this is a huge update to a somewhat fragile tool. It'll need a lot of testing before it should be comitted this way; not sure how many ports use this rather than gm4 or if they could be switched over after that. I'd at least ask portmgr for an exp run. /bz -- Bjoern A. Zeeb It will not break if you know what you are doing.