aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-07-05 14:19:49 +0800
committeredwin <edwin@FreeBSD.org>2007-07-05 14:19:49 +0800
commitdb5779b4a1fa25301797e1daf726d38419f653bb (patch)
treeba171bd87dc69cb76ed58a732aa6493364a52856 /sysutils
parent92cae7579b227803022a839132e524833b7a9aea (diff)
downloadfreebsd-ports-gnome-db5779b4a1fa25301797e1daf726d38419f653bb.tar.gz
freebsd-ports-gnome-db5779b4a1fa25301797e1daf726d38419f653bb.tar.zst
freebsd-ports-gnome-db5779b4a1fa25301797e1daf726d38419f653bb.zip
First steps in a big migration:
Move net/rrdtool to databases/rrdtool. It's an itch which needs to be scratched: net/rrdtool came from net/mrtg, which was a good location for it. net/mrtg has later been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database Tools", therefor it's better if it moves to databases/rrdtool. Same with net/rrdtool10. PR: ports/112942 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dtc/Makefile2
-rw-r--r--sysutils/ganglia-monitor-core/Makefile2
-rw-r--r--sysutils/munin-main/Makefile2
-rw-r--r--sysutils/munin-master/Makefile2
-rw-r--r--sysutils/symon/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile
index 9d687c6c21a4..aae4302e606d 100644
--- a/sysutils/dtc/Makefile
+++ b/sysutils/dtc/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/pear/Crypt/CBC.php:${PORTSDIR}/security/pear-Cry
${LOCALBASE}/bin/run-mailcap:${PORTSDIR}/misc/mime-support \
${LOCALBASE}/lib/nss_mysql.so:${PORTSDIR}/net/libnss-mysql \
${LOCALBASE}/sbin/chrootuid:${PORTSDIR}/security/chrootuid \
- ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/net/rrdtool \
+ ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
${X11BASE}/lib/X11/fonts/webfonts/verdana.ttf:${PORTSDIR}/x11-fonts/webfonts \
${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql50-server
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile
index 59bff459afb8..05c947605031 100644
--- a/sysutils/ganglia-monitor-core/Makefile
+++ b/sysutils/ganglia-monitor-core/Makefile
@@ -63,7 +63,7 @@ USE_RC_SUBR= ganglia.sh
.if defined (WITH_GMETAD)
-LIB_DEPENDS= rrd.2:${PORTSDIR}/net/rrdtool
+LIB_DEPENDS= rrd.2:${PORTSDIR}/databases/rrdtool
CONFIGURE_ARGS+= --with-gmetad
PLIST_SUB+= GMETAD=
SUB_LIST+= GMETAD=
diff --git a/sysutils/munin-main/Makefile b/sysutils/munin-main/Makefile
index ac070ae84399..4d06e51e3497 100644
--- a/sysutils/munin-main/Makefile
+++ b/sysutils/munin-main/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.r/rc/}
MAINTAINER= lupe@lupe-christoph.de
COMMENT= Collector part of Munin
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile
index ac070ae84399..4d06e51e3497 100644
--- a/sysutils/munin-master/Makefile
+++ b/sysutils/munin-master/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.r/rc/}
MAINTAINER= lupe@lupe-christoph.de
COMMENT= Collector part of Munin
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/RRDs.pm:${PORTSDIR}/databases/rrdtool \
${SITE_PERL}/Net/Domain.pm:${PORTSDIR}/net/p5-Net \
${SITE_PERL}/HTML/Template.pm:${PORTSDIR}/www/p5-HTML-Template \
${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip
diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile
index 61f7d0b4e77b..9eb61b0eff7c 100644
--- a/sysutils/symon/Makefile
+++ b/sysutils/symon/Makefile
@@ -22,7 +22,7 @@ WITHOUT_SYMUX= yes
.endif
.if !defined(WITHOUT_SYMUX)
-LIB_DEPENDS+= rrd.2:${PORTSDIR}/net/rrdtool
+LIB_DEPENDS+= rrd.2:${PORTSDIR}/databases/rrdtool
.endif
.if defined(WITHOUT_SYMUX) && defined(WITHOUT_SYMON)