From owner-freebsd-arch@FreeBSD.ORG Sun Nov 7 21:33:33 2010 Return-Path: Delivered-To: arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 190F8106566C for ; Sun, 7 Nov 2010 21:33:33 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2001:470:9a47::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8645F8FC0C for ; Sun, 7 Nov 2010 21:33:32 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [IPv6:::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id oA7LXV6x003124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 7 Nov 2010 22:33:31 +0100 (CET) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1289165611; bh=qL3nuBO/MlOm9kSmaTTf2ac2qdzTZFviijESFWcbyRk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=q6OjQN8QumTkJO+ID+yhhk4LK86kl8G48feXGY8QMICA5PLZeH7JhxjzyZw45/rSP cJSnBcjzF8ZcDaACZHtoSlHrdAgtlHx2PjtjA370Jiyhb6pfTNKMzpj03ib9W4IceC qYhLNdyx6NjoIov+yMDqBQIFoqbV/6sgYFMGwuCY= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.4/8.14.4/Submit) id oA7LXVok003123; Sun, 7 Nov 2010 22:33:31 +0100 (CET) (envelope-from uqs@spoerlein.net) Date: Sun, 7 Nov 2010 22:33:31 +0100 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Kostik Belousov Message-ID: <20101107213331.GQ85693@acme.spoerlein.net> Mail-Followup-To: Kostik Belousov , arch@freebsd.org References: <20101107141804.GN85693@acme.spoerlein.net> <20101107162542.GT2392@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101107162542.GT2392@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: arch@freebsd.org Subject: Re: Moving flex and yacc to contrib/, all hell breaks loose? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 21:33:33 -0000 On Sun, 07.11.2010 at 18:25:42 +0200, Kostik Belousov wrote: > On Sun, Nov 07, 2010 at 03:18:04PM +0100, Ulrich Sp??rlein wrote: > > Hoi, > > > > To my knowledge, the only "vendor" software in our tree, not yet living > > under cddl/, contrib/, crypto/ or gnu/ are > > > > lib/libc/softfloat > > lib/libz > > lib/msun > > usr.bin/lex > > usr.bin/unifdef > > usr.bin/yacc > > > > I'm not touching the lib parts for now, and for unifdef, see recent > > post to current@. So flex and yacc remain (if you know of more sources > > with an upstream development, not already listed on the Wiki under > > http://wiki.freebsd.org/ContribSoftware please let me know!) > > > > I have an universe-surviving svn tree ready for commit, that moves flex > > to contrib/flex and only a stub Makefile in usr.bin/lex remains, like we > > do with all other contributed software. > Contributed means that there is a project external to FreeBSD that > maintains the software. What is the project for yacc ? See the wiki page, it will point you to http://invisible-island.net/byacc/byacc.html where Thomas Dickey has been updating byacc regularly over the past decade. > lex being flex probably deserves move to contrib. So do you see any problem with the svn steps? Uli