svn commit: r449489 - head/net-mgmt/zabbix34-server

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 9 12:46:01 UTC 2017


Author: dbaio
Date: Sat Sep  9 12:46:00 2017
New Revision: 449489
URL: https://svnweb.freebsd.org/changeset/ports/449489

Log:
  net-mgmt/zabbix34-proxy: Missing dependency
  
  Also include devel/libevent as zabbix34-proxy dependency.
  
  PR:		222095
  Submitted by:	Christian Ullrich <chris at chrullrich.net>
  Approved by:	Pakhom Golynga <pg at pakhom.spb.ru> (maintainer)

Modified:
  head/net-mgmt/zabbix34-server/Makefile

Modified: head/net-mgmt/zabbix34-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix34-server/Makefile	Sat Sep  9 12:09:12 2017	(r449488)
+++ head/net-mgmt/zabbix34-server/Makefile	Sat Sep  9 12:46:00 2017	(r449489)
@@ -25,6 +25,7 @@ ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
 
 .if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings
 .if ${ZABBIX_BUILD} != "agent"
+LIB_DEPENDS+=	libevent.so:devel/libevent
 USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}
 .else
 USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}d
@@ -42,7 +43,6 @@ PLIST_SUB=	PROXY=""
 .endif
 
 .if ${ZABBIX_BUILD} == "server"
-LIB_DEPENDS+=	libevent.so:devel/libevent
 PLIST_SUB+=	SERVER=""
 .else
 PLIST_SUB+=	SERVER="@comment "


More information about the svn-ports-all mailing list