libarchive: updated to 2.4.13.

This commit is contained in:
Tilman Sauerbeck 2008-02-29 14:42:05 +01:00
parent 6c81519e03
commit 5bda3cd399
4 changed files with 24 additions and 6 deletions

View File

@ -7,9 +7,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libarchive.a -rw-r--r-- root/root usr/lib/libarchive.a
-rwxr-xr-x root/root usr/lib/libarchive.la -rwxr-xr-x root/root usr/lib/libarchive.la
lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.4.11 lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.4.13
lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.4.11 lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.4.13
-rwxr-xr-x root/root usr/lib/libarchive.so.2.4.11 -rwxr-xr-x root/root usr/lib/libarchive.so.2.4.13
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/bsdtar.1.gz -rw-r--r-- root/root usr/man/man1/bsdtar.1.gz

View File

@ -1 +1,2 @@
139eb1c7a7a7f45e75c0a7e7f98d6c0d libarchive-2.4.11.tar.gz 47b1032e2fbd4ecd34bd3fea05ee4c14 libarchive-2.4.13.tar.gz
c094540d9e61575be3dbc014738ae93d libarchive.diff

View File

@ -4,13 +4,18 @@
# Depends on: bzip2, zlib # Depends on: bzip2, zlib
name=libarchive name=libarchive
version=2.4.11 version=2.4.13
release=1 release=1
source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz) source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz \
$name.diff)
build() { build() {
cd libarchive-$version cd libarchive-$version
# disable the tests here, so that we don't have to pull in sharutils
# for uudecode.
patch -Np1 -i $SRC/$name.diff
./configure --prefix=/usr --mandir=/usr/man ./configure --prefix=/usr --mandir=/usr/man
make make

View File

@ -0,0 +1,12 @@
diff -aur libarchive-2.4.13.orig/Makefile.in libarchive-2.4.13/Makefile.in
--- libarchive-2.4.13.orig/Makefile.in 2008-02-26 09:09:09.000000000 +0100
+++ libarchive-2.4.13/Makefile.in 2008-02-29 14:31:05.416125182 +0100
@@ -458,7 +458,7 @@
#
lib_LTLIBRARIES = libarchive.la
man_MANS = $(libarchive_man_MANS) $(bsdtar_man_MANS) $(bsdcpio_man_MANS)
-BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h $(libarchive_test_REFFILES) $(bsdcpio_test_REFFILES)
+BUILT_SOURCES = libarchive/test/list.h tar/test/list.h cpio/test/list.h
TESTS_ENVIRONMENT = $(libarchive_TESTS_ENVIRONMENT) $(bsdtar_TESTS_ENVIRONMENT) $(bsdcpio_TESTS_ENVIRONMENT)
# Always build and test both bsdtar and bsdcpio as part of 'distcheck'
DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio