From owner-cvs-src@FreeBSD.ORG Wed Aug 11 19:53:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEE8B16A4CE; Wed, 11 Aug 2004 19:53:10 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA39743D2F; Wed, 11 Aug 2004 19:53:10 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7BJr9R0044916; Wed, 11 Aug 2004 12:53:10 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7BJr9NF044915; Wed, 11 Aug 2004 12:53:09 -0700 (PDT) (envelope-from obrien) Date: Wed, 11 Aug 2004 12:53:09 -0700 From: "David O'Brien" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org Message-ID: <20040811195309.GA44709@dragon.nuxi.com> References: <200408090848.i798mSZ0049967@repoman.freebsd.org> <20040810151006.GB7254@tara.freenix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040810151006.GB7254@tara.freenix.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Re: cvs commit: src/share/mk bsd.libnames.mk src/lib/libmagic Makefile config.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 19:53:11 -0000 On Tue, Aug 10, 2004 at 05:10:06PM +0200, Ollivier Robert wrote: > According to David E. O'Brien: > > Log: > > Bmake the library containing and processing the magic. > > Do you foresee external usage of the library? I mean, do you really need > to expose libmagic to the world? libntp/libparse are only build, not > installed for example. It is hard to say. Not knowing what others will do I decided to expose the lib. It would not surprise me to have some future port do 'file --version' and decide it could use the lib. -- -- David (obrien@FreeBSD.org)