pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/libarchive



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Jun 20 17:28:33 UTC 2016

Modified Files:
        pkgsrc/archivers/libarchive: Makefile Makefile.common PLIST

Log Message:
Update build glue for libarchive 3.2.1.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/archivers/libarchive/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/libarchive/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/archivers/libarchive/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/libarchive/Makefile
diff -u pkgsrc/archivers/libarchive/Makefile:1.42 pkgsrc/archivers/libarchive/Makefile:1.43
--- pkgsrc/archivers/libarchive/Makefile:1.42   Thu Feb 25 09:28:36 2016
+++ pkgsrc/archivers/libarchive/Makefile        Mon Jun 20 17:28:33 2016
@@ -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
 

Index: pkgsrc/archivers/libarchive/Makefile.common
diff -u pkgsrc/archivers/libarchive/Makefile.common:1.4 pkgsrc/archivers/libarchive/Makefile.common:1.5
--- pkgsrc/archivers/libarchive/Makefile.common:1.4     Sat Mar  5 11:28:02 2016
+++ pkgsrc/archivers/libarchive/Makefile.common Mon Jun 20 17:28:33 2016
@@ -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

Index: pkgsrc/archivers/libarchive/PLIST
diff -u pkgsrc/archivers/libarchive/PLIST:1.8 pkgsrc/archivers/libarchive/PLIST:1.9
--- pkgsrc/archivers/libarchive/PLIST:1.8       Sat Jan 17 12:44:47 2015
+++ pkgsrc/archivers/libarchive/PLIST   Mon Jun 20 17:28:33 2016
@@ -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



Home | Main Index | Thread Index | Old Index