pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update libarchive and bsdtar to 2.5.5.
details: https://anonhg.NetBSD.org/pkgsrc/rev/87503e0797e0
branches: trunk
changeset: 544425:87503e0797e0
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jul 14 14:56:50 2008 +0000
description:
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:
archivers/bsdtar/Makefile | 6 ++----
archivers/libarchive/Makefile | 6 ++----
archivers/libarchive/hacks.mk | 8 --------
pkgtools/pkg_install/Makefile | 4 +---
4 files changed, 5 insertions(+), 19 deletions(-)
diffs (70 lines):
diff -r 250c5f1d7078 -r 87503e0797e0 archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Mon Jul 14 14:54:31 2008 +0000
+++ b/archivers/bsdtar/Makefile Mon Jul 14 14:56:50 2008 +0000
@@ -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 @@
${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 -r 250c5f1d7078 -r 87503e0797e0 archivers/libarchive/Makefile
--- a/archivers/libarchive/Makefile Mon Jul 14 14:54:31 2008 +0000
+++ b/archivers/libarchive/Makefile Mon Jul 14 14:56:50 2008 +0000
@@ -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 @@
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 -r 250c5f1d7078 -r 87503e0797e0 archivers/libarchive/hacks.mk
--- a/archivers/libarchive/hacks.mk Mon Jul 14 14:54:31 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
diff -r 250c5f1d7078 -r 87503e0797e0 pkgtools/pkg_install/Makefile
--- a/pkgtools/pkg_install/Makefile Mon Jul 14 14:54:31 2008 +0000
+++ b/pkgtools/pkg_install/Makefile Mon Jul 14 14:56:50 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2008/07/13 14:25:05 joerg Exp $
+# $NetBSD: Makefile,v 1.158 2008/07/14 14:56:50 joerg Exp $
# Notes to package maintainers:
#
@@ -175,6 +175,4 @@
${MAKE} ${UPDATE_TARGET}
${MAKE} clean
-.include "../../archivers/libarchive/hacks.mk"
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index