aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix22-server
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-02-22 17:08:46 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-02-22 17:08:46 +0000
commit0e174f26bd82778ffb2aa9e3493451f2855fa2d9 (patch)
treec8f431ad0c3e009ff882bc350b8b7e594f913114 /net-mgmt/zabbix22-server
parentd3bafa7df0c362ac97a3089aa673c591b0815b2e (diff)
downloadports-0e174f26bd82778ffb2aa9e3493451f2855fa2d9.tar.gz
ports-0e174f26bd82778ffb2aa9e3493451f2855fa2d9.zip
Notes
Diffstat (limited to 'net-mgmt/zabbix22-server')
-rw-r--r--net-mgmt/zabbix22-server/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net-mgmt/zabbix22-server/Makefile b/net-mgmt/zabbix22-server/Makefile
index d7e54f76e8e9..53a47b9c2b07 100644
--- a/net-mgmt/zabbix22-server/Makefile
+++ b/net-mgmt/zabbix22-server/Makefile
@@ -3,7 +3,7 @@
PORTNAME= zabbix22
PORTVERSION= 2.2.21
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= net-mgmt
MASTER_SITES= SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
PKGNAMESUFFIX?= -server
@@ -130,7 +130,10 @@ LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2
post-patch:
@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
| ${XARGS} ${REINPLACE_CMD} -e 's#/etc/zabbix#${ETCDIR}#g'
- @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' ${WRKSRC}/conf/zabbix_*.conf
+ @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \
+ ${WRKSRC}/conf/zabbix_*.conf \
+ ${WRKSRC}/src/zabbix_proxy/proxy.c \
+ ${WRKSRC}/src/zabbix_server/server.c
.if ${ZABBIX_BUILD} != "agent"
.if ! ${PORT_OPTIONS:MFPING}