pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk use gzip -cd instead of gzcat(1), which doesn't alw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0ca012b1465
branches:  trunk
changeset: 465924:d0ca012b1465
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 08 14:53:06 2004 +0000

description:
use gzip -cd instead of gzcat(1), which doesn't always exist.

diffstat:

 mk/defs.SunOS.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe18cee4de07 -r d0ca012b1465 mk/defs.SunOS.mk
--- a/mk/defs.SunOS.mk  Thu Jan 08 14:19:29 2004 +0000
+++ b/mk/defs.SunOS.mk  Thu Jan 08 14:53:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.74 2003/12/16 23:07:42 heinz Exp $
+# $NetBSD: defs.SunOS.mk,v 1.75 2004/01/08 14:53:06 grant Exp $
 #
 # Variable definitions for the SunOS/Solaris operating system.
 
@@ -35,7 +35,7 @@
 GZIP_CMD?=     ${LOCALBASE}/bin/gzip -nf ${GZIP}
 .elif exists(/usr/bin/gzip)
 GUNZIP_CMD?=   /usr/bin/gunzip -f
-GZCAT?=                /usr/bin/gzcat
+GZCAT?=                /usr/bin/gzip -cd
 GZIP?=         -9
 GZIP_CMD?=     /usr/bin/gzip -nf ${GZIP}
 .endif



Home | Main Index | Thread Index | Old Index