Index: head/databases/rrdtool10/Makefile =================================================================== --- head/databases/rrdtool10/Makefile (revision 366780) +++ head/databases/rrdtool10/Makefile (revision 366781) @@ -1,68 +1,54 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= rrdtool PORTVERSION= 1.0.50 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x/ PKGNAMESUFFIX= 10 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Round Robin Database Tools MAKE_ENV= PERL=${PERL} CONFLICTS= rrdtool12-* rrdtool-1.* -USES= pkgconfig perl5 +USES= pkgconfig perl5 libtool +USE_PERL5= build run fixpacklist USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared --enable-local-zlib \ --program-transform-name='' CONFIGURE_ENV= PERL=${PERL} PERL_MAKE_OPTIONS="PREFIX=${PREFIX}" CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC LDFLAGS+= -L${LOCALBASE}/lib CFLAGS:= ${CFLAGS:N-ffast-math} -MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ - rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ - rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \ - cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1 \ - rrdfirst.1 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} +INSTALL_TARGET= install-strip -OPTIONS_DEFINE= LATIN2 +OPTIONS_DEFINE= LATIN2 DOCS EXAMPLES LATIN2_DESC= ISO-8859-2 fonts support -NO_STAGE= yes +LATIN2_CONFIGURE_ENABLE= latin2 + .include -.if ${PORT_OPTIONS:MLATIN2} -CONFIGURE_ARGS+=--enable-latin2 -.endif - .if ${ARCH} == "amd64" CONFIGURE_ARGS+=--with-pic .endif .if ${ARCH} == "ia64" BROKEN= Does not build on ia64 -.endif - -post-extract: -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ - ${WRKSRC}/doc/Makefile.in .endif post-install: .if !defined(BATCH) @${ECHO_MSG} "" @${ECHO_MSG} "############################################################################" @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO_MSG} "############################################################################" .endif .include Index: head/databases/rrdtool10/files/patch-aa =================================================================== --- head/databases/rrdtool10/files/patch-aa (revision 366780) +++ head/databases/rrdtool10/files/patch-aa (nonexistent) @@ -1,11 +0,0 @@ ---- perl-shared/Makefile.PL.in.orig Thu Apr 8 01:04:53 2004 -+++ perl-shared/Makefile.PL.in Sun Aug 8 18:11:16 2004 -@@ -10,7 +10,7 @@ - 'NAME' => 'RRDs', - 'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION - 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", -- 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', -+ 'INC' => '-I../ -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', - 'CCFLAGS' => "$Config{ccflags} -DHAVE_CONFIG_H", - # where to look for the necessary libraries - # Perl will figure out which one is valid Property changes on: head/databases/rrdtool10/files/patch-aa ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-ac =================================================================== --- head/databases/rrdtool10/files/patch-ac (revision 366780) +++ head/databases/rrdtool10/files/patch-ac (nonexistent) @@ -1,36 +0,0 @@ ---- Makefile.in.orig Sun Aug 8 12:40:15 2004 -+++ Makefile.in Wed Mar 16 21:26:50 2005 -@@ -633,21 +633,7 @@ - # lets schedule the perl stuff for installation - # the special call to install-sh is because the -d switch is not portable - # mac os X has its perl module in bundles so it seems --install-data-local: -- @if test "x$(PERL)" != "xno"; then \ -- echo "$(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ -- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ -- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl"; \ -- $(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl; \ -- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl"; \ -- $(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl; \ -- echo "$(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ -- $(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ -- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true"; \ -- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true; \ -- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true"; \ -- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true; \ -- fi -+install-data-local: site-perl-inst - - # rules for building the perl module - -@@ -727,8 +713,8 @@ - site-perl-inst: site-perl-install - - site-perl-install: all perl-piped/Makefile perl-shared/Makefile -- cd perl-piped && $(MAKE) install -- cd perl-shared && $(MAKE) install -+ cd perl-piped && $(MAKE) pure_install -+ cd perl-shared && $(MAKE) pure_install - - site-tcl-install: all - cd tcl && $(MAKE) tcl-install Property changes on: head/databases/rrdtool10/files/patch-ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-ae =================================================================== --- head/databases/rrdtool10/files/patch-ae (revision 366780) +++ head/databases/rrdtool10/files/patch-ae (nonexistent) @@ -1,14 +0,0 @@ ---- doc/Makefile.in.orig Sun Apr 14 11:51:02 2002 -+++ doc/Makefile.in Wed May 1 16:05:42 2002 -@@ -110,9 +110,9 @@ - EXTRA_DIST = $(POD) $(HTML) $(TXT) - - # some install rules --idocdir = $(prefix)/doc -+idocdir = $(prefix)/share/doc/rrdtool/ - idoc_DATA = $(POD) $(TXT) --ihtmldir = $(prefix)/html -+ihtmldir = $(prefix)/share/doc/rrdtool/html - ihtml_DATA = $(HTML) - imandir = $(prefix)/man/man1 - iman_DATA = $(MAN) Property changes on: head/databases/rrdtool10/files/patch-ae ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-af =================================================================== --- head/databases/rrdtool10/files/patch-af (revision 366780) +++ head/databases/rrdtool10/files/patch-af (nonexistent) @@ -1,11 +0,0 @@ ---- examples/Makefile.in.orig Sat Jul 23 13:27:58 2005 -+++ examples/Makefile.in Sat Jul 23 13:29:30 2005 -@@ -188,7 +188,7 @@ - target_os = @target_os@ - target_vendor = @target_vendor@ - EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in --examplesdir = $(prefix)/examples -+examplesdir = $(prefix)/share/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl - all: all-am - Property changes on: head/databases/rrdtool10/files/patch-af ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-ag =================================================================== --- head/databases/rrdtool10/files/patch-ag (revision 366780) +++ head/databases/rrdtool10/files/patch-ag (nonexistent) @@ -1,11 +0,0 @@ ---- contrib/Makefile.in.orig Sun Apr 14 11:51:05 2002 -+++ contrib/Makefile.in Wed May 1 16:08:10 2002 -@@ -88,7 +88,7 @@ - ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ - - SUBDIRS = trytime --contribdir = $(prefix)/contrib -+contribdir = $(prefix)/share/examples/rrdtool - contrib_DATA = README - EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 - mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs Property changes on: head/databases/rrdtool10/files/patch-ag ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-ak =================================================================== --- head/databases/rrdtool10/files/patch-ak (revision 366780) +++ head/databases/rrdtool10/files/patch-ak (nonexistent) @@ -1,11 +0,0 @@ ---- contrib/trytime/Makefile.in.orig Mon Apr 5 02:03:53 2004 -+++ contrib/trytime/Makefile.in Tue Apr 6 11:17:12 2004 -@@ -162,7 +162,7 @@ - target_vendor = @target_vendor@ - AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3 - EXTRA_DIST = trytime.c --contribdir = $(prefix)/contrib/trytime -+contribdir = $(prefix)/share/examples/rrdtool/trytime - contrib_DATA = README trytime.c - bin_PROGRAMS = trytime - trytime_SOURCES = trytime.c Property changes on: head/databases/rrdtool10/files/patch-ak ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-Makefile.in =================================================================== --- head/databases/rrdtool10/files/patch-Makefile.in (nonexistent) +++ head/databases/rrdtool10/files/patch-Makefile.in (revision 366781) @@ -0,0 +1,36 @@ +--- Makefile.in.orig Sun Aug 8 12:40:15 2004 ++++ Makefile.in Wed Mar 16 21:26:50 2005 +@@ -701,21 +701,7 @@ + # lets schedule the perl stuff for installation + # the special call to install-sh is because the -d switch is not portable + # mac os X has its perl module in bundles so it seems +-install-data-local: +- @if test "x$(PERL)" != "xno"; then \ +- echo "$(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ +- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ +- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl"; \ +- $(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl; \ +- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl"; \ +- $(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl; \ +- echo "$(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ +- $(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ +- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true"; \ +- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true; \ +- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true"; \ +- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true; \ +- fi ++install-data-local: site-perl-inst + + # rules for building the perl module + +@@ -795,8 +781,8 @@ + site-perl-inst: site-perl-install + + site-perl-install: all perl-piped/Makefile perl-shared/Makefile +- cd perl-piped && $(MAKE) install +- cd perl-shared && $(MAKE) install ++ cd perl-piped && $(MAKE) pure_install ++ cd perl-shared && $(MAKE) pure_install + + site-tcl-install: all + cd tcl && $(MAKE) tcl-install Property changes on: head/databases/rrdtool10/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-configure =================================================================== --- head/databases/rrdtool10/files/patch-configure (nonexistent) +++ head/databases/rrdtool10/files/patch-configure (revision 366781) @@ -0,0 +1,20 @@ +--- ./configure.orig 2014-07-23 22:31:53.000000000 +0200 ++++ ./configure 2014-07-23 22:32:14.000000000 +0200 +@@ -24873,17 +24873,12 @@ + echo "${ECHO_T}and out again" >&6 + + echo $ECHO_N "ordering CD from http://people.ee.ethz.ch/~oetiker/wish $ac_c" 1>&6 +-sleep 1 + echo $ECHO_N ".$ac_c" 1>&6 +-sleep 2 + echo $ECHO_N ".$ac_c" 1>&6 +-sleep 1 + echo $ECHO_N ".$ac_c" 1>&6 +-sleep 3 + echo $ECHO_N ".$ac_c" 1>&6 + echo $ECHO_N ".$ac_c" 1>&6 + echo $ECHO_N ".$ac_c" 1>&6 +-sleep 2 + echo "$as_me:$LINENO: result: just kidding ;-)" >&5 + echo "${ECHO_T} just kidding ;-)" >&6 + echo Property changes on: head/databases/rrdtool10/files/patch-configure ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-contrib__Makefile.in =================================================================== --- head/databases/rrdtool10/files/patch-contrib__Makefile.in (nonexistent) +++ head/databases/rrdtool10/files/patch-contrib__Makefile.in (revision 366781) @@ -0,0 +1,11 @@ +--- ./contrib/Makefile.in.orig 2005-04-25 22:47:51.000000000 +0200 ++++ ./contrib/Makefile.in 2014-08-31 16:52:48.000000000 +0200 +@@ -195,7 +195,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + SUBDIRS = trytime +-contribdir = $(prefix)/contrib ++contribdir = $(prefix)/share/examples/rrdtool + contrib_DATA = README + EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 + all: all-recursive Property changes on: head/databases/rrdtool10/files/patch-contrib__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in =================================================================== --- head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in (nonexistent) +++ head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in (revision 366781) @@ -0,0 +1,11 @@ +--- ./contrib/trytime/Makefile.in.orig 2005-04-25 22:47:51.000000000 +0200 ++++ ./contrib/trytime/Makefile.in 2014-08-31 16:52:48.000000000 +0200 +@@ -209,7 +209,7 @@ + target_vendor = @target_vendor@ + AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3 + EXTRA_DIST = trytime.c +-contribdir = $(prefix)/contrib/trytime ++contribdir = $(prefix)/share/examples/rrdtool/trytime + contrib_DATA = README trytime.c + trytime_SOURCES = trytime.c + trytime_LDADD = ../../src/librrd.la Property changes on: head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-doc__Makefile.in =================================================================== --- head/databases/rrdtool10/files/patch-doc__Makefile.in (nonexistent) +++ head/databases/rrdtool10/files/patch-doc__Makefile.in (revision 366781) @@ -0,0 +1,14 @@ +--- ./doc/Makefile.in.orig 2005-04-25 23:02:47.000000000 +0200 ++++ ./doc/Makefile.in 2014-08-31 16:52:48.000000000 +0200 +@@ -210,9 +210,9 @@ + EXTRA_DIST = $(POD) $(HTML) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd + + # some install rules +-idocdir = $(prefix)/doc ++idocdir = $(prefix)/share/doc/rrdtool/ + idoc_DATA = $(POD) $(TXT) +-ihtmldir = $(prefix)/html ++ihtmldir = $(prefix)/share/doc/rrdtool/html + ihtml_DATA = $(HTML) + imandir = $(mandir)/man1 + iman_DATA = $(MAN) Property changes on: head/databases/rrdtool10/files/patch-doc__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-examples__Makefile.in =================================================================== --- head/databases/rrdtool10/files/patch-examples__Makefile.in (nonexistent) +++ head/databases/rrdtool10/files/patch-examples__Makefile.in (revision 366781) @@ -0,0 +1,11 @@ +--- examples/Makefile.in.orig Sat Jul 23 13:27:58 2005 ++++ examples/Makefile.in Sat Jul 23 13:29:30 2005 +@@ -188,7 +188,7 @@ + target_os = @target_os@ + target_vendor = @target_vendor@ + EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in +-examplesdir = $(prefix)/examples ++examplesdir = $(prefix)/share/examples/rrdtool + examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl + all: all-am + Property changes on: head/databases/rrdtool10/files/patch-examples__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in =================================================================== --- head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in (nonexistent) +++ head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in (revision 366781) @@ -0,0 +1,11 @@ +--- perl-shared/Makefile.PL.in.orig Thu Apr 8 01:04:53 2004 ++++ perl-shared/Makefile.PL.in Sun Aug 8 18:11:16 2004 +@@ -10,7 +10,7 @@ + 'NAME' => 'RRDs', + 'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION + 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}", +- 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', ++ 'INC' => '-I../ -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3', + 'CCFLAGS' => "$Config{ccflags} -DHAVE_CONFIG_H", + # where to look for the necessary libraries + # Perl will figure out which one is valid Property changes on: head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/rrdtool10/pkg-plist =================================================================== --- head/databases/rrdtool10/pkg-plist (revision 366780) +++ head/databases/rrdtool10/pkg-plist (revision 366781) @@ -1,94 +1,117 @@ -bin/rrdtool bin/rrdcgi -bin/trytime +bin/rrdtool bin/rrdupdate +bin/trytime +include/rrd.h lib/librrd.a -lib/librrd.la -lib/librrd.so.0 lib/librrd.so -include/rrd.h -%%EXAMPLESDIR%%/cgi-demo.cgi -%%EXAMPLESDIR%%/piped-demo.pl -%%EXAMPLESDIR%%/shared-demo.pl -%%EXAMPLESDIR%%/stripes.pl -%%EXAMPLESDIR%%/bigtops.pl -%%EXAMPLESDIR%%/minmax.pl -%%EXAMPLESDIR%%/trytime/trytime.c -%%EXAMPLESDIR%%/trytime/README -%%EXAMPLESDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/rrdtool.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdlast.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.pod -%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.pod +lib/librrd.so.0 +%%PERL5_MAN3%%/RRDp.3.gz +%%PERL5_MAN3%%/RRDs.3.gz +%%SITE_PERL%%/RRDp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so +%%SITE_PERL%%/%%PERL_ARCH%%/ntmake.pl +man/man1/RRDp.1.gz +man/man1/RRDs.1.gz +man/man1/bin_dec_hex.1.gz +man/man1/cdeftutorial.1.gz +man/man1/rpntutorial.1.gz +man/man1/rrd-beginners.1.gz +man/man1/rrdcgi.1.gz +man/man1/rrdcreate.1.gz +man/man1/rrddump.1.gz +man/man1/rrdfetch.1.gz +man/man1/rrdfirst.1.gz +man/man1/rrdgraph.1.gz +man/man1/rrdinfo.1.gz +man/man1/rrdlast.1.gz +man/man1/rrdresize.1.gz +man/man1/rrdrestore.1.gz +man/man1/rrdtool.1.gz +man/man1/rrdtune.1.gz +man/man1/rrdtutorial.1.gz +man/man1/rrdtutorial.es.1.gz +man/man1/rrdupdate.1.gz +man/man1/rrdxport.1.gz +%%PORTDOCS%%%%DOCSDIR%%/RRDp.txt +%%PORTDOCS%%%%DOCSDIR%%/RRDs.txt %%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.pod -%%PORTDOCS%%%%DOCSDIR%%/rrddump.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtune.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdresize.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdxport.pod -%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtool.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdlast.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.txt %%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.txt -%%PORTDOCS%%%%DOCSDIR%%/rrddump.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtune.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdresize.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.txt -%%PORTDOCS%%%%DOCSDIR%%/RRDs.txt -%%PORTDOCS%%%%DOCSDIR%%/RRDp.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdxport.txt -%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.txt -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html +%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.pod +%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.txt +%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html +%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html +%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html %%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html %%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html -%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.es.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html -%%SITE_PERL%%/RRDp.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm -%%SITE_PERL%%/%%PERL_ARCH%%/ntmake.pl -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist -@dirrm %%EXAMPLESDIR%%/trytime -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/html -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.pod +%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.txt +%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.pod +%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.txt +%%PORTDOCS%%%%DOCSDIR%%/rrddump.pod +%%PORTDOCS%%%%DOCSDIR%%/rrddump.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdlast.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdlast.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdresize.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdresize.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdtool.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdtool.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdtune.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdtune.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.txt +%%PORTDOCS%%%%DOCSDIR%%/rrdxport.pod +%%PORTDOCS%%%%DOCSDIR%%/rrdxport.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigtops.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-demo.cgi +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minmax.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piped-demo.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared-demo.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stripes.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trytime/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trytime/trytime.c @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs +%%PORTDOCS%%@dirrm %%DOCSDIR%%/html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/trytime +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%