summaryrefslogtreecommitdiff
path: root/databases/rrdtool/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2001-09-24Updated rrdtool to 1.0.33wulf1-2/+2
Several bugfixes since 1.0.28 Fixed libgd interdependency problems that caused execution of perl scripts to fail.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-06Provide the missing libraries required to dynamically link in "-lgd".fredb1-1/+3
Closes PR pkg/12686.
2001-02-23NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it.wiz1-1/+4
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-12-05Update to rrdtool-1.0.28 that since has seen several bugfixeswulf1-2/+2
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam1-6/+9
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-06-27Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOLhubertf1-2/+2
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-07Fixed build problem and updated rrdtool to version 1.0.21wulf1-3/+19
1999-11-18USE_PERL5 rather than DEPENDS+= perl-5xxxwennmach1-2/+2
Pointed out by Hubert Feyrer.
1999-11-17Initial import of rrdtool-1.0.7:wennmach1-0/+25
A data analysis tool generating graphical representations. (Round Robin Database Tools) Provided in PR 8716 by Berndt Josef Wulf <wulf@dingo.ping.net.au>. Heavily reworked by Berndt with some modifications by myself.