summaryrefslogtreecommitdiff
path: root/archivers/bsdtar
diff options
context:
space:
mode:
authorjoerg <joerg>2008-07-14 14:56:50 +0000
committerjoerg <joerg>2008-07-14 14:56:50 +0000
commitb0053412927933a2935698a496a20ef8a9ae2fe7 (patch)
tree275c9838c01d4cc38f99a44cf8591fc119844e12 /archivers/bsdtar
parent95c87eb40a9639466316e866391f46f619bbae97 (diff)
downloadpkgsrc-b0053412927933a2935698a496a20ef8a9ae2fe7.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"