update to 2.7.0
This commit is contained in:
parent
0e559ff0c3
commit
1fb40b7366
@ -1,10 +1,10 @@
|
|||||||
# $OpenBSD: Makefile,v 1.9 2009/03/08 21:50:34 naddy Exp $
|
# $OpenBSD: Makefile,v 1.10 2009/04/18 18:22:49 naddy Exp $
|
||||||
|
|
||||||
COMMENT= library for reading and writing streaming archives
|
COMMENT= library for reading and writing streaming archives
|
||||||
|
|
||||||
V= 2.6.2
|
V= 2.7.0
|
||||||
DISTNAME= libarchive-$V
|
DISTNAME= libarchive-$V
|
||||||
SHARED_LIBS += archive 3.0 # .8.0
|
SHARED_LIBS += archive 4.0 # .9.0
|
||||||
CATEGORIES= archivers
|
CATEGORIES= archivers
|
||||||
HOMEPAGE= http://code.google.com/p/libarchive/
|
HOMEPAGE= http://code.google.com/p/libarchive/
|
||||||
|
|
||||||
@ -21,17 +21,17 @@ MASTER_SITES0= http://shell.uugrn.org/~naddy/
|
|||||||
DISTFILES= libarchive-$V.tar.gz \
|
DISTFILES= libarchive-$V.tar.gz \
|
||||||
libarchive-catpages-$V.tar.gz:0
|
libarchive-catpages-$V.tar.gz:0
|
||||||
|
|
||||||
WANTLIB= c z
|
WANTLIB= c crypto z
|
||||||
LIB_DEPENDS= bz2.>=10::archivers/bzip2 \
|
LIB_DEPENDS= bz2.>=10::archivers/bzip2 \
|
||||||
lzmadec.>=0::archivers/lzma
|
lzmadec.>=0::archivers/lzma
|
||||||
|
|
||||||
USE_LIBTOOL= Yes
|
USE_LIBTOOL= Yes
|
||||||
CONFIGURE_STYLE=gnu
|
CONFIGURE_STYLE=gnu
|
||||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||||
--enable-bsdcpio
|
--without-lzma # xz, liblzma
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config.aux
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build/autoconf
|
||||||
|
|
||||||
# Our groff is too old. We need to format the man pages on a
|
# Our groff is too old. We need to format the man pages on a
|
||||||
# FreeBSD system.
|
# FreeBSD system.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
MD5 (libarchive-2.6.2.tar.gz) = 4x/KzT8rmWmIwIUqXt/GgA==
|
MD5 (libarchive-2.7.0.tar.gz) = ohA8ozQDdWKtMn6zrtVIaQ==
|
||||||
MD5 (libarchive-catpages-2.6.2.tar.gz) = eT+UBzSW0HByuK+hNdJFag==
|
MD5 (libarchive-catpages-2.7.0.tar.gz) = KZDL/o/VTQpzafXIBk/NaA==
|
||||||
RMD160 (libarchive-2.6.2.tar.gz) = oy6kVjKycEsTzwTsX/ukQljIX6Q=
|
RMD160 (libarchive-2.7.0.tar.gz) = mX8oCcuR64RwdxTLWPSEDe4KnqA=
|
||||||
RMD160 (libarchive-catpages-2.6.2.tar.gz) = rj33QD7g0jhmBkQPz0j1APBm6T4=
|
RMD160 (libarchive-catpages-2.7.0.tar.gz) = 3CHvQgofaLHFNW8vLjZ4n2i9kL8=
|
||||||
SHA1 (libarchive-2.6.2.tar.gz) = Vr6WAYd/RnNpzHeS8TGfAnG+zRw=
|
SHA1 (libarchive-2.7.0.tar.gz) = YlNHdmeXkphzqOMYGaFMQFvLInU=
|
||||||
SHA1 (libarchive-catpages-2.6.2.tar.gz) = QThTTFX3Q8Mw61ghHmimGNDwduY=
|
SHA1 (libarchive-catpages-2.7.0.tar.gz) = bCKugNUbPnwpZTiRPu5WE+Plsh0=
|
||||||
SHA256 (libarchive-2.6.2.tar.gz) = SMJ8DOEuE2Pm992H7lz2WqrW67qlAnkemqVI0VI+u7E=
|
SHA256 (libarchive-2.7.0.tar.gz) = riH/yBYCQQAey8evB1H/Zc/Fzv+uihuc9oIjKPTAR04=
|
||||||
SHA256 (libarchive-catpages-2.6.2.tar.gz) = 0BsGfIEBwXOks/iTfkVi9tlBckjGmt2HjFc1df6HrE4=
|
SHA256 (libarchive-catpages-2.7.0.tar.gz) = ko5frOIlbArW22X5Wl7uKya/r9lPfd4KCvpJ1NjxAog=
|
||||||
SIZE (libarchive-2.6.2.tar.gz) = 948569
|
SIZE (libarchive-2.7.0.tar.gz) = 1243793
|
||||||
SIZE (libarchive-catpages-2.6.2.tar.gz) = 52329
|
SIZE (libarchive-catpages-2.7.0.tar.gz) = 57705
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-tar_bsdtar_1,v 1.4 2009/01/01 16:46:25 naddy Exp $
|
$OpenBSD: patch-tar_bsdtar_1,v 1.5 2009/04/18 18:22:49 naddy Exp $
|
||||||
--- tar/bsdtar.1.orig Sun Dec 28 21:08:12 2008
|
--- tar/bsdtar.1.orig Wed Apr 8 09:09:13 2009
|
||||||
+++ tar/bsdtar.1 Tue Dec 30 23:23:57 2008
|
+++ tar/bsdtar.1 Sat Apr 18 15:28:07 2009
|
||||||
@@ -28,7 +28,7 @@
|
@@ -28,7 +28,7 @@
|
||||||
.Dt BSDTAR 1
|
.Dt BSDTAR 1
|
||||||
.Os
|
.Os
|
||||||
@ -22,7 +22,7 @@ $OpenBSD: patch-tar_bsdtar_1,v 1.4 2009/01/01 16:46:25 naddy Exp $
|
|||||||
.It Fl H
|
.It Fl H
|
||||||
(c and r mode only)
|
(c and r mode only)
|
||||||
Symbolic links named on the command line will be followed; the
|
Symbolic links named on the command line will be followed; the
|
||||||
@@ -475,7 +475,7 @@ for more information.
|
@@ -533,7 +533,7 @@ for more information.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width ".Ev BLOCKSIZE"
|
.Bl -tag -width ".Ev BLOCKSIZE"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.4 2008/07/05 20:38:09 naddy Exp $
|
@comment $OpenBSD: PLIST,v 1.5 2009/04/18 18:22:49 naddy Exp $
|
||||||
%%SHARED%%
|
%%SHARED%%
|
||||||
@bin bin/bsdcpio
|
@bin bin/bsdcpio
|
||||||
@bin bin/bsdtar
|
@bin bin/bsdtar
|
||||||
@ -10,6 +10,7 @@ lib/libarchive.la
|
|||||||
@man man/cat1/bsdtar.0
|
@man man/cat1/bsdtar.0
|
||||||
@man man/cat3/archive_entry.0
|
@man man/cat3/archive_entry.0
|
||||||
@man man/cat3/archive_read.0
|
@man man/cat3/archive_read.0
|
||||||
|
@man man/cat3/archive_read_disk.0
|
||||||
@man man/cat3/archive_util.0
|
@man man/cat3/archive_util.0
|
||||||
@man man/cat3/archive_write.0
|
@man man/cat3/archive_write.0
|
||||||
@man man/cat3/archive_write_disk.0
|
@man man/cat3/archive_write_disk.0
|
||||||
@ -23,6 +24,7 @@ lib/libarchive.la
|
|||||||
@comment @man man/man1/bsdtar.1
|
@comment @man man/man1/bsdtar.1
|
||||||
@comment @man man/man3/archive_entry.3
|
@comment @man man/man3/archive_entry.3
|
||||||
@comment @man man/man3/archive_read.3
|
@comment @man man/man3/archive_read.3
|
||||||
|
@comment @man man/man3/archive_read_disk.3
|
||||||
@comment @man man/man3/archive_util.3
|
@comment @man man/man3/archive_util.3
|
||||||
@comment @man man/man3/archive_write.3
|
@comment @man man/man3/archive_write.3
|
||||||
@comment @man man/man3/archive_write_disk.3
|
@comment @man man/man3/archive_write_disk.3
|
||||||
|
Loading…
Reference in New Issue
Block a user