pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/collectd-curl



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 23 11:10:28 UTC 2020

Modified Files:
        pkgsrc/sysutils/collectd-curl: Makefile

Log Message:
sysutils/collectd-curl: remove unkown configure option


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/collectd-curl/Makefile

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-curl/Makefile
diff -u pkgsrc/sysutils/collectd-curl/Makefile:1.24 pkgsrc/sysutils/collectd-curl/Makefile:1.25
--- pkgsrc/sysutils/collectd-curl/Makefile:1.24 Fri May 22 10:56:39 2020
+++ pkgsrc/sysutils/collectd-curl/Makefile      Sat May 23 11:10:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/05/22 10:56:39 adam Exp $
+# $NetBSD: Makefile,v 1.25 2020/05/23 11:10:28 rillig Exp $
 
 COLLECTD_PACKAGE=      curl
 COLLECTD_PLUGINS=      curl curl_json curl_xml apache bind nginx write_http
@@ -10,7 +10,6 @@ PKGREVISION=          14
 
 CONFIGURE_ARGS+=       --with-libcurl=${BUILDLINK_PREFIX.curl}
 CONFIGURE_ARGS+=       --with-libyajl=${BUILDLINK_PREFIX.yajl}
-CONFIGURE_ARGS+=       --with-libxml2=${BUILDLINK_PREFIX.libxml2}
 
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index