summaryrefslogtreecommitdiff
path: root/archivers/libarchive
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-20 03:56:14 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-20 03:56:14 +0000
commit423cab4abcc6719950bc7a4fa06b88810e7708e8 (patch)
tree7b3e27442c56f0a9aa9e1247c4478784acdfcb4e /archivers/libarchive
parent20970423a4335bb8c554454042499cc96b126ab7 (diff)
downloadpkgsrc-423cab4abcc6719950bc7a4fa06b88810e7708e8.tar.gz
Update build rules for bsdtar and libarchive 2.8.0
Diffstat (limited to 'archivers/libarchive')
-rw-r--r--archivers/libarchive/Makefile11
-rw-r--r--archivers/libarchive/PLIST4
2 files changed, 9 insertions, 6 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 06475772361..544c461978e 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.29 2009/04/09 00:48:06 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2010/02/20 03:56:14 joerg Exp $
#
-DISTNAME= libarchive-2.5.5
+DISTNAME= libarchive-2.8.0
CATEGORIES= archivers
-MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
+MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/
+HOMEPAGE= http://code.google.com/p/libarchive/
COMMENT= Library to read/create different archive formats
PKG_DESTDIR_SUPPORT= user-destdir
@@ -15,7 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS+= --disable-bsdtar
+CONFIGURE_ARGS+= --disable-bsdtar --without-expat --without-xml2 \
+ --disable-bsdcpio
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
diff --git a/archivers/libarchive/PLIST b/archivers/libarchive/PLIST
index 46b96f6e96d..72fca5d4ecc 100644
--- a/archivers/libarchive/PLIST
+++ b/archivers/libarchive/PLIST
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2007/11/30 21:32:27 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2010/02/20 03:56:14 joerg Exp $
include/archive.h
include/archive_entry.h
lib/libarchive.la
+lib/pkgconfig/libarchive.pc
man/man3/archive_entry.3
man/man3/archive_read.3
+man/man3/archive_read_disk.3
man/man3/archive_util.3
man/man3/archive_write.3
man/man3/archive_write_disk.3