From b0053412927933a2935698a496a20ef8a9ae2fe7 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 14 Jul 2008 14:56:50 +0000 Subject: 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. --- archivers/bsdtar/Makefile | 6 ++---- archivers/libarchive/Makefile | 6 ++---- archivers/libarchive/hacks.mk | 8 -------- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 archivers/libarchive/hacks.mk (limited to 'archivers') 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" diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 5b505a371df..0b63664b142 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2008/07/13 14:25:04 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2008/07/14 14:56:50 joerg Exp $ # -DISTNAME= libarchive-2.5.4b +DISTNAME= libarchive-2.5.5 CATEGORIES= archivers MASTER_SITES= http://people.freebsd.org/~kientzle/libarchive/src/ DISTFILES= # empty @@ -22,8 +22,6 @@ CONFIGURE_ARGS+= --disable-bsdtar do-extract: ${CP} -r ${FILESDIR} ${WRKSRC} -.include "../../archivers/libarchive/hacks.mk" - .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/libarchive/hacks.mk b/archivers/libarchive/hacks.mk deleted file mode 100644 index 6eb1d36db41..00000000000 --- a/archivers/libarchive/hacks.mk +++ /dev/null @@ -1,8 +0,0 @@ -# $NetBSD: hacks.mk,v 1.1 2008/07/13 14:25:04 joerg Exp $ - -.include "../../mk/bsd.prefs.mk" - -.if !empty(OPSYS:MIRIX*) -CPPFLAGS+= -Dvfork=fork -CONFIGURE_ENV+= ac_cv_func_vfork=yes -.endif -- cgit v1.2.3