From owner-cvs-all@FreeBSD.ORG Thu May 19 04:59:09 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4E9716A4CE; Thu, 19 May 2005 04:59:09 +0000 (GMT) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46CB543DAE; Thu, 19 May 2005 04:59:09 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.3/8.13.3) with ESMTP id j4J4x6oR067928; Wed, 18 May 2005 21:59:06 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4J4x65j067927; Wed, 18 May 2005 21:59:06 -0700 (PDT) (envelope-from obrien) Date: Wed, 18 May 2005 21:59:06 -0700 From: "David O'Brien" To: Maxim Sobolev Message-ID: <20050519045906.GA56261@dragon.NUXI.org> References: <200505170144.j4H1icUK066441@repoman.freebsd.org> <428965A5.2010406@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <428965A5.2010406@FreeBSD.org> X-Operating-System: FreeBSD 6.0-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 User-Agent: Mutt/1.5.9i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libstand Makefile bzlib.c.diff bzlib.h.diff bzlib_private.h.diff X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 04:59:09 -0000 On Tue, May 17, 2005 at 06:31:49AM +0300, Maxim Sobolev wrote: > David E. O'Brien wrote: > >obrien 2005-05-17 01:44:38 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libstand Makefile > > Removed files: > > lib/libstand bzlib.c.diff bzlib.h.diff > > bzlib_private.h.diff > > Log: > > Temporarily disable support for bzip2'ed compressed filesystems, until a > > maintainable why of handling them is created. > > Huh? What's wrong with the current way? I had submitted those patches to > the author more than 2 years ago if my memory serves but unfortunately > never heard from him back. There is simply no other way around this. Patches do not belong in /usr/src - what's the point of an SCM then? We either use a programmatic way of changing the source useing sh/sed/awk, or We either take the file off the vendor branch. -- -- David (obrien@FreeBSD.org)