diff options
author | martti <martti@pkgsrc.org> | 2008-10-07 07:23:35 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2008-10-07 07:23:35 +0000 |
commit | 31c04538e3ccae34e5604321ba722bc004df1f8d (patch) | |
tree | 3065f9631cb1b5292ece5ef68f3fa1aac7ff510a /databases/rrdtool/PLIST | |
parent | 725b9074a368b977a08ffbd3a7654c5498c7fc16 (diff) | |
download | pkgsrc-31c04538e3ccae34e5604321ba722bc004df1f8d.tar.gz |
Updated databases/rrdtool to 1.3.4
* detect short/truncated files on open (rrdtool used to crash later
on some platforms)
* stop rrd_resize from altering the original file (mmap side
effect)
* fix VDEF and SHIFT use. Now it returns correct data and does
not crash anymore.
* fix rrd_xport when used on datasources with different
resolutions. This has been broken from day 1 of this tools
exsitance.
* fixed default prefix for ruby install
* added rpath for perl bindings on bsd
* do not [fm]advise past the end of the file since this
causes crashes on sparc.
Diffstat (limited to 'databases/rrdtool/PLIST')
-rw-r--r-- | databases/rrdtool/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/rrdtool/PLIST b/databases/rrdtool/PLIST index 511e0651a10..643c1282218 100644 --- a/databases/rrdtool/PLIST +++ b/databases/rrdtool/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2008/06/23 16:24:30 he Exp $ +@comment $NetBSD: PLIST,v 1.11 2008/10/07 07:23:35 martti Exp $ bin/rrdcgi bin/rrdtool bin/rrdupdate @@ -6,6 +6,7 @@ include/rrd.h include/rrd_format.h lib/librrd.la lib/librrd_th.la +lib/pkgconfig/librrd.pc man/man1/bin_dec_hex.1 man/man1/cdeftutorial.1 man/man1/rpntutorial.1 |