pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/collectd collectd: extract using GNU tar
details: https://anonhg.NetBSD.org/pkgsrc/rev/1165357b3302
branches: trunk
changeset: 411006:1165357b3302
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Mon Feb 03 07:57:11 2020 +0000
description:
collectd: extract using GNU tar
pkgsrc changes:
---------------
* Use XXXtar to avoid the following complaint:
tar: File extended headers posix ustar archive. Extracting as plain
files. Following files might be in the wrong directory or have wrong
attributes.
diffstat:
sysutils/collectd/Makefile.common | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b2d27cba64ea -r 1165357b3302 sysutils/collectd/Makefile.common
--- a/sysutils/collectd/Makefile.common Mon Feb 03 07:48:13 2020 +0000
+++ b/sysutils/collectd/Makefile.common Mon Feb 03 07:57:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2020/01/26 17:32:08 rillig Exp $
+# $NetBSD: Makefile.common,v 1.21 2020/02/03 07:57:11 triaxx Exp $
#
# used by sysutils/collectd/Makefile
# used by sysutils/collectd-amqp/Makefile
@@ -21,6 +21,7 @@
MASTER_SITES= http://collectd.org/files/
CATEGORIES= sysutils
EXTRACT_SUFX= .tar.bz2
+EXTRACT_USING= gtar
MAINTAINER= fhajny%NetBSD.org@localhost
HOMEPAGE= https://collectd.org/
@@ -28,7 +29,7 @@
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_TOOLS+= autoconf automake pkg-config
+USE_TOOLS+= autoconf automake gtar pkg-config
USE_LANGUAGES= c c99 c++
DISTINFO_FILE= ${.CURDIR}/../../sysutils/collectd/distinfo
Home |
Main Index |
Thread Index |
Old Index