summaryrefslogtreecommitdiff
path: root/archivers/bsdtar
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-14 14:56:50 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-14 14:56:50 +0000
commitd3aa0665ff22c3a340c64b89bc989b87f28129d8 (patch)
tree275c9838c01d4cc38f99a44cf8591fc119844e12 /archivers/bsdtar
parent2726e3110de7f42aedadc4a448f588218c5c9aa1 (diff)
downloadpkgsrc-d3aa0665ff22c3a340c64b89bc989b87f28129d8.tar.gz
Update libarchive and bsdtar to 2.5.5.
This further polishes bsdcpio and brings in a number of portability fixes. Revert temporary hack to not use vfork on IRIX.
Diffstat (limited to 'archivers/bsdtar')
-rw-r--r--archivers/bsdtar/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile
index 2616db3feab..3cbafccea5c 100644
--- a/archivers/bsdtar/Makefile
+++ b/archivers/bsdtar/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/07/13 14:25:04 joerg Exp $
+# $NetBSD: Makefile,v 1.10 2008/07/14 14:56:50 joerg Exp $
#
-DISTNAME= bsdtar-2.5.4b
+DISTNAME= bsdtar-2.5.5
CATEGORIES= archivers
MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/
DISTFILES= # empty
@@ -61,6 +61,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bsdtar ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tar/bsdtar.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.include "../../archivers/libarchive/hacks.mk"
-
.include "../../mk/bsd.pkg.mk"