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 08:00:17 UTC 2020

Modified Files:
        pkgsrc/sysutils/collectd: Makefile.common

Log Message:
collectd: change gtar to bsdtar (according to pkgsrc doc)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/sysutils/collectd/Makefile.common:1.22
--- pkgsrc/sysutils/collectd/Makefile.common:1.21       Mon Feb  3 07:57:11 2020
+++ pkgsrc/sysutils/collectd/Makefile.common    Mon Feb  3 08:00:17 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2020/02/03 07:57:11 triaxx Exp $
+# $NetBSD: Makefile.common,v 1.22 2020/02/03 08:00:17 triaxx Exp $
 #
 # used by sysutils/collectd/Makefile
 # used by sysutils/collectd-amqp/Makefile
@@ -21,7 +21,7 @@ DISTNAME=     collectd-5.8.0
 MASTER_SITES=  http://collectd.org/files/
 CATEGORIES=    sysutils
 EXTRACT_SUFX=  .tar.bz2
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
 
 MAINTAINER=    fhajny%NetBSD.org@localhost
 HOMEPAGE=      https://collectd.org/
@@ -29,7 +29,7 @@ LICENSE=      gnu-gpl-v2
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
-USE_TOOLS+=            autoconf automake gtar pkg-config
+USE_TOOLS+=            autoconf automake pkg-config
 USE_LANGUAGES=         c c99 c++
 
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/collectd/distinfo



Home | Main Index | Thread Index | Old Index