libarchive: updated to 2.5.5.

This commit is contained in:
Tilman Sauerbeck 2008-07-06 00:40:55 +02:00
parent 185a9be3ff
commit 8cf225f5e0
4 changed files with 6 additions and 24 deletions

View File

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

View File

@ -1,2 +1 @@
13a6dd5f21b08713dccdd6489685fe77 libarchive-2.4.17.tar.gz
c094540d9e61575be3dbc014738ae93d libarchive.diff
ff6387de3a3830785b229d1e1f11f523 libarchive-2.5.5.tar.gz

View File

@ -4,18 +4,13 @@
# Depends on: bzip2, zlib
name=libarchive
version=2.4.17
version=2.5.5
release=1
source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz \
$name.diff)
source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz)
build() {
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
make

View File

@ -1,12 +0,0 @@
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