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:
parent
8a6acb3cf0
commit
0a61490ab0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302382
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= xymon
|
PORTNAME= xymon
|
||||||
PORTVERSION= 4.3.10
|
PORTVERSION= 4.3.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt www
|
CATEGORIES= net-mgmt www
|
||||||
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
|
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
|
||||||
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
|
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
|
||||||
|
@ -39,30 +39,35 @@ SECUREXYMONCGIURL = /xymon-seccgi
|
|||||||
# Webserver group-ID
|
# Webserver group-ID
|
||||||
HTTPDGID=80
|
HTTPDGID=80
|
||||||
|
|
||||||
|
# PCRE settings
|
||||||
|
PCREINCDIR = -I${LOCALBASE}/include
|
||||||
|
PCRELIBS = -L${LOCALBASE}/lib -lpcre
|
||||||
|
RPATHVAL += ${LOCALBASE}/lib
|
||||||
|
|
||||||
# RRDtool settings
|
# RRDtool settings
|
||||||
RRDDEF = -DRRDTOOL12
|
RRDDEF = -DRRDTOOL12
|
||||||
RRDINCDIR = -I${LOCALBASE}/include
|
RRDINCDIR = -I${LOCALBASE}/include
|
||||||
RRDLIBS = -L${LOCALBASE}/lib -lrrd -L${LOCALBASE}/lib -lpng
|
RRDLIBS = -L${LOCALBASE}/lib -lrrd -L${LOCALBASE}/lib -lpng
|
||||||
RPATHVAL += ${LOCALBASE}/lib
|
RPATHVAL += ${LOCALBASE}/lib
|
||||||
|
DORRD = yes
|
||||||
# PCRE settings
|
|
||||||
PCREINCDIR = -I${LOCALBASE}/include
|
|
||||||
PCRELIBS = -L${LOCALBASE}/lib -lpcre
|
|
||||||
RPATHVAL += ${LOCALBASE}/lib
|
|
||||||
#
|
#
|
||||||
# OpenSSL settings
|
# OpenSSL settings
|
||||||
SSLFLAGS = -DHAVE_OPENSSL=1
|
SSLFLAGS = -DHAVE_OPENSSL -DHAVE_SSLV2_SUPPORT
|
||||||
SSLINCDIR = -I${OPENSSLINC}
|
SSLINCDIR = -I${OPENSSLINC}
|
||||||
SSLLIBS = -L${OPENSSLLIB} -lssl -lcrypto
|
SSLLIBS = -L${OPENSSLLIB} -lssl -lcrypto
|
||||||
RPATHVAL += ${OPENSSLLIB}
|
RPATHVAL += ${OPENSSLLIB}
|
||||||
|
DOSSL = yes
|
||||||
#
|
#
|
||||||
ifdef WITH_LDAP
|
ifdef WITH_LDAP
|
||||||
# OpenLDAP settings
|
# OpenLDAP settings
|
||||||
LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS
|
LDAPFLAGS = -DXYMON_LDAP -DXYMON_LDAP_USESTARTTLS
|
||||||
LDAPINCDIR = -I${PREFIX}/include
|
LDAPINCDIR = -I${PREFIX}/include
|
||||||
LDAPLIBS = -L${PREFIX}/lib -lldap -llber
|
LDAPLIBS = -L${PREFIX}/lib -lldap
|
||||||
RPATHVAL += ${PREFIX}/lib
|
RPATHVAL += ${PREFIX}/lib
|
||||||
|
RPATHVAL += /usr/local/lib
|
||||||
|
DOLDAP = yes
|
||||||
endif
|
endif
|
||||||
|
#
|
||||||
# clock_gettime() settings
|
# clock_gettime() settings
|
||||||
LIBRTDEF =
|
LIBRTDEF =
|
||||||
|
|
||||||
|
@ -19,8 +19,10 @@
|
|||||||
%%WWWDIR%%/cgi-bin/hostlist.sh
|
%%WWWDIR%%/cgi-bin/hostlist.sh
|
||||||
%%WWWDIR%%/cgi-bin/nongreen.sh
|
%%WWWDIR%%/cgi-bin/nongreen.sh
|
||||||
%%WWWDIR%%/cgi-bin/notifications.sh
|
%%WWWDIR%%/cgi-bin/notifications.sh
|
||||||
|
%%WWWDIR%%/cgi-bin/perfdata.sh
|
||||||
%%WWWDIR%%/cgi-bin/report.sh
|
%%WWWDIR%%/cgi-bin/report.sh
|
||||||
%%WWWDIR%%/cgi-bin/reportlog.sh
|
%%WWWDIR%%/cgi-bin/reportlog.sh
|
||||||
|
%%WWWDIR%%/cgi-bin/showgraph.sh
|
||||||
%%WWWDIR%%/cgi-bin/snapshot.sh
|
%%WWWDIR%%/cgi-bin/snapshot.sh
|
||||||
%%WWWDIR%%/cgi-bin/svcstatus.sh
|
%%WWWDIR%%/cgi-bin/svcstatus.sh
|
||||||
%%WWWDIR%%/cgi-bin/topchanges.sh
|
%%WWWDIR%%/cgi-bin/topchanges.sh
|
||||||
@ -55,10 +57,12 @@
|
|||||||
%%WWWDIR%%/server/bin/hostlist.cgi
|
%%WWWDIR%%/server/bin/hostlist.cgi
|
||||||
%%WWWDIR%%/server/bin/moverrd.sh
|
%%WWWDIR%%/server/bin/moverrd.sh
|
||||||
%%WWWDIR%%/server/bin/notifications.cgi
|
%%WWWDIR%%/server/bin/notifications.cgi
|
||||||
|
%%WWWDIR%%/server/bin/perfdata.cgi
|
||||||
%%WWWDIR%%/server/bin/renamevars
|
%%WWWDIR%%/server/bin/renamevars
|
||||||
%%WWWDIR%%/server/bin/report.cgi
|
%%WWWDIR%%/server/bin/report.cgi
|
||||||
%%WWWDIR%%/server/bin/reportlog.cgi
|
%%WWWDIR%%/server/bin/reportlog.cgi
|
||||||
%%WWWDIR%%/server/bin/rrdcachectl
|
%%WWWDIR%%/server/bin/rrdcachectl
|
||||||
|
%%WWWDIR%%/server/bin/showgraph.cgi
|
||||||
%%WWWDIR%%/server/bin/snapshot.cgi
|
%%WWWDIR%%/server/bin/snapshot.cgi
|
||||||
%%WWWDIR%%/server/bin/statusreport.cgi
|
%%WWWDIR%%/server/bin/statusreport.cgi
|
||||||
%%WWWDIR%%/server/bin/svcstatus.cgi
|
%%WWWDIR%%/server/bin/svcstatus.cgi
|
||||||
@ -81,6 +85,7 @@
|
|||||||
%%WWWDIR%%/server/bin/xymond_history
|
%%WWWDIR%%/server/bin/xymond_history
|
||||||
%%WWWDIR%%/server/bin/xymond_hostdata
|
%%WWWDIR%%/server/bin/xymond_hostdata
|
||||||
%%WWWDIR%%/server/bin/xymond_locator
|
%%WWWDIR%%/server/bin/xymond_locator
|
||||||
|
%%WWWDIR%%/server/bin/xymond_rrd
|
||||||
%%WWWDIR%%/server/bin/xymond_sample
|
%%WWWDIR%%/server/bin/xymond_sample
|
||||||
%%WWWDIR%%/server/bin/xymondigest
|
%%WWWDIR%%/server/bin/xymondigest
|
||||||
%%WWWDIR%%/server/bin/xymonfetch
|
%%WWWDIR%%/server/bin/xymonfetch
|
||||||
|
Loading…
Reference in New Issue
Block a user