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.
This commit is contained in:
triaxx 2020-02-03 07:57:11 +00:00
parent 14b2a94cd8
commit d795e2a94e

View file

@ -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
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