summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authoragc <agc>1998-01-27 16:58:19 +0000
committeragc <agc>1998-01-27 16:58:19 +0000
commit56bc28a43978d2797a5514a0c91038c873f32e91 (patch)
tree8260f15b9bded774d6c59b6685f082a3d8bfeb44 /archivers
parent4fa154691857c0a6a18a7bbb8e79a15c0d57e412 (diff)
downloadpkgsrc-56bc28a43978d2797a5514a0c91038c873f32e91.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.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile4
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