diff options
| author | Niclas Zeising <zeising@FreeBSD.org> | 2016-01-27 11:48:09 +0000 |
|---|---|---|
| committer | Niclas Zeising <zeising@FreeBSD.org> | 2016-01-27 11:48:09 +0000 |
| commit | 780a75041fb23996c49a4c7f6c4a85fb68a4fb70 (patch) | |
| tree | 1fdca7026d5f7b5658ecb4e30116244882b0addb /databases/rrdtool/files/patch-src__rrdupdate.c | |
| parent | - Add missing runtime dependency (diff) | |
Update to 1.5.5
Rework the DEJAVU option to actually work. [1]
Before this commit rrdtool
depends on x11-fonts/dejavu if that port is already installed, but not
otherwise, and this sort of implicit dependencies are bad.
Make the DEJAVU option default to on. If cairo and pango are built without
X11 support, please consider disabling this option to avoid pulling in large
parts of X11
Remove the JSON option. This is a third party patch that doesn't apply any
more. Feel free to port it to this version of RRDTool.
Discussed with: marino [1]
PR: 205883 [1]
Submitted by: marino [1]
Diffstat (limited to 'databases/rrdtool/files/patch-src__rrdupdate.c')
| -rw-r--r-- | databases/rrdtool/files/patch-src__rrdupdate.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/rrdtool/files/patch-src__rrdupdate.c b/databases/rrdtool/files/patch-src__rrdupdate.c deleted file mode 100644 index 083dadd43647..000000000000 --- a/databases/rrdtool/files/patch-src__rrdupdate.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/rrdupdate.c.orig 2014-08-12 20:19:23.000000000 -0400 -+++ src/rrdupdate.c 2014-08-12 20:19:50.000000000 -0400 -@@ -15,7 +15,12 @@ - #endif - - #include "rrd.h" --#include "plbasename.h" -+ -+#ifdef HAVE_LIBGEN_H -+# include <libgen.h> -+#else -+# include "plbasename.h" -+#endif - - int main( - int argc, |
