aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-04 17:12:29 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-04 17:12:29 +0000
commit947f566aa8a7dcf8d890f90acc2393b7b9697bf1 (patch)
tree40dee2fd786e548391f5e98c35ff95e7de151f8a /net-mgmt/zabbix
parent7237ce327b94344804ca071c243e4d18efa86038 (diff)
downloadports-947f566aa8a7dcf8d890f90acc2393b7b9697bf1.tar.gz
ports-947f566aa8a7dcf8d890f90acc2393b7b9697bf1.zip
- Fix graphs when using PostgreSQL
- Bump portrevision Reported by: Brandon Weisz <brandon_at_mail.avioc.org>, Dmitriy Kirhlarov <dimma@higis.ru> Submitted by: Eugene Grigorjev via Zabbix Forums
Notes
Notes: svn path=/head/; revision=194928
Diffstat (limited to 'net-mgmt/zabbix')
-rw-r--r--net-mgmt/zabbix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/zabbix/Makefile b/net-mgmt/zabbix/Makefile
index 4063fbd9c979..9bd3b32e7bd0 100644
--- a/net-mgmt/zabbix/Makefile
+++ b/net-mgmt/zabbix/Makefile
@@ -7,7 +7,7 @@
PORTNAME= zabbix
PORTVERSION= 1.4.1
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF
@@ -67,6 +67,7 @@ post-patch:
@${FIND} ${WRKSRC}/src/ -type f|${XARGS} \
${REINPLACE_CMD} -Ee 's|(/etc/zabbix)|${PREFIX}\1|;s|/usr/sbin|${LOCALBASE}/sbin|'
@${REINPLACE_CMD} -e '/test.*rf/s|-rf|-f|;/LDFLAGS/s|-static||' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/^SDI.*pg_connection_string/d' ${WRKSRC}/frontends/php/include/db.inc.php
.ifdef WITHOUT_FPING
@${ECHO} 'DisablePinger=yes' >> ${WRKSRC}/misc/conf/zabbix_server.conf
.endif