head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.32 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.30 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.28 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.26 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.24 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.22 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.20 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.18 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.16 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.14 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.12 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.10 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.8 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.6 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.4 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.2 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.5.0.2 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.4.0.4 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.2 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.7 date 2006.08.20.14.56.03; author joerg; state dead; branches; next 1.6; 1.6 date 2006.08.19.20.46.54; author joerg; state Exp; branches; next 1.5; 1.5 date 2006.05.01.09.02.38; author xtraeme; state Exp; branches; next 1.4; 1.4 date 2005.10.31.14.36.08; author tv; state Exp; branches; next 1.3; 1.3 date 2005.10.13.21.34.16; author xtraeme; state Exp; branches; next 1.2; 1.2 date 2005.08.27.12.06.22; author xtraeme; state Exp; branches; next 1.1; 1.1 date 2005.03.19.04.43.41; author tv; state Exp; branches; next ; desc @@ 1.7 log @Update to 1.2.57 which includes a better replacement for patch-aa. While here, don't patch away tar.5, it is about the tape archive format and not about bsdtar. It belongs into the package for that reason. @ text @$NetBSD: patch-aa,v 1.6 2006/08/19 20:46:54 joerg Exp $ --- libarchive/archive.h.in.orig 2006-08-18 06:31:37.000000000 +0200 +++ libarchive/archive.h.in @@@@ -36,7 +36,10 @@@@ */ #include /* Linux requires this for off_t */ +#if HAVE_INTTYPES_H #include /* For int64_t */ +#endif +#include /* For [u]intptr_t on Interix */ #include /* For FILE * */ #include /* For ssize_t and size_t */ @ 1.6 log @Update to libarchive-1.2.55, featuring minor bugfixes. @ text @d1 1 a1 1 $NetBSD$ @ 1.5 log @Update to 1.2.53: * Incorporated Jaakko Heinonen's still-experimental support for extended attributes (Currently Linux-only.). * Reorganized distribution package: There is now one tar.gz file that builds both libarchive and bsdtar. * correctly read cpio device entries, write Pax attribute entry names. * Experimental 'tp' format support in libarchive. Feedback appreciated; this is not enabled by archive_read_support_format_all() @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2005/10/31 14:36:08 tv Exp $ d3 1 a3 1 --- libarchive/archive.h.in.orig 2005-10-13 01:35:04.000000000 -0400 d13 1 a15 1 #ifdef __cplusplus @ 1.4 log @Fix build on Interix by including to get [u]intptr_t. (Actually in stddef.h, but that would require yet another autoconf check.) @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- archive.h.in.orig 2005-10-13 01:35:04.000000000 -0400 +++ archive.h.in @ 1.3 log @Update to 1.02.036. Changes: * Use GNU libtool to build shared libraries on many systems. @ text @d3 3 a5 3 --- 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 @@@@ d12 1 @ 1.2 log @Update to 1.02.030, changes were bugfixes and documentation improvements. @ text @d3 4 a6 4 --- 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 @@@@ d9 1 a9 1 +#ifndef __INTERIX @ 1.1 log @Don't include unconditionally. Unfortunately, HAVE_INTTYPES_H is not available in the generated archive.h, so put in an __INTERIX conditional (for now -- but this means a PKGREVISION bump, sigh). @ text @d3 4 a6 4 --- archive.h.in.orig Sat Feb 12 18:41:52 2005 +++ archive.h.in @@@@ -52,7 +52,9 @@@@ int archive_api_feature(void); const char * archive_version(void); d14 1 a14 1 #define ARCHIVE_BYTES_PER_RECORD 512 @