Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 10:53:39 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444026 - head/net-mgmt/zabbix2-server
Message-ID:  <201706211053.v5LArd1C081374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Wed Jun 21 10:53:38 2017
New Revision: 444026
URL: https://svnweb.freebsd.org/changeset/ports/444026

Log:
  net-mgmt/zabbix2-server: rework LIB_DEPENDS and add USES= ssl
  
  In my last commit i added accidently LIB_DEPENDS 2 additional times.
  
  While here add USES= ssl and LIB_DEPENDS to port-mgmt/pkg to
  pass QA.
  
  Submitted by: Johannes Jost Meixner <johannes@perceivon.net>

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

Modified: head/net-mgmt/zabbix2-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-server/Makefile	Wed Jun 21 10:48:30 2017	(r444025)
+++ head/net-mgmt/zabbix2-server/Makefile	Wed Jun 21 10:53:38 2017	(r444026)
@@ -14,12 +14,9 @@ COMMENT=	Enterprise-class open source distributed moni
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
+LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp \
+		libpkg.so:ports-mgmt/pkg
 
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
-
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/net-snmp
-
 CONFLICTS=	zabbix[0-9][0-9]${PKGNAMESUFFIX}-[0-9]* zabbix[0-13-9]${PKGNAMESUFFIX}-[0-9]*
 
 ZABBIX_BUILD=	${PKGNAMESUFFIX:S/^-//}
@@ -31,7 +28,7 @@ USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}
 USE_RC_SUBR=	zabbix_${ZABBIX_BUILD}d
 .endif
 
-USES=		pkgconfig iconv
+USES=		pkgconfig iconv ssl
 
 USERS=		zabbix
 GROUPS=		zabbix



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706211053.v5LArd1C081374>