diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-01 16:02:28 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-01 16:02:28 +0000 |
commit | 5e1001eeb3e8c92ec3453e2cee94a870ee99ed86 (patch) | |
tree | 2d4440a865b6507c6089800fceacb58171068eed /net-mgmt/collectd/files/patch-src__disk.c | |
parent | Ignore on the package builders when default version of python is not 3.4+ (diff) |
Remove expired ports:
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
Notes
Notes:
svn path=/head/; revision=400622
Diffstat (limited to 'net-mgmt/collectd/files/patch-src__disk.c')
-rw-r--r-- | net-mgmt/collectd/files/patch-src__disk.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/collectd/files/patch-src__disk.c b/net-mgmt/collectd/files/patch-src__disk.c deleted file mode 100644 index 5f144e50a241..000000000000 --- a/net-mgmt/collectd/files/patch-src__disk.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/disk.c.orig 2013-11-23 22:36:13.757103756 +0000 -+++ ./src/disk.c 2013-11-23 22:36:15.058103844 +0000 -@@ -691,7 +691,8 @@ - - #elif defined(HAVE_LIBSTATGRAB) - sg_disk_io_stats *ds; -- int disks, counter; -+ size_t disks; -+ int counter; - char name[DATA_MAX_NAME_LEN]; - - if ((ds = sg_get_disk_io_stats(&disks)) == NULL) |