summaryrefslogtreecommitdiff
path: root/databases/rrdtool
AgeCommit message (Collapse)AuthorFilesLines
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-25Fixed library interdependencies problem.wulf2-4/+4
2001-09-24Updated rrdtool to 1.0.33wulf19-235/+107
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".fredb3-7/+9
Closes PR pkg/12686.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-26/+24
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo
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.wiz2-2/+2
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-15add include/rrd.hwiz1-1/+2
2000-12-15Fix patch (Makefiles don't like leading whitespace)wiz2-9/+9
2000-12-05Update to rrdtool-1.0.28 that since has seen several bugfixeswulf1-2/+2
2000-12-05Update to rrdtool-1.0.28 that since has seen several bugfixeswulf19-153/+151
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-15/+10
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-30Remove some dirs from this list that are handled somewhere else (perl)hubertf1-4/+1
2000-06-27Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOLhubertf7-91/+163
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-07Oops, corrected placement of gd.h declarationwulf2-12/+13
2000-05-07Fixed build problem and updated rrdtool to version 1.0.21wulf19-113/+203
2000-04-05replaced hardcoded operating systems names with ${LOWER_OPSYS} variablewulf1-7/+7
2000-04-05replaced hardcoded architecture names with ${MACHINE_ARCH} variablewulf1-7/+7
2000-02-25Add missing NetBSD tag to the patch file.dmcmahill2-2/+4
Regen (out of date) patch-sum
2000-02-22Convert "/usr/pkg" -> "${PREFIX}".cjones1-25/+23
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
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:wennmach20-0/+631
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.