Commit graph

31 commits

Author SHA1 Message Date
skrll
6e0f1b27b1 Make a shared libcgi as rrdtool wants to link it into a DSO.
Rearrange several bits of the rrdtool build mechanism so that we're not
cheating quite as much. The end result is that rrdtool now compiles on
both ELF and a.out.

Closes pkg/14606 from Tim Preston <tim at flibble dot org>
2002-08-10 13:59:33 +00:00
wiz
90bba6c1d1 Use LTCONFIG_OVERRIDE. 2002-07-31 17:04:07 +00:00
dmcmahill
921df3b1a1 enable on more recent versions of netbsd-alpha that have FPC code 2002-06-15 18:35:13 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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".]
2002-03-13 17:36:35 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
wulf
7d240c9df5 Fixed library interdependencies problem. 2001-09-25 12:18:02 +00:00
wulf
e8947ce88e Updated rrdtool to 1.0.33
Several bugfixes since 1.0.28
Fixed libgd interdependency problems that caused execution of perl scripts
to fail.
2001-09-24 13:10:48 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
fredb
52afc3332e Provide the missing libraries required to dynamically link in "-lgd".
Closes PR pkg/12686.
2001-05-06 01:09:34 +00:00
agc
6ef28d06c5 Move to sha1 digests, and add distfile sizes. 2001-04-18 16:10:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
wiz
1de5d86461 NOT_FOR_PLATFORM alpha, since IEEE math there isn't up to it. 2001-02-23 12:32:47 +00:00
wiz
417e8bbabf Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:17:22 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
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.
2001-01-04 15:10:17 +00:00
wiz
3e0f26f8ab add include/rrd.h 2000-12-15 19:21:25 +00:00
wiz
43ffa59dbe Fix patch (Makefiles don't like leading whitespace) 2000-12-15 19:20:17 +00:00
wulf
59d28cc16d Update to rrdtool-1.0.28 that since has seen several bugfixes 2000-12-05 12:29:10 +00:00
wulf
044dd83bcf Update to rrdtool-1.0.28 that since has seen several bugfixes 2000-12-05 11:15:42 +00:00
jlam
18cba9d7fa Convert packages to use PERL5_PACKLIST (part 1). These were the easy
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-08-27 07:10:59 +00:00
hubertf
29a7753a59 Remove some dirs from this list that are handled somewhere else (perl) 2000-06-30 15:57:06 +00:00
hubertf
f9f0bfaa83 Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOL 2000-06-27 01:32:11 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
wulf
bb33f44762 Oops, corrected placement of gd.h declaration 2000-05-07 13:55:17 +00:00
wulf
56bb68adc5 Fixed build problem and updated rrdtool to version 1.0.21 2000-05-07 12:50:51 +00:00
wulf
e723cdd73a replaced hardcoded operating systems names with ${LOWER_OPSYS} variable 2000-04-05 16:27:16 +00:00
wulf
1b51be9b56 replaced hardcoded architecture names with ${MACHINE_ARCH} variable 2000-04-05 15:58:53 +00:00
dmcmahill
c6d48400c0 Add missing NetBSD tag to the patch file.
Regen (out of date) patch-sum
2000-02-25 22:12:59 +00:00
cjones
3ba7b6cfc2 Convert "/usr/pkg" -> "${PREFIX}". 2000-02-22 01:22:43 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wennmach
f06e5d80be USE_PERL5 rather than DEPENDS+= perl-5xxx
Pointed out by Hubert Feyrer.
1999-11-18 15:57:23 +00:00
wennmach
2d8c6746f1 Initial import of rrdtool-1.0.7:
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.
1999-11-17 17:34:38 +00:00