pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install Requires libarchive 2.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/052812029fcc
branches:  trunk
changeset: 541477:052812029fcc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 23 14:37:10 2008 +0000

description:
Requires libarchive 2.5.

diffstat:

 pkgtools/pkg_install/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 470e3468aa63 -r 052812029fcc pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile     Wed Apr 23 14:18:03 2008 +0000
+++ b/pkgtools/pkg_install/Makefile     Wed Apr 23 14:37:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.151 2008/04/08 11:50:46 joerg Exp $
+# $NetBSD: Makefile,v 1.152 2008/04/23 14:37:10 joerg Exp $
 
 # Notes to package maintainers:
 #
@@ -93,6 +93,9 @@
 SUBST_FILES.paths=     audit-packages/Makefile.in
 SUBST_SED.paths=       -e 's,_gzcat_,${GZCAT},g'
 
+# linkresolver interface appeared in libarchive 2.5.
+BUILDLINK_API_DEPENDS.libarchive+=     libarchive>=2.5
+
 .include "../../archivers/bzip2/builtin.mk"
 .include "../../archivers/libarchive/builtin.mk"
 .include "../../devel/zlib/builtin.mk"



Home | Main Index | Thread Index | Old Index