summaryrefslogtreecommitdiffstats
path: root/base/libarchive
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-25 00:02:07 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-25 00:02:07 +0100
commit35def1d4aabd7a31d7db557a266f0b817fb58de5 (patch)
treeb3502d6694aa955aeee04e8d583db47d22921cca /base/libarchive
parent217e671f51b4a2d5de475d44d2e6fd01100b5312 (diff)
downloadnutyx-extra-35def1d4aabd7a31d7db557a266f0b817fb58de5.tar.gz
nutyx-extra-35def1d4aabd7a31d7db557a266f0b817fb58de5.tar.bz2
nutyx-extra-35def1d4aabd7a31d7db557a266f0b817fb58de5.tar.xz
nutyx-extra-35def1d4aabd7a31d7db557a266f0b817fb58de5.zip
Maj libarchive#2.7.1-1
Diffstat (limited to 'base/libarchive')
-rw-r--r--base/libarchive/.footprint9
-rw-r--r--base/libarchive/.md5sum2
-rwxr-xr-xbase/libarchive/Pkgfile8
3 files changed, 11 insertions, 8 deletions
diff --git a/base/libarchive/.footprint b/base/libarchive/.footprint
index 25d292fa1..fb4590119 100644
--- a/base/libarchive/.footprint
+++ b/base/libarchive/.footprint
@@ -1,5 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/bsdcpio
-rwxr-xr-x root/root usr/bin/bsdtar
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/archive.h
@@ -7,16 +8,18 @@ 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.6.2
-lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.6.2
--rwxr-xr-x root/root usr/lib/libarchive.so.2.6.2
+lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.7.1
+lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.7.1
+-rwxr-xr-x root/root usr/lib/libarchive.so.2.7.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/bsdcpio.1.gz
-rw-r--r-- root/root usr/share/man/man1/bsdtar.1.gz
drwxr-xr-x root/root usr/share/man/man3/
-rw-r--r-- root/root usr/share/man/man3/archive_entry.3.gz
-rw-r--r-- root/root usr/share/man/man3/archive_read.3.gz
+-rw-r--r-- root/root usr/share/man/man3/archive_read_disk.3.gz
-rw-r--r-- root/root usr/share/man/man3/archive_util.3.gz
-rw-r--r-- root/root usr/share/man/man3/archive_write.3.gz
-rw-r--r-- root/root usr/share/man/man3/archive_write_disk.3.gz
diff --git a/base/libarchive/.md5sum b/base/libarchive/.md5sum
index 010174cac..1b581401f 100644
--- a/base/libarchive/.md5sum
+++ b/base/libarchive/.md5sum
@@ -1 +1 @@
-e31fcacd3f2b996988c0852a5edfc680 libarchive-2.6.2.tar.gz
+f43382413b4457d0e192771b100a66e7 libarchive-2.7.1.tar.gz
diff --git a/base/libarchive/Pkgfile b/base/libarchive/Pkgfile
index 5a50d17f6..ee606a66e 100755
--- a/base/libarchive/Pkgfile
+++ b/base/libarchive/Pkgfile
@@ -2,12 +2,11 @@
# URL: http://people.freebsd.org/~kientzle/libarchive
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: aaabasicfs
name=libarchive
-version=2.6.2
+version=2.7.1
release=1
-source=( http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz)
+source=( http://$name.googlecode.com/files/$name-$version.tar.gz)
@@ -15,7 +14,8 @@ build() {
cd $name-$version
./configure --prefix=/usr\
--mandir=/usr/share/man\
- --infodir=/usr/share/info
+ --infodir=/usr/share/info \
+ --disable-xattr --without-lzmadec
make
make DESTDIR=$PKG install
}