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
The following reply was made to PR pkg/32936; it has been noted by GNATS.
From: segv%netctl.net@localhost
To: gnats-bugs%netbsd.org@localhost
Cc: Gilles.Dauphin%enst.fr@localhost, pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
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@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