diff options
author | agc <agc@pkgsrc.org> | 1998-01-27 16:58:19 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-01-27 16:58:19 +0000 |
commit | 1a4136ab59e076813be488f5908b38c6eca4d56f (patch) | |
tree | 8260f15b9bded774d6c59b6685f082a3d8bfeb44 | |
parent | ee0ba423173212b36b57040d3d37d41cf40c4220 (diff) | |
download | pkgsrc-1a4136ab59e076813be488f5908b38c6eca4d56f.tar.gz |
Deprecate bzip - according to the author, the algorithm may have
restrictions placed upon it. Users should be using bzip2 instead,
which has no such restrictions. As pointed out by Charles Hannum.
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index d5d780e180d..a8f2e88770a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 1998/01/09 10:07:23 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/01/27 16:58:19 agc Exp $ # FreeBSD Id: Makefile,v 1.18 1997/05/16 01:42:31 asami Exp # SUBDIR += arc - SUBDIR += bzip +# SUBDIR += bzip SUBDIR += bzip2 SUBDIR += freeze # SUBDIR += gshar+gunshar |