pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/libarchive Update to 1.02.036.
details: https://anonhg.NetBSD.org/pkgsrc/rev/304d04880904
branches: trunk
changeset: 500897:304d04880904
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Oct 13 21:34:16 2005 +0000
description:
Update to 1.02.036.
Changes:
* Use GNU libtool to build shared libraries on many systems.
diffstat:
archivers/libarchive/Makefile | 5 +++--
archivers/libarchive/PLIST | 4 ++--
archivers/libarchive/distinfo | 10 +++++-----
archivers/libarchive/patches/patch-aa | 12 ++++++------
4 files changed, 16 insertions(+), 15 deletions(-)
diffs (71 lines):
diff -r 800b36d33289 -r 304d04880904 archivers/libarchive/Makefile
--- a/archivers/libarchive/Makefile Thu Oct 13 21:20:33 2005 +0000
+++ b/archivers/libarchive/Makefile Thu Oct 13 21:34:16 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2005/08/27 12:06:22 xtraeme Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/13 21:34:16 xtraeme Exp $
#
-DISTNAME= libarchive-1.02.030
+DISTNAME= libarchive-1.02.036
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
@@ -10,6 +10,7 @@
COMMENT= Library to read/create different archive formats
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff -r 800b36d33289 -r 304d04880904 archivers/libarchive/PLIST
--- a/archivers/libarchive/PLIST Thu Oct 13 21:20:33 2005 +0000
+++ b/archivers/libarchive/PLIST Thu Oct 13 21:34:16 2005 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/02/02 18:01:13 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/10/13 21:34:16 xtraeme Exp $
include/archive.h
include/archive_entry.h
-lib/libarchive.a
+lib/libarchive.la
man/man3/archive_entry.3
man/man3/archive_read.3
man/man3/archive_util.3
diff -r 800b36d33289 -r 304d04880904 archivers/libarchive/distinfo
--- a/archivers/libarchive/distinfo Thu Oct 13 21:20:33 2005 +0000
+++ b/archivers/libarchive/distinfo Thu Oct 13 21:34:16 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2005/08/27 12:06:22 xtraeme Exp $
+$NetBSD: distinfo,v 1.8 2005/10/13 21:34:16 xtraeme Exp $
-SHA1 (libarchive-1.02.030.tar.gz) = b870bfff54d427ef0d9c4c9c7b65a2aff63efba5
-RMD160 (libarchive-1.02.030.tar.gz) = a2426966a325d88a0a30781d823b74427b86d062
-Size (libarchive-1.02.030.tar.gz) = 194473 bytes
-SHA1 (patch-aa) = 4c4b5f1d6bc317df95967eed1d44ff5be344585b
+SHA1 (libarchive-1.02.036.tar.gz) = 419ae3956732a54242db52336d7a989d61a01de6
+RMD160 (libarchive-1.02.036.tar.gz) = f89201b412421051cc392f620189e84451e46455
+Size (libarchive-1.02.036.tar.gz) = 418581 bytes
+SHA1 (patch-aa) = 7195f31172a55da5231d1f76ec202d6eccbfad50
diff -r 800b36d33289 -r 304d04880904 archivers/libarchive/patches/patch-aa
--- a/archivers/libarchive/patches/patch-aa Thu Oct 13 21:20:33 2005 +0000
+++ b/archivers/libarchive/patches/patch-aa Thu Oct 13 21:34:16 2005 +0000
@@ -1,12 +1,12 @@
-$NetBSD: patch-aa,v 1.2 2005/08/27 12:06:22 xtraeme Exp $
+$NetBSD: patch-aa,v 1.3 2005/10/13 21:34:16 xtraeme Exp $
---- archive.h.in.orig 2005-08-27 06:44:13.000000000 +0200
-+++ archive.h.in 2005-08-27 06:44:36.000000000 +0200
-@@ -31,7 +31,9 @@
-
+--- archive.h.in.orig 2005-10-13 23:29:07.000000000 +0200
++++ archive.h.in 2005-10-13 23:29:22.000000000 +0200
+@@ -36,7 +36,9 @@
+ */
#include <sys/types.h> /* Linux requires this for off_t */
-+#ifndef __INTERIX
++#if HAVE_INTTYPES_H
#include <inttypes.h> /* For int64_t */
+#endif
#include <unistd.h> /* For ssize_t and size_t */
Home |
Main Index |
Thread Index |
Old Index