View | Details | Raw Unified | Return to bug 245995 | Differences between
and this patch

Collapse All | Expand All

(-)net-mgmt/zabbix44-server/Makefile (-4 / +7 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/net-mgmt/zabbix44-server/Makefile 531628 2020-04-13 20:13:04Z pi $
2
# $FreeBSD: head/net-mgmt/zabbix44-server/Makefile 531628 2020-04-13 20:13:04Z pi $
3
3
4
PORTNAME=	zabbix44
4
PORTNAME=	zabbix44
5
PORTVERSION=	4.4.7
5
PORTVERSION=	4.4.8
6
PORTREVISION?=	0
6
PORTREVISION?=	0
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	SF/zabbix/ZABBIX%20Latest%20Stable/${PORTVERSION}
8
MASTER_SITES=	https://cdn.zabbix.com/stable/${PORTVERSION}/
9
PKGNAMESUFFIX?=	-server
9
PKGNAMESUFFIX?=	-server
10
DISTNAME=	zabbix-${PORTVERSION}
10
DISTNAME=	zabbix-${PORTVERSION}
11
11
Lines 25-31 Link Here
25
25
26
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
26
.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
27
.if ${ZABBIX_BUILD} != "agent"
27
.if ${ZABBIX_BUILD} != "agent"
28
CONFIGURE_ARGS+=	--with-libevent=${LOCALBASE}
28
CONFIGURE_ARGS+=	--with-libevent=${LOCALBASE} --cache-file=${WRKSRC}/config.cache
29
LIB_DEPENDS+=	libevent.so:devel/libevent
29
LIB_DEPENDS+=	libevent.so:devel/libevent
30
USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}
30
USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}
31
.else
31
.else
Lines 123-129 Link Here
123
NMAP_RUN_DEPENDS=	nmap:security/nmap \
123
NMAP_RUN_DEPENDS=	nmap:security/nmap \
124
			sudo:security/sudo
124
			sudo:security/sudo
125
125
126
LIBXML2_CONFIGURE_WITH=	libxml2
126
LIBXML2_CONFIGURE_WITH=	libxml2=${LOCALBASE}
127
LIBXML2_LIB_DEPENDS=	libxml2.so:textproc/libxml2
127
LIBXML2_LIB_DEPENDS=	libxml2.so:textproc/libxml2
128
128
129
OPENSSL_CONFIGURE_WITH=	openssl
129
OPENSSL_CONFIGURE_WITH=	openssl
Lines 135-140 Link Here
135
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
135
GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
136
136
137
.include <bsd.port.pre.mk>
137
.include <bsd.port.pre.mk>
138
139
pre-configure:
140
	@echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache
138
141
139
post-patch:
142
post-patch:
140
	@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
143
	@${GREP} -rl "/etc/zabbix" ${WRKSRC} \
(-)net-mgmt/zabbix44-server/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1586769161
1
TIMESTAMP = 1588517932
2
SHA256 (zabbix-4.4.7.tar.gz) = 497b8fe7905576d4d450c6fa486693c10d42915b6b55564f111957edcb9fec8d
2
SHA256 (zabbix-4.4.8.tar.gz) = c0562245c75fc86c2c22d9a8e521c147dea832056b869d27488ea6130a253651
3
SIZE (zabbix-4.4.7.tar.gz) = 19413652
3
SIZE (zabbix-4.4.8.tar.gz) = 19457802

Return to bug 245995