From owner-cvs-all@FreeBSD.ORG Tue May 31 20:08:51 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 806FD16A464; Tue, 31 May 2005 20:08:51 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 421B943D58; Tue, 31 May 2005 20:08:51 +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 j4VK8oVW090415; Tue, 31 May 2005 13:08:50 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.3/8.13.1/Submit) id j4VK8oIB090414; Tue, 31 May 2005 13:08:50 -0700 (PDT) (envelope-from obrien) Date: Tue, 31 May 2005 13:08:50 -0700 From: "David O'Brien" To: Maxim Sobolev Message-ID: <20050531200850.GA90363@dragon.NUXI.org> References: <200505292156.j4TLuccN040566@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505292156.j4TLuccN040566@repoman.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, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/bzip2 bzlib.c src/lib/libstand Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 31 May 2005 20:08:51 -0000 On Sun, May 29, 2005 at 09:56:38PM +0000, Maxim Sobolev wrote: > sobomax 2005-05-29 21:56:38 UTC > > FreeBSD src repository > > Modified files: > contrib/bzip2 bzlib.c > lib/libstand Makefile > Log: > Make bzip2 support working again after bzip2 upgrade. This time commit > BZ_NO_COMPRESS support to the bzip2 sources directly (yes, this takes file > off the vendor branch, but looks like bzip2 maintainer doesn't care), so that > it will not be removed when the next upgrade is performed. Also, add a short > note on how to test bzip2 support. > > Pointy hat to: obrien > > Correct comment (libz -> libbz2) and remove useless full path to zutil.h > while I am here. DON'T remove bzip2 files from the vendor branch again again with disucssing it! What is is the problem you are trying to solve? Why is BZ_NO_COMPRESS needed? There are better ways of handling this. -- -- David (obrien@FreeBSD.org)