pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/collectd
Module Name: pkgsrc
Committed By: triaxx
Date: Mon Feb 3 07:57:11 UTC 2020
Modified Files:
pkgsrc/sysutils/collectd: Makefile.common
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/collectd/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/collectd/Makefile.common
diff -u pkgsrc/sysutils/collectd/Makefile.common:1.20 pkgsrc/sysutils/collectd/Makefile.common:1.21
--- pkgsrc/sysutils/collectd/Makefile.common:1.20 Sun Jan 26 17:32:08 2020
+++ pkgsrc/sysutils/collectd/Makefile.common Mon Feb 3 07:57:11 2020
@@ -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 @@ DISTNAME= collectd-5.8.0
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 @@ LICENSE= gnu-gpl-v2
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