From owner-cvs-all@FreeBSD.ORG Tue May 31 20:55:14 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 B461916A41C; Tue, 31 May 2005 20:55:14 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D28F43D1F; Tue, 31 May 2005 20:55:13 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.95] (2-zyx-piter-f0285.r5.ll.kw.ua [195.140.246.50]) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j4VKtAi5071263 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 May 2005 22:55:10 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <429CCF2D.4080201@portaone.com> Date: Tue, 31 May 2005 23:55:09 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@FreeBSD.ORG References: <200505292156.j4TLuccN040566@repoman.freebsd.org> <20050531200850.GA90363@dragon.NUXI.org> In-Reply-To: <20050531200850.GA90363@dragon.NUXI.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.83/901/Tue May 31 15:33:04 2005 on www.portaone.com X-Virus-Status: Clean 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: Maxim.Sobolev@portaone.com 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:55:14 -0000 David O'Brien wrote: > 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! Hmm, weren't you been advocating for using our SCM for handling those changes? I can even dig out respective messages of yours out of my inbox. Maybe they were posted by some troll not real obrien. > What is is the problem you are trying to solve? Why is BZ_NO_COMPRESS > needed? There are better ways of handling this. Really? Please tell me, since I have not been able to find any other way around it. Our linker is a pretty stupid one - it insists that it needs all symbols resolved, even those not used by any "real code". -Maxim