summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-06-20 17:28:33 +0000
committerjoerg <joerg@pkgsrc.org>2016-06-20 17:28:33 +0000
commita727cd707acbe13b9289b341c13c7b203ccb5e04 (patch)
treee65a1404fde746c6980881a2b258afb373b0115a /archivers
parent8fc5385a97681e54eddf049db4ace90b7788537c (diff)
downloadpkgsrc-a727cd707acbe13b9289b341c13c7b203ccb5e04.tar.gz
Update build glue for libarchive 3.2.1.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/libarchive/Makefile3
-rw-r--r--archivers/libarchive/Makefile.common5
-rw-r--r--archivers/libarchive/PLIST4
3 files changed, 7 insertions, 5 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 2eb6f674d3e..08a42068acf 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.42 2016/02/25 09:28:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.43 2016/06/20 17:28:33 joerg Exp $
.include "Makefile.common"
COMMENT= Library to read/create different archive formats
USE_LIBTOOL= yes
+CONFIGURE_ARGS+= --disable-bsdcat
CONFIGURE_ARGS+= --disable-bsdcpio
CONFIGURE_ARGS+= --disable-bsdtar
diff --git a/archivers/libarchive/Makefile.common b/archivers/libarchive/Makefile.common
index 71576cd3622..c3943801275 100644
--- a/archivers/libarchive/Makefile.common
+++ b/archivers/libarchive/Makefile.common
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile.common,v 1.4 2016/03/05 11:28:02 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.5 2016/06/20 17:28:33 joerg Exp $
# used by archivers/bsdtar/Makefile
# used by archivers/libarchive/Makefile
-DISTNAME= libarchive-3.1.2
-PKGREVISION= 2
+DISTNAME= libarchive-3.2.1
CATEGORIES= archivers
MASTER_SITES= http://www.libarchive.org/downloads/
DISTFILES= # empty
diff --git a/archivers/libarchive/PLIST b/archivers/libarchive/PLIST
index bcf154cd311..748aa781307 100644
--- a/archivers/libarchive/PLIST
+++ b/archivers/libarchive/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2015/01/17 12:44:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/06/20 17:28:33 joerg Exp $
include/archive.h
include/archive_entry.h
lib/libarchive.la
@@ -11,6 +11,7 @@ man/man3/archive_entry_perms.3
man/man3/archive_entry_stat.3
man/man3/archive_entry_time.3
man/man3/archive_read.3
+man/man3/archive_read_add_passphrase.3
man/man3/archive_read_data.3
man/man3/archive_read_disk.3
man/man3/archive_read_extract.3
@@ -34,6 +35,7 @@ man/man3/archive_write_header.3
man/man3/archive_write_new.3
man/man3/archive_write_open.3
man/man3/archive_write_set_options.3
+man/man3/archive_write_set_passphrase.3
man/man3/libarchive.3
man/man3/libarchive_changes.3
man/man3/libarchive_internals.3