RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/rrdtool/Portfile,v
retrieving revision 1.5
diff -u -r1.5 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name rrdtool |
5 | | version 1.0.40 |
| 5 | version 1.0.46 |
6 | 6 | revision 1 |
7 | 7 | categories net |
8 | | maintainers ricci@opendarwin.org |
| 8 | maintainers opendarwin.org@darkart.com |
9 | 9 | description Round Robin Database |
10 | 10 | long_description RRDtool is a system to store and display time-series data |
11 | 11 | homepage http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ |
12 | 12 | platforms darwin |
13 | 13 | master_sites http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/ |
14 | | checksums md5 6754a550c788e9cea626dec4a3a25219 |
15 | | configure.args --prefix=${prefix} --enable-shared=yes |
| 14 | checksums md5 718676770c06b25d1471cec1e4f0bbdc |
| 15 | configure.args --prefix=${prefix} --mandir=${prefix}/share/man --enable-shared=yes |
16 | 16 | build.type gnu |
17 | | patchfiles patch-Makefile.in \ |
18 | | patch-contrib-Makefile.in \ |
| 17 | patchfiles patch-contrib-Makefile.in \ |
| 18 | patch-contrib-trytime-Makefile.in \ |
19 | 19 | patch-doc-Makefile.in \ |
20 | 20 | patch-examples-Makefile.in |
21 | 21 | |
22 | | destroot.destdir prefix=${destroot}/${prefix}/ |
RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/rrdtool/files/patch-contrib-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-contrib-Makefile.in
|
|
|
1 | | --- contrib/Makefile.in.orig Fri Feb 28 17:47:48 2003 |
2 | | +++ contrib/Makefile.in Thu Mar 6 18:38:48 2003 |
3 | | @@ -87,10 +87,14 @@ |
4 | | ZLIB_CFLAGS = @ZLIB_CFLAGS@ |
5 | | ZLIB_LIB_DIR = @ZLIB_LIB_DIR@ |
| 1 | --- contrib/Makefile.in.orig Wed Jan 7 16:41:03 2004 |
| 2 | +++ contrib/Makefile.in Wed Jan 7 16:41:28 2004 |
| 3 | @@ -162,7 +162,11 @@ |
| 4 | target_vendor = @target_vendor@ |
6 | 5 | |
7 | | -SUBDIRS = trytime |
| 6 | SUBDIRS = trytime |
8 | 7 | -contribdir = $(prefix)/contrib |
9 | | +SUBDIRS = |
10 | 8 | +## XYZZY: hack for now, hard code our name and version into the |
11 | 9 | +## contribdir path. It'd be better to pick name and version up |
12 | 10 | +## from automake/configure. |
13 | 11 | +## contribdir = $(prefix)/contrib |
14 | 12 | +contribdir = $(prefix)/share/rrdtool-${VERSION}/contrib |
15 | 13 | contrib_DATA = README |
16 | | -EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 |
17 | | +EXTRA_DIST = trytime rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 |
18 | | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
19 | | CONFIG_HEADER = ../config/config.h |
20 | | CONFIG_CLEAN_FILES = |
| 14 | EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 |
| 15 | subdir = contrib |
RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/rrdtool/files/patch-doc-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-doc-Makefile.in
|
|
|
1 | | --- doc/Makefile.in.orig Fri Feb 28 09:58:58 2003 |
2 | | +++ doc/Makefile.in Fri Feb 28 10:02:03 2003 |
3 | | @@ -110,11 +110,15 @@ |
| 1 | --- doc/Makefile.in.orig Wed Jan 7 16:42:51 2004 |
| 2 | +++ doc/Makefile.in Wed Jan 7 16:43:50 2004 |
| 3 | @@ -187,11 +187,15 @@ |
4 | 4 | EXTRA_DIST = $(POD) $(HTML) $(TXT) |
5 | 5 | |
6 | 6 | # some install rules |
… |
… |
|
17 | 17 | -imandir = $(prefix)/man/man1 |
18 | 18 | +imandir = $(prefix)/share/man/man1 |
19 | 19 | iman_DATA = $(MAN) |
20 | | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
21 | | CONFIG_HEADER = ../config/config.h |
| 20 | subdir = doc |
| 21 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
RCS file: /Volumes/src/cvs/od/projects/darwinports/dports/net/rrdtool/files/patch-examples-Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-examples-Makefile.in
|
|
|
1 | | --- examples/Makefile.in.orig Fri Feb 28 17:58:12 2003 |
2 | | +++ examples/Makefile.in Mon Mar 3 17:39:32 2003 |
3 | | @@ -93,7 +93,11 @@ |
| 1 | --- examples/Makefile.in.orig Wed Jan 7 16:44:32 2004 |
| 2 | +++ examples/Makefile.in Wed Jan 7 16:44:58 2004 |
| 3 | @@ -167,7 +167,11 @@ |
4 | 4 | |
5 | 5 | EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in |
6 | 6 | |
… |
… |
|
9 | 9 | +## examplesdir path. It'd be better to pick name and version up |
10 | 10 | +## from automake/configure. |
11 | 11 | +## examplesdir = $(prefix)/examples |
12 | | +examplesdir = $(prefix)/share/examples/rrdtool-${VERSION} |
| 12 | +examplesdir = $(prefix)/share/rrdtool-${VERSION}/examples |
13 | 13 | examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl |
14 | | mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs |
15 | | CONFIG_HEADER = ../config/config.h |
| 14 | subdir = examples |
| 15 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |