1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

- fix build of showgraph

- bump PORTREVISION
This commit is contained in:
Dirk Meyer 2012-08-10 10:34:59 +00:00
parent 8a6acb3cf0
commit 0a61490ab0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302382
3 changed files with 18 additions and 7 deletions

View File

@ -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}

View File

@ -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 =

View File

@ -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