40 Commits

Author SHA1 Message Date
sthen
4ec3167e9b avoid non-thread-safe umask use; found by semarie, I used a slightly different
diff than upstream used.
2017-12-05 16:50:10 +00:00
sthen
3ca8752b25 update to rrdtool-1.7.0 2017-05-18 13:51:42 +00:00
sthen
a61c822eea Add an rrdtool patch based on one from Soner Tari, newgraph() in rrdcgi was
not allocating enough array members for two pointers (for imginfo and IMG)
causing writes beyond allocated memory in some cases.
2017-03-18 23:06:58 +00:00
jca
6db2c015c3 Fix some time_t warnings, potentially harmful on 32 bits archs.
ok sthen@ (maintainer)
2016-11-29 10:21:59 +00:00
sthen
3530b80a31 update to rrdtool-1.6.0, librrd_th is removed,
the main library is now meant to be thread-safe
2016-04-21 23:46:47 +00:00
sthen
9ba28a8ad7 update to rrdtool-1.5.5 2015-11-23 11:41:02 +00:00
sthen
b4b6d4902a update to rrdtool 1.4.9 2014-10-02 13:27:33 +00:00
sthen
b014caf1aa removing annoying sleep's, no package change 2013-11-06 22:35:20 +00:00
sthen
596c7f24b2 Update to rrdtool 1.4.8. Merge p5-RRD into the main package.
Note that this now uses cairo for graphics generation and pango/fontconfig
for text rendering; if you are using this in a chroot jail (for cgi/php
scripts, etc) you will need to take additional steps to install the relevant
files. A script is provided to copy the relevant libraries and support files;
see /usr/local/share/doc/pkg-readmes/rrdtool-1.4.8 for more details.
2013-11-05 17:49:01 +00:00
sthen
0f513e63f8 set RUBY=${RUBY} in the environment rather than patching configure.
ok jeremy@
2010-10-29 12:45:45 +00:00
jeremy
f3ba7fefc2 Handle changes caused by splitting the ruby port and bump
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00
espie
4ebdd5a50c fix build AND packaging of the ruby bindings 2010-07-03 01:55:24 +00:00
landry
e5e145c7e7 Add a -ruby subpackage providing rrdruby (aka RRD.so ruby module), not the
same interface as ruby-rrdtool.
General mumbling of agreement from msf@ bernd@ sthen@
2010-07-01 15:49:24 +00:00
sthen
6248392f4c update to newest 1.2 release (1.2.30), maintainer doesn't necessarily
agree with staying with 1.2.x but doesn't mind too much either way
and 1.3 adds heavy dependencies.
2009-01-26 21:26:32 +00:00
msf
fe19c489e4 long overdue update to 1.2.23
remove TCL FLAVOUR
split perl bindings into a subpackage
provide python bindings as a subpackage
take maintainer

ok and 64 bit fixes sthen@, ok jasper@
2007-09-12 14:34:36 +00:00
david
c3cda7a2cf fix $OpenBSD$ RCS tags in patch header; no PKGNAME bump needed 2007-04-04 22:59:39 +00:00
fgsch
0b7f165fec fix more breakage due to my recent gd update. sturm@ ok. 2005-10-24 05:11:01 +00:00
fgsch
25d9fbd921 more gd sync. 2005-10-12 05:40:00 +00:00
danh
db7297641b update to rrdtool 1.0.49 2004-10-13 13:43:26 +00:00
sturm
58be4360b5 fix tcl FLAVOR, which was obviously NOT tested before commit 2004-06-22 22:00:03 +00:00
danh
19b0e314b3 update to rrdtool 1.0.48 2004-06-08 20:21:24 +00:00
sturm
af55a47770 rest 2004-02-15 21:02:02 +00:00
sturm
9f7b7fd2eb missing 2004-02-09 17:43:39 +00:00
sturm
13ebaf9fbe next try, cvs doesn't like me 2004-02-09 17:39:09 +00:00
sturm
f9b694d351 update to rrdtool 1.0.46
- use system libpng/libz
- fix 64bit bug preventing usage
- fix sparc/sparc64 crashes (reported by henning@)

ok maintainer danh@
2004-02-09 17:30:05 +00:00
danh
cc3ca3d75c update to rrdtool 1.0.40 2002-12-27 15:26:07 +00:00
danh
bf8c343b5c update to rrdtool 1.0.37 2002-05-17 15:41:30 +00:00
danh
1f68917259 use in tree libtool patches 2001-10-08 16:36:57 +00:00
danh
0711739cff bump NEED_VERSION; sync libtool patches 2001-10-04 18:10:09 +00:00
danh
2887f2c902 - sync libtool patches
- change ${ARCH} to ${MACHINE_ARCH} in PLIST
2001-08-10 19:36:31 +00:00
danh
cc0593def0 no longer use internal zlib 2001-04-06 15:04:13 +00:00
danh
3ea5cdffe3 - update to rrdtool 1.0.33
- use bundled libraries again for now.
2001-03-04 17:06:41 +00:00
danh
8c142652a2 sync libtool patches 2001-02-19 16:10:04 +00:00
brad
6219f93b1a remove the need for a separate copy of libtool. 2000-12-07 17:25:09 +00:00
danh
c393d0f766 update to 1.0.28 2000-11-20 01:12:41 +00:00
danh
b0407f0e4e - upgraded to rrdtool 1.0.25
- added dependencies on devel/libtool, graphics/gd
2000-09-06 19:17:22 +00:00
jakob
13d3b9aa87 - update to v1.0.24
- PLIST-handling fixed
(from maintainer; Dan Harnett <danh@nfol.com>)
2000-06-29 21:12:23 +00:00
camield
ffd20539df TCL flavor now compiles and installs. It needs testing by someone
who actually uses it.
From maintainer.
2000-06-19 09:11:27 +00:00
camield
c99d21a189 - perl modules now install in site_perl
- initial work towards TCL flavor
From maintainer danh@nfol.com
2000-06-15 10:39:42 +00:00
jakob
960438708a rrdtool port; Dan Harnett <danh@nfol.com> 2000-06-14 05:57:49 +00:00