From owner-freebsd-current@FreeBSD.ORG Thu Feb 17 19:37:17 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BC0C16A4CE for ; Thu, 17 Feb 2005 19:37:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 174E643D60 for ; Thu, 17 Feb 2005 19:37:16 +0000 (GMT) (envelope-from valenok@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so332565wri for ; Thu, 17 Feb 2005 11:37:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=AABTna82kUgjCRpiASxOkum/x1VrGN1QHP3seBrfBsqxxI8npqUj7dklS1VuebtIeso9KJpeN26UauJfowC+xdZmtSPrimhbGtnVhu7sMw6clNE5XOPbYqObQW3EmR/J+/oZCaCkghh08bHPt90GLvzk9dMTZtDuW5Y0tLOpOFw= Received: by 10.54.42.71 with SMTP id p71mr7101wrp; Thu, 17 Feb 2005 11:37:14 -0800 (PST) Received: by 10.54.44.57 with HTTP; Thu, 17 Feb 2005 11:37:14 -0800 (PST) Message-ID: <72c3a95705021711371c45952d@mail.gmail.com> Date: Thu, 17 Feb 2005 19:37:14 +0000 From: Sergey Lyubka To: obrien@freebsd.org In-Reply-To: <20050217192822.GA85506@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <72c3a957050217031230598f63@mail.gmail.com> <86zmy3qmm2.wl%sf@FreeBSD.org> <72c3a957050217065223729f83@mail.gmail.com> <20050217185422.GJ57256@cirb503493.alcatel.com.au> <20050217192822.GA85506@dragon.nuxi.com> X-Mailman-Approved-At: Fri, 18 Feb 2005 12:50:31 +0000 cc: FUJISHIMA Satsuki cc: Peter Jeremy cc: freebsd-current@freebsd.org Subject: Re: pcre in base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sergey Lyubka List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 19:37:17 -0000 So it will. If regex(3) will be decoupled from libc, one can remap libregex to pcre, for example. > > greater reliance on ports. An interesting approach could be to > > break out regex(3) from libc and allow base utilities to use shared > > libraries from ports - this would allow someone to install the pcre > > port and have the base sed(1) use it. > > Uh, no. /usr/src should be self-contained.