From owner-svn-ports-head@freebsd.org Sat Sep 9 12:46:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A23A2E1499C; Sat, 9 Sep 2017 12:46:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C58267AA5; Sat, 9 Sep 2017 12:46:01 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v89Ck0LR015546; Sat, 9 Sep 2017 12:46:00 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v89Ck0Gw015545; Sat, 9 Sep 2017 12:46:00 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201709091246.v89Ck0Gw015545@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 9 Sep 2017 12:46:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449489 - head/net-mgmt/zabbix34-server X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/net-mgmt/zabbix34-server X-SVN-Commit-Revision: 449489 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sat, 09 Sep 2017 12:46:01 -0000 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 Approved by: Pakhom Golynga (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 "