summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2010-03-26 17:04:45 +0000
committerjoerg <joerg>2010-03-26 17:04:45 +0000
commit8752f20381808738602bfd658137ed8b66b077fb (patch)
tree5ad4d17b629f8aa692f556db01659770619f1f1e /pkgtools
parent3a2bf536514956fd0bc5ad5a5ee9b743e83d250f (diff)
downloadpkgsrc-8752f20381808738602bfd658137ed8b66b077fb.tar.gz
Require zlib 1.2 for now, as zlib 1.1 doesn't like gzip headers and
would fail in the decompression code for pkg-vulnerabilities.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 0f95c0ff22a..f854d2bb1ad 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2010/03/17 08:19:38 obache Exp $
+# $NetBSD: Makefile,v 1.176 2010/03/26 17:04:45 joerg Exp $
# Notes to package maintainers:
#
@@ -86,6 +86,8 @@ VERSION!= ${AWK} '/PKGTOOLS_VERSION/ {print $$3}' \
# linkresolver interface appeared in libarchive 2.5 and extract
# requires version 2.5.4b to handle hardlinks correctly.
BUILDLINK_API_DEPENDS.libarchive+= libarchive>=2.5.4b
+# Depends on gzip handling of zlib
+BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2
.include "../../archivers/bzip2/builtin.mk"
.include "../../archivers/libarchive/builtin.mk"