aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/xymon-server
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-08-10 10:34:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-08-10 10:34:59 +0000
commit0a61490ab05dc17407e87627c32fc249bed0367e (patch)
tree29de1bed98fd4e9ba47264f1514080dc404bd20e /net-mgmt/xymon-server
parent8a6acb3cf0d8112224a4bd70d3c9388152b5773a (diff)
downloadports-0a61490ab05dc17407e87627c32fc249bed0367e.tar.gz
ports-0a61490ab05dc17407e87627c32fc249bed0367e.zip
Notes
Diffstat (limited to 'net-mgmt/xymon-server')
-rw-r--r--net-mgmt/xymon-server/Makefile1
-rw-r--r--net-mgmt/xymon-server/files/Makefile19
-rw-r--r--net-mgmt/xymon-server/pkg-plist5
3 files changed, 18 insertions, 7 deletions
diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile
index b8ec3511f901..7cfe4d4cb824 100644
--- a/net-mgmt/xymon-server/Makefile
+++ b/net-mgmt/xymon-server/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xymon
PORTVERSION= 4.3.10
+PORTREVISION= 1
CATEGORIES= net-mgmt www
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
diff --git a/net-mgmt/xymon-server/files/Makefile b/net-mgmt/xymon-server/files/Makefile
index cc2aa8c3ba88..02dd330b5ddd 100644
--- a/net-mgmt/xymon-server/files/Makefile
+++ b/net-mgmt/xymon-server/files/Makefile
@@ -39,30 +39,35 @@ SECUREXYMONCGIURL = /xymon-seccgi
# Webserver group-ID
HTTPDGID=80
+# PCRE settings
+PCREINCDIR = -I${LOCALBASE}/include
+PCRELIBS = -L${LOCALBASE}/lib -lpcre
+RPATHVAL += ${LOCALBASE}/lib
+
# RRDtool settings
RRDDEF = -DRRDTOOL12
RRDINCDIR = -I${LOCALBASE}/include
RRDLIBS = -L${LOCALBASE}/lib -lrrd -L${LOCALBASE}/lib -lpng
RPATHVAL += ${LOCALBASE}/lib
-
-# PCRE settings
-PCREINCDIR = -I${LOCALBASE}/include
-PCRELIBS = -L${LOCALBASE}/lib -lpcre
-RPATHVAL += ${LOCALBASE}/lib
+DORRD = yes
#
# OpenSSL settings
-SSLFLAGS = -DHAVE_OPENSSL=1
+SSLFLAGS = -DHAVE_OPENSSL -DHAVE_SSLV2_SUPPORT
SSLINCDIR = -I${OPENSSLINC}
SSLLIBS = -L${OPENSSLLIB} -lssl -lcrypto
RPATHVAL += ${OPENSSLLIB}
+DOSSL = yes
#
ifdef WITH_LDAP
# OpenLDAP settings
LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS
LDAPINCDIR = -I${PREFIX}/include
-LDAPLIBS = -L${PREFIX}/lib -lldap -llber
+LDAPLIBS = -L${PREFIX}/lib -lldap
RPATHVAL += ${PREFIX}/lib
+RPATHVAL += /usr/local/lib
+DOLDAP = yes
endif
+#
# clock_gettime() settings
LIBRTDEF =
diff --git a/net-mgmt/xymon-server/pkg-plist b/net-mgmt/xymon-server/pkg-plist
index 39e85c4032eb..da71b6271888 100644
--- a/net-mgmt/xymon-server/pkg-plist
+++ b/net-mgmt/xymon-server/pkg-plist
@@ -19,8 +19,10 @@
%%WWWDIR%%/cgi-bin/hostlist.sh
%%WWWDIR%%/cgi-bin/nongreen.sh
%%WWWDIR%%/cgi-bin/notifications.sh
+%%WWWDIR%%/cgi-bin/perfdata.sh
%%WWWDIR%%/cgi-bin/report.sh
%%WWWDIR%%/cgi-bin/reportlog.sh
+%%WWWDIR%%/cgi-bin/showgraph.sh
%%WWWDIR%%/cgi-bin/snapshot.sh
%%WWWDIR%%/cgi-bin/svcstatus.sh
%%WWWDIR%%/cgi-bin/topchanges.sh
@@ -55,10 +57,12 @@
%%WWWDIR%%/server/bin/hostlist.cgi
%%WWWDIR%%/server/bin/moverrd.sh
%%WWWDIR%%/server/bin/notifications.cgi
+%%WWWDIR%%/server/bin/perfdata.cgi
%%WWWDIR%%/server/bin/renamevars
%%WWWDIR%%/server/bin/report.cgi
%%WWWDIR%%/server/bin/reportlog.cgi
%%WWWDIR%%/server/bin/rrdcachectl
+%%WWWDIR%%/server/bin/showgraph.cgi
%%WWWDIR%%/server/bin/snapshot.cgi
%%WWWDIR%%/server/bin/statusreport.cgi
%%WWWDIR%%/server/bin/svcstatus.cgi
@@ -81,6 +85,7 @@
%%WWWDIR%%/server/bin/xymond_history
%%WWWDIR%%/server/bin/xymond_hostdata
%%WWWDIR%%/server/bin/xymond_locator
+%%WWWDIR%%/server/bin/xymond_rrd
%%WWWDIR%%/server/bin/xymond_sample
%%WWWDIR%%/server/bin/xymondigest
%%WWWDIR%%/server/bin/xymonfetch