freebsd-ports/net-mgmt/collectd5
Dmitry Sivachenko b76dc6b28c Fix build with clang (on FreeBSD-10) with curl plugin enabled:
curl_xml.c:617:37: error: variable 'url' is uninitialized when used here
      [-Werror,-Wuninitialized]
           status, db->curl_errbuf, url);
                                    ^~~
./plugin.h:342:47: note: expanded from macro 'ERROR'
#define ERROR(...)   plugin_log (LOG_ERR,     __VA_ARGS__)
                                              ^
curl_xml.c:610:12: note: initialize the variable 'url' to silence this warning
  char *url;
           ^
            = NULL
1 error generated.
2014-01-02 20:28:45 +00:00
..
files Fix build with clang (on FreeBSD-10) with curl plugin enabled: 2014-01-02 20:28:45 +00:00
distinfo - Update net-mgmt/collectd5 to 5.4.0 (by me) 2013-09-13 01:32:38 +00:00
Makefile - update to 1.2.0 and bump shared libraries in respective ports 2013-12-17 23:54:04 +00:00
pkg-descr
pkg-plist Fix PLIST when PYTHON option is enabled (broken since rev. 318238). 2014-01-02 19:55:41 +00:00