pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/libarchive Update build glue for libarchive ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8906219599a
branches:  trunk
changeset: 348937:e8906219599a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 20 17:28:33 2016 +0000

description:
Update build glue for libarchive 3.2.1.

diffstat:

 archivers/libarchive/Makefile        |  3 ++-
 archivers/libarchive/Makefile.common |  5 ++---
 archivers/libarchive/PLIST           |  4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r 610bef409f5c -r e8906219599a archivers/libarchive/Makefile
--- a/archivers/libarchive/Makefile     Mon Jun 20 17:24:55 2016 +0000
+++ b/archivers/libarchive/Makefile     Mon Jun 20 17:28:33 2016 +0000
@@ -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 -r 610bef409f5c -r e8906219599a archivers/libarchive/Makefile.common
--- a/archivers/libarchive/Makefile.common      Mon Jun 20 17:24:55 2016 +0000
+++ b/archivers/libarchive/Makefile.common      Mon Jun 20 17:28:33 2016 +0000
@@ -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 -r 610bef409f5c -r e8906219599a archivers/libarchive/PLIST
--- a/archivers/libarchive/PLIST        Mon Jun 20 17:24:55 2016 +0000
+++ b/archivers/libarchive/PLIST        Mon Jun 20 17:28:33 2016 +0000
@@ -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_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_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



Home | Main Index | Thread Index | Old Index