pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers Update build rules for bsdtar and libarchive...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af05d68daae8
branches: trunk
changeset: 572109:af05d68daae8
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Feb 20 03:56:14 2010 +0000
description:
Update build rules for bsdtar and libarchive 2.8.0
diffstat:
archivers/bsdtar/Makefile | 11 ++++++-----
archivers/libarchive/Makefile | 11 ++++++-----
archivers/libarchive/PLIST | 4 +++-
3 files changed, 15 insertions(+), 11 deletions(-)
diffs (78 lines):
diff -r 61f12da0df5f -r af05d68daae8 archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Sat Feb 20 03:54:07 2010 +0000
+++ b/archivers/bsdtar/Makefile Sat Feb 20 03:56:14 2010 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.13 2009/07/17 04:47:27 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2010/02/20 03:56:14 joerg Exp $
#
-DISTNAME= bsdtar-2.5.5
+DISTNAME= bsdtar-2.8.0
CATEGORIES= archivers
-MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
+MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= joerg%NetBSD.org@localhost
-HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/
+HOMEPAGE= http://code.google.com/p/libarchive/
COMMENT= Fast multi-format tape archiver
PKG_DESTDIR_SUPPORT= user-destdir
@@ -34,7 +34,8 @@
FILESDIR.libarchive?= ${.CURDIR}/../../archivers/libarchive/files
FILESDIR.zlib?= ${.CURDIR}/../../devel/zlib/files
-CONFIGURE_ARGS+= --enable-bsdtar=static --disable-shared
+CONFIGURE_ARGS+= --enable-bsdtar=static --disable-cpio \
+ --disable-shared --without-xml2 --without-expat
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
diff -r 61f12da0df5f -r af05d68daae8 archivers/libarchive/Makefile
--- a/archivers/libarchive/Makefile Sat Feb 20 03:54:07 2010 +0000
+++ b/archivers/libarchive/Makefile Sat Feb 20 03:56:14 2010 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.29 2009/04/09 00:48:06 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2010/02/20 03:56:14 joerg Exp $
#
-DISTNAME= libarchive-2.5.5
+DISTNAME= libarchive-2.8.0
CATEGORIES= archivers
-MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
+MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= joerg%NetBSD.org@localhost
-HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/
+HOMEPAGE= http://code.google.com/p/libarchive/
COMMENT= Library to read/create different archive formats
PKG_DESTDIR_SUPPORT= user-destdir
@@ -15,7 +15,8 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-CONFIGURE_ARGS+= --disable-bsdtar
+CONFIGURE_ARGS+= --disable-bsdtar --without-expat --without-xml2 \
+ --disable-bsdcpio
do-extract:
${CP} -r ${FILESDIR} ${WRKSRC}
diff -r 61f12da0df5f -r af05d68daae8 archivers/libarchive/PLIST
--- a/archivers/libarchive/PLIST Sat Feb 20 03:54:07 2010 +0000
+++ b/archivers/libarchive/PLIST Sat Feb 20 03:56:14 2010 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.6 2007/11/30 21:32:27 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2010/02/20 03:56:14 joerg Exp $
include/archive.h
include/archive_entry.h
lib/libarchive.la
+lib/pkgconfig/libarchive.pc
man/man3/archive_entry.3
man/man3/archive_read.3
+man/man3/archive_read_disk.3
man/man3/archive_util.3
man/man3/archive_write.3
man/man3/archive_write_disk.3
Home |
Main Index |
Thread Index |
Old Index