diff options
author | martti <martti> | 2009-05-22 09:27:22 +0000 |
---|---|---|
committer | martti <martti> | 2009-05-22 09:27:22 +0000 |
commit | a3b97426531d82e863c2e5f78ea016eb99bd07ee (patch) | |
tree | be11c4542479372ac8d0c93e2cd3a858c53cf5c3 /databases | |
parent | 1263054d7df215034bea7db93ea74f588723bed8 (diff) | |
download | pkgsrc-a3b97426531d82e863c2e5f78ea016eb99bd07ee.tar.gz |
Updated databases/rrdtool to 1.3.8
- python bindings memory handling fix by Anders Hammarquist
(deb bug #529291)
- fix getopt_long integration on Solaris. Depending on the phase of
the moon this bug had caused rrdtool to crash reliably as soon as
it read its arguments. Especially when used in language bindings.
Thanks to Ihsan Dogan for helping with the debugging.
- rrd_restore used casting a bit to liberally this caused it to fail
horribly on 64bit platforms. Patch based in input provided by
poster of rrd bug #218.
- make ruby bindings compile with newer ruby versions. #217 patch
provided by rrd trac user
- Generate an error message when using RRDp with graph - this can
not work reliably. (Debian Bug#251701) patch by Sebastian Harl
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rrdtool/Makefile | 4 | ||||
-rw-r--r-- | databases/rrdtool/distinfo | 10 | ||||
-rw-r--r-- | databases/rrdtool/patches/patch-al | 12 |
3 files changed, 13 insertions, 13 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index 20841c491b5..4d0c3eede7e 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.77 2009/04/08 18:41:25 martti Exp $ +# $NetBSD: Makefile,v 1.78 2009/05/22 09:27:22 martti Exp $ -DISTNAME= rrdtool-1.3.7 +DISTNAME= rrdtool-1.3.8 CATEGORIES= databases graphics net MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index 9e786ea21db..b4a48c57e33 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.37 2009/04/08 18:41:25 martti Exp $ +$NetBSD: distinfo,v 1.38 2009/05/22 09:27:22 martti Exp $ -SHA1 (rrdtool-1.3.7.tar.gz) = 802fc03107c5b600548beef0ee6ad6cf153fc1f1 -RMD160 (rrdtool-1.3.7.tar.gz) = ffa30cd01f77f8cbb674c7c22994f34e18f0a8f2 -Size (rrdtool-1.3.7.tar.gz) = 1084709 bytes -SHA1 (patch-al) = 6c01b709fd8ca1b2f7968e721a8684864ae1db42 +SHA1 (rrdtool-1.3.8.tar.gz) = 1fe71706442ddd78ec8cdbaadd8ce16bb1326b05 +RMD160 (rrdtool-1.3.8.tar.gz) = e05cada9d1df11ed474536c1f6e11d7cc4c08077 +Size (rrdtool-1.3.8.tar.gz) = 1021427 bytes +SHA1 (patch-al) = 71b6d5cfc153cb648b75c9f0726c5613cbc11569 diff --git a/databases/rrdtool/patches/patch-al b/databases/rrdtool/patches/patch-al index ac3073d6005..706bcce257c 100644 --- a/databases/rrdtool/patches/patch-al +++ b/databases/rrdtool/patches/patch-al @@ -1,12 +1,12 @@ -$NetBSD: patch-al,v 1.14 2008/09/10 05:38:12 martti Exp $ +$NetBSD: patch-al,v 1.15 2009/05/22 09:27:22 martti Exp $ Correct examples directory. ---- examples/Makefile.in.orig 2008-09-06 17:26:10.000000000 +0300 -+++ examples/Makefile.in 2008-09-07 08:37:18.000000000 +0300 -@@ -284,7 +284,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ +--- examples/Makefile.in.orig 2009-05-19 16:45:20.000000000 +0300 ++++ examples/Makefile.in 2009-05-22 12:22:34.000000000 +0300 +@@ -251,7 +251,7 @@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ EXTRA_DIST = cgi-demo.cgi.in -examplesdir = $(pkgdatadir)/examples +examplesdir = $(prefix)/share/examples/rrdtool |