diff options
author | zeising <zeising@FreeBSD.org> | 2014-07-24 04:11:10 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-07-24 04:11:10 +0800 |
commit | bfe22bdabc6672f90e9e2668a17da16925f6f202 (patch) | |
tree | acff0235f236dc6bc7ca0a1d89a25befeba12ef2 /sysutils | |
parent | f02768fe2900c107be84e0bf8f829770476da4b6 (diff) | |
download | freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.tar.gz freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.tar.zst freebsd-ports-gnome-bfe22bdabc6672f90e9e2668a17da16925f6f202.zip |
Clean up databases/rrdtool
Change library dependensies to use USES= where applicable.
Build ports documentation and examples, depending on respective option.
Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph
command, which pulls in cario and a lot of other dependencies. [1]
Add missing dependencies.
Becase of shlib version bump, bump portrevision on depending ports.
PR: 192024 [1] (based on)
Submitted by: asomers
Approved by: portmgr (blanket, portrevision bumps)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ganglia-monitor-core/Makefile | 2 | ||||
-rw-r--r-- | sysutils/monitorix/Makefile | 1 | ||||
-rw-r--r-- | sysutils/slurm-hpc/Makefile | 2 | ||||
-rw-r--r-- | sysutils/symon/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/ganglia-monitor-core/Makefile b/sysutils/ganglia-monitor-core/Makefile index f31f4841dd2f..2ef41d2cf48c 100644 --- a/sysutils/ganglia-monitor-core/Makefile +++ b/sysutils/ganglia-monitor-core/Makefile @@ -2,7 +2,7 @@ PORTNAME= monitor-core PORTVERSION= 3.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils net parallel MASTER_SITES= SF/ganglia/ganglia%20monitoring%20core/${PORTVERSION} PKGNAMEPREFIX= ganglia- diff --git a/sysutils/monitorix/Makefile b/sysutils/monitorix/Makefile index 845239c371fd..4e1208d2fd7a 100644 --- a/sysutils/monitorix/Makefile +++ b/sysutils/monitorix/Makefile @@ -2,6 +2,7 @@ PORTNAME= monitorix PORTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.monitorix.org/ \ http://www.monitorix.org/old_versions/ \ diff --git a/sysutils/slurm-hpc/Makefile b/sysutils/slurm-hpc/Makefile index 396687b30d37..025b44f9de5e 100644 --- a/sysutils/slurm-hpc/Makefile +++ b/sysutils/slurm-hpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= slurm PORTVERSION= 2.6.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index ac269f4cb3c2..7443bf49817d 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -3,6 +3,7 @@ PORTNAME= symon PORTVERSION= 2.86 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://wpd.home.xs4all.nl/symon/philes/ \ ${MASTER_SITE_LOCAL} |