head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.24 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.22 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.20 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.18 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.16 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.14 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.12 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.10 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.8 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.6 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.4 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.2 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.3.0.8 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.6 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.5 date 2007.08.13.18.24.44; author joerg; state dead; branches; next 1.4; 1.4 date 2007.07.29.17.35.14; author joerg; state Exp; branches; next 1.3; 1.3 date 2006.08.20.14.56.03; author joerg; state Exp; branches; next 1.2; 1.2 date 2006.08.19.20.46.54; author joerg; state Exp; branches; next 1.1; 1.1 date 2006.05.01.09.02.38; author xtraeme; state Exp; branches; next ; desc @@ 1.5 log @Switch to in-tree libarchive-2.2.6. @ text @$NetBSD: patch-ab,v 1.4 2007/07/29 17:35:14 joerg Exp $ --- Makefile.in.orig 2007-07-14 03:17:48.000000000 +0000 +++ Makefile.in @@@@ -34,7 +34,7 @@@@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @@build@@ host_triplet = @@host@@ -bin_PROGRAMS = bsdtar$(EXEEXT) +bin_PROGRAMS = check_PROGRAMS = libarchive_test$(EXEEXT) TESTS = libarchive_test$(EXEEXT) subdir = . @@@@ -565,7 +565,7 @@@@ bsdtar_LDADD = -larchive bsdtar_CPPFLAGS = -I$(top_builddir)/libarchive # Link libarchive statically... bsdtar_LDFLAGS = -static -I$(destdir)/libarchive -bsdtar_dist_man_MANS = tar/bsdtar.1 +bsdtar_dist_man_MANS = all: $(BUILT_SOURCES) config.h $(MAKE) $(AM_MAKEFLAGS) all-am @ 1.4 log @Update libarchive to 2.2.5. Biggest changes are: - massive performance improvements, up to 40% for bsdtar compared to 1.x - support for external (de)compressors, ar-chives and many other goodies. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 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 @d3 1 a3 1 --- Makefile.in.orig 2006-08-20 02:33:45.000000000 +0200 d5 1 a5 1 @@@@ -38,7 +38,7 @@@@ PRE_UNINSTALL = : d11 11 a21 5 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \ $(include_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ $(srcdir)/config.h.in $(top_srcdir)/configure \ @@@@ -264,7 +264,7 @@@@ EXTRA_DIST = version config.h.in \ tar/test tar/getdate.c tar/getdate.h a22 6 lib_LTLIBRARIES = libarchive.la -dist_man_MANS = $(libarchive_dist_man_MANS) $(bsdtar_dist_man_MANS) +dist_man_MANS = $(libarchive_dist_man_MANS) # # Libarchive headers, source, etc. @ 1.2 log @Update to libarchive-1.2.55, featuring minor bugfixes. @ text @d3 1 a3 1 --- Makefile.in.orig 2006-08-19 20:35:16.000000000 +0200 d14 2 a15 19 @@@@ -130,8 +130,8 @@@@ LINK = $(LIBTOOL) --tag=CC --mode=link $ YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \ $(AM_YFLAGS) -SOURCES = $(libarchive_la_SOURCES) $(bsdtar_SOURCES) -DIST_SOURCES = $(libarchive_la_SOURCES) $(bsdtar_SOURCES) +SOURCES = $(libarchive_la_SOURCES) +DIST_SOURCES = $(libarchive_la_SOURCES) man1dir = $(mandir)/man1 man3dir = $(mandir)/man3 man5dir = $(mandir)/man5 @@@@ -258,12 +258,10 @@@@ sysconfdir = @@sysconfdir@@ target_alias = @@target_alias@@ AUTOMAKE_OPTIONS = foreign subdir-objects EXTRA_DIST = version config.h.in \ - minitar \ - libarchive/test \ - tar/test tar/getdate.c tar/getdate.h + libarchive/test a22 10 @@@@ -326,8 +324,7 @@@@ libarchive_dist_man_MANS = \ libarchive/archive_util.3 \ libarchive/archive_write.3 \ libarchive/libarchive.3 \ - libarchive/libarchive-formats.5 \ - libarchive/tar.5 + libarchive/libarchive-formats.5 # @ 1.1 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 @d3 3 a5 6 Don't install bsdtar, just libarchive. --- Makefile.in.orig 2006-03-23 18:05:56.000000000 +0100 +++ Makefile.in 2006-05-01 10:59:03.000000000 +0200 @@@@ -39,7 +39,7 @@@@ PRE_UNINSTALL = : d7 1 d14 1 a14 1 @@@@ -158,8 +158,8 @@@@ d25 1 a25 1 @@@@ -284,12 +284,10 @@@@ d40 1 a40 1 @@@@ -348,8 +346,7 @@@@ @