summaryrefslogtreecommitdiff
path: root/databases/rrdtool/patches/patch-ap
diff options
context:
space:
mode:
authorhe <he>2008-04-14 16:05:35 +0000
committerhe <he>2008-04-14 16:05:35 +0000
commitdd5960841f8318049ab531c69c89b959659456ee (patch)
tree037f650801bd391ab47766839bd0fe406b9f4ccd /databases/rrdtool/patches/patch-ap
parent7cac9af135a7379bf5967dcdcb6848ed5dbea1fe (diff)
downloadpkgsrc-dd5960841f8318049ab531c69c89b959659456ee.tar.gz
Update rrdtool to version 1.2.27.
Changes: * doc/rrdcreate.pod, doc/rrdgraph.pod, doc/rrdgraph_graph.pod, doc/rrdgraph_rpn.pod, doc/rrdtutorial.pod: fixes for better web rendering * COPYRIGHT: added ZPL 2.1 to floss exception * src/rrd_graph.c, trunk/program/src/rrd_graph.c: fixed parsing of fontnames with embeded spaces * bindings/tcl/tclrrd.c, configure.ac, src/rrd_cgi.c: * fix fadvice and madvice inclusion ... again * fix rrdcgi warning * fix warnings in tcl bindings -- Peter Breitenlohner peb mppmu.mpg.de * src/rrd_graph.c: weekday and time are too tight * configure.ac: fixing the solaris build * netware/Makefile, src/rrd_update.c, win32/Makefile: updates for netware and mingw32 ... allows for crosscompilation * src/rrd_update.c: make update compile for mingw32 3.4.5 * bindings/perl-shared/Makefile.PL, configure.ac, src/rrd_tool.h, src/rrd_update.c: * improve portability of compile environment to netbsd and solaris
Diffstat (limited to 'databases/rrdtool/patches/patch-ap')
-rw-r--r--databases/rrdtool/patches/patch-ap16
1 files changed, 0 insertions, 16 deletions
diff --git a/databases/rrdtool/patches/patch-ap b/databases/rrdtool/patches/patch-ap
deleted file mode 100644
index 43a9c01dd1a..00000000000
--- a/databases/rrdtool/patches/patch-ap
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ap,v 1.10 2007/11/13 01:58:43 cube Exp $
-
---- bindings/perl-shared/Makefile.PL.orig 2006-07-14 14:11:26.000000000 +0200
-+++ bindings/perl-shared/Makefile.PL
-@@ -30,8 +30,10 @@ WriteMakefile(
- 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION
- 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
- 'INC' => '-I../../src',
-+ 'LIBS' => "-lm -lpng -lz -lfreetype",
- # Perl will figure out which one is valid
-- 'dynamic_lib' => {'OTHERLDFLAGS' => "$librrd -lm"},
-+ 'depend' => {'RRDs.c' => "../../src/librrd.la"},
-+ 'LDFROM' => "\$(OBJECT) $librrd",
- 'realclean' => {FILES => 't/demo?.rrd t/demo?.png' }
- );
-