Subject: Re: pkg/32936: devel/libcfg+ fails to create binary package on
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <segv@netctl.net>
List: pkgsrc-bugs
Date: 02/28/2006 14:45:02
The following reply was made to PR pkg/32936; it has been noted by GNATS.

From: segv@netctl.net
To: gnats-bugs@netbsd.org
Cc: Gilles.Dauphin@enst.fr, pkg-manager@netbsd.org,
	gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org
Subject: Re: pkg/32936: devel/libcfg+ fails to create binary package on
 OpenSolaris
Date: Tue, 28 Feb 2006 14:35:48 +0000

 On Tue, 28 Feb 2006 08:10:03 +0000 (UTC)
 Gilles Dauphin <Gilles.Dauphin@enst.fr> wrote:
 
 >  Your problem was to decompress man, and TOOLS_PLATFORM.gzcat solve your 
 >  problem , I think. Please test and feedback.
 >  Gilles
 >  
 
 I don't follow your logic.
 You suggest changing mk/tools/tools.SunOS.mk
 
 TOOLS_PLATFORM.gunzip?=         /usr/bin/gzip -df
 TOOLS_PLATFORM.gzcat?=          /usr/bin/gzip -cd
 TOOLS_PLATFORM.gzip?=           /usr/bin/gzip -nf ${GZIP}
 
 to
 
 TOOLS_PLATFORM.gunzip?=         /usr/bin/gunzip -f
 TOOLS_PLATFORM.gzcat?=          /usr/bin/gzcat
 TOOLS_PLATFORM.gzip?=           /usr/bin/gzip -nf ${GZIP}
 
 but, 'gzcat' is that same thing as 'gzip -cd'
 So what difference would that make??? Are you sure you're not just confused
 about how gzip operates?