pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/32936: devel/libcfg+ fails to create binary package on OpenSolaris



On Tue, 28 Feb 2006 08:10:03 +0000 (UTC)
Gilles Dauphin <Gilles.Dauphin%enst.fr@localhost> 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?



Home | Main Index | Thread Index | Old Index