summaryrefslogtreecommitdiff
path: root/databases/rrdtool12/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-02Updated databases/rrdtool12 to 1.2.29martti1-2/+2
Features: - a second axis can now be displayed in rrd_graph. look for documentation on second-axis. feature was sponsored by VoltWerk. Bugfixes: - rrd_fetch: is more careful when seeking. it should not try to seek outside the file anymore. - rrd_graph: CDEF:x= raises an error now and does not segfault - rrd_graph: --font TITLE:12: problem fixed (affecting cacti) - rrd_graph: make VDEF work with SHIFT (bug #177) - rrd_xport: make it work when exporting datasources without uniform step size. - rrd_tool: rely on function return values and not on errno. (bug #176)
2008-07-28Imported the old rrdtool 1.2.x due to many private requests. This hasmartti1-0/+23
less dependencies...