update to 3.0.3

This commit is contained in:
naddy 2012-04-01 10:50:47 +00:00
parent 4657ed2de1
commit 4bf918340f
5 changed files with 42 additions and 39 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.20 2011/09/16 15:06:19 naddy Exp $
# $OpenBSD: Makefile,v 1.21 2012/04/01 10:50:47 naddy Exp $
COMMENT= library for reading and writing streaming archives
COMMENT= multi-format archive and compression library
DISTNAME= libarchive-2.8.5
SHARED_LIBS= archive 6.0 # .10.3
DISTNAME= libarchive-3.0.3
SHARED_LIBS= archive 7.0 # .12.3
CATEGORIES= archivers
HOMEPAGE= http://code.google.com/p/libarchive/
HOMEPAGE= http://libarchive.github.com/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
@ -15,9 +15,10 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://libarchive.googlecode.com/files/
MASTER_SITES= https://github.com/downloads/libarchive/libarchive/
WANTLIB= c expat z bz2 lzma
MODULES= converters/libiconv
WANTLIB= bz2 c expat lzma z
LIB_DEPENDS= archivers/bzip2 \
archivers/xz
@ -25,6 +26,7 @@ USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--without-lzmadec # old LZMA utils
CONFIGURE_ARGS+=--without-nettle # prefer OpenSSL
CONFIGURE_ARGS+=--without-xml2 # expat suffices
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,5 +1,5 @@
MD5 (libarchive-2.8.5.tar.gz) = nK9R3PYhPpyfWhwnRIuckA==
RMD160 (libarchive-2.8.5.tar.gz) = tLdaXPWxUxLf+K3d5E2RFhrRp6Q=
SHA1 (libarchive-2.8.5.tar.gz) = 5Io7UN6EsddH9a+cpbqQ6206Sng=
SHA256 (libarchive-2.8.5.tar.gz) = E5k+D/vRIczaRuoiax+OrCGN4PqNp9ix+ZgJPVwypy0=
SIZE (libarchive-2.8.5.tar.gz) = 1410485
MD5 (libarchive-3.0.3.tar.gz) = ykCQ8AmUMqmsWotmGNw4kg==
RMD160 (libarchive-3.0.3.tar.gz) = i/3nvjqhUiHDJ2QbBGPwtAp5fhk=
SHA1 (libarchive-3.0.3.tar.gz) = t3TiZ15cGrr71NZnQC6MPnIxOUQ=
SHA256 (libarchive-3.0.3.tar.gz) = xfx2IPdKVLFxfkrtOK7oXcJ6mIrR23ZA8o62OoLqYtc=
SIZE (libarchive-3.0.3.tar.gz) = 3509104

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-cpio_bsdcpio_1,v 1.1 2007/11/26 18:38:03 naddy Exp $
--- cpio/bsdcpio.1.orig Fri Nov 23 17:43:01 2007
+++ cpio/bsdcpio.1 Fri Nov 23 17:43:21 2007
$OpenBSD: patch-cpio_bsdcpio_1,v 1.2 2012/04/01 10:50:47 naddy Exp $
--- cpio/bsdcpio.1.orig Tue Jan 10 07:41:09 2012
+++ cpio/bsdcpio.1 Sat Mar 31 21:50:15 2012
@@ -28,7 +28,7 @@
.Dt BSDCPIO 1
.Dt CPIO 1
.Os
.Sh NAME
-.Nm cpio

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-tar_bsdtar_1,v 1.7 2010/09/13 17:10:31 naddy Exp $
--- tar/bsdtar.1.orig Fri Apr 23 22:34:09 2010
+++ tar/bsdtar.1 Mon Sep 13 18:04:52 2010
$OpenBSD: patch-tar_bsdtar_1,v 1.8 2012/04/01 10:50:47 naddy Exp $
--- tar/bsdtar.1.orig Sat Mar 31 21:50:32 2012
+++ tar/bsdtar.1 Sat Mar 31 21:51:27 2012
@@ -28,7 +28,7 @@
.Dt BSDTAR 1
.Dt TAR 1
.Os
.Sh NAME
-.Nm tar
@ -10,24 +10,17 @@ $OpenBSD: patch-tar_bsdtar_1,v 1.7 2010/09/13 17:10:31 naddy Exp $
.Nd manipulate tape archives
.Sh SYNOPSIS
.Nm
@@ -179,9 +179,9 @@ The filename can be
@@ -194,11 +194,8 @@ The filename can be
for standard input or standard output.
If not specified, the default tape device will be used.
(On
The default varies by system;
on
-.Fx ,
-the default is
-.Pa /dev/sa0 ;
-on Linux, the default is
-.Pa /dev/st0 .
+.Ox ,
the default tape device is
-.Pa /dev/sa0 . )
+.Pa /dev/rst0 . )
.It Fl H
(c and r mode only)
Symbolic links named on the command line will be followed; the
@@ -558,7 +558,7 @@ for more information.
.El
.Sh FILES
.Bl -tag -width ".Ev BLOCKSIZE"
-.It Pa /dev/sa0
+.It Pa /dev/rst0
The default tape device, if not overridden by the
.Ev TAPE
environment variable or the
+.Pa /dev/rst0 .
.It Fl Fl gid Ar id
Use the provided group id number.
On extract, this overrides the group id in the archive;

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2010/10/30 17:27:04 naddy Exp $
@comment $OpenBSD: PLIST,v 1.8 2012/04/01 10:50:47 naddy Exp $
%%SHARED%%
@bin bin/bsdcpio
@bin bin/bsdtar
@ -11,11 +11,19 @@ lib/pkgconfig/libarchive.pc
@man man/man1/bsdcpio.1
@man man/man1/bsdtar.1
@man man/man3/archive_entry.3
@man man/man3/archive_entry_acl.3
@man man/man3/archive_entry_linkify.3
@man man/man3/archive_entry_paths.3
@man man/man3/archive_entry_perms.3
@man man/man3/archive_entry_stat.3
@man man/man3/archive_entry_time.3
@man man/man3/archive_read.3
@man man/man3/archive_read_disk.3
@man man/man3/archive_read_set_options.3
@man man/man3/archive_util.3
@man man/man3/archive_write.3
@man man/man3/archive_write_disk.3
@man man/man3/archive_write_set_options.3
@man man/man3/libarchive.3
@man man/man3/libarchive_internals.3
@man man/man5/cpio.5