From owner-svn-ports-head@FreeBSD.ORG Fri Aug 10 10:34:59 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A70F1106566C; Fri, 10 Aug 2012 10:34:59 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 913EE8FC0C; Fri, 10 Aug 2012 10:34:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7AAYxHr021898; Fri, 10 Aug 2012 10:34:59 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7AAYx2g021894; Fri, 10 Aug 2012 10:34:59 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201208101034.q7AAYx2g021894@svn.freebsd.org> From: Dirk Meyer Date: Fri, 10 Aug 2012 10:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r302382 - in head/net-mgmt/xymon-server: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2012 10:34:59 -0000 Author: dinoex Date: Fri Aug 10 10:34:59 2012 New Revision: 302382 URL: http://svn.freebsd.org/changeset/ports/302382 Log: - fix build of showgraph - bump PORTREVISION Modified: head/net-mgmt/xymon-server/Makefile head/net-mgmt/xymon-server/files/Makefile head/net-mgmt/xymon-server/pkg-plist Modified: head/net-mgmt/xymon-server/Makefile ============================================================================== --- head/net-mgmt/xymon-server/Makefile Fri Aug 10 09:03:12 2012 (r302381) +++ head/net-mgmt/xymon-server/Makefile Fri Aug 10 10:34:59 2012 (r302382) @@ -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} Modified: head/net-mgmt/xymon-server/files/Makefile ============================================================================== --- head/net-mgmt/xymon-server/files/Makefile Fri Aug 10 09:03:12 2012 (r302381) +++ head/net-mgmt/xymon-server/files/Makefile Fri Aug 10 10:34:59 2012 (r302382) @@ -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 = Modified: head/net-mgmt/xymon-server/pkg-plist ============================================================================== --- head/net-mgmt/xymon-server/pkg-plist Fri Aug 10 09:03:12 2012 (r302381) +++ head/net-mgmt/xymon-server/pkg-plist Fri Aug 10 10:34:59 2012 (r302382) @@ -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