From owner-svn-ports-all@freebsd.org Sat Aug 26 18:39:52 2017 Return-Path: Delivered-To: svn-ports-all@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 602F4DD8453; Sat, 26 Aug 2017 18:39:52 +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 22E747552C; Sat, 26 Aug 2017 18:39:52 +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 v7QIdppt004129; Sat, 26 Aug 2017 18:39:51 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7QIdptd004127; Sat, 26 Aug 2017 18:39:51 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201708261839.v7QIdptd004127@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 26 Aug 2017 18:39:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448780 - in head/databases: . zabbix22-libzbxpgsql X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/databases: . zabbix22-libzbxpgsql X-SVN-Commit-Revision: 448780 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Aug 2017 18:39:52 -0000 Author: dbaio Date: Sat Aug 26 18:39:50 2017 New Revision: 448780 URL: https://svnweb.freebsd.org/changeset/ports/448780 Log: New port databases/zabbix22-libzbxpgsql: PostgreSQL monitoring module for zabbix22-agent This project provides comprehensive monitoring of PostgreSQL servers using a natively compiled Zabbix agent module, written in C. The module enables discovery and monitoring of tablespaces, databases, namespaces, tables, indexes, etc. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix3-libzbxpgsql -> databases/zabbix22-libzbxpgsql PR: 221830 Submitted by: Martin Waschbüsch Added: head/databases/zabbix22-libzbxpgsql/ - copied from r448779, head/databases/zabbix3-libzbxpgsql/ Modified: head/databases/Makefile head/databases/zabbix22-libzbxpgsql/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sat Aug 26 18:14:55 2017 (r448779) +++ head/databases/Makefile Sat Aug 26 18:39:50 2017 (r448780) @@ -1042,6 +1042,7 @@ SUBDIR += xapian-core10 SUBDIR += xapian-core12 SUBDIR += xtrabackup + SUBDIR += zabbix22-libzbxpgsql SUBDIR += zabbix3-libzbxpgsql SUBDIR += zodb3 Modified: head/databases/zabbix22-libzbxpgsql/Makefile ============================================================================== --- head/databases/zabbix3-libzbxpgsql/Makefile Sat Aug 26 18:14:55 2017 (r448779) +++ head/databases/zabbix22-libzbxpgsql/Makefile Sat Aug 26 18:39:50 2017 (r448780) @@ -5,7 +5,7 @@ PORTNAME= libzbxpgsql PORTVERSION= 1.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases -PKGNAMEPREFIX= zabbix3- +PKGNAMEPREFIX= zabbix22- MAINTAINER= martin@waschbuesch.de COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:net-mgmt/${PKGNAMEPREFIX RUN_DEPENDS= zabbix_agentd:net-mgmt/${PKGNAMEPREFIX}agent LIB_DEPENDS= libconfig.so:devel/libconfig -CONFLICTS= zabbix[0-9][0-9]-libzbxpgsql +CONFLICTS= zabbix[0-13-9][0-13-9]-libzbxpgsql zabbix[0-9]-libzbxpgsql USES= autoreconf gmake libtool pgsql @@ -25,7 +25,7 @@ USE_GITHUB= yes GH_ACCOUNT= cavaliercoder GNU_CONFIGURE= yes -GET_ZBX_WRKSRC= cd ${.CURDIR:H:H}/net-mgmt/zabbix3-agent && make -V WRKSRC +GET_ZBX_WRKSRC= cd ${.CURDIR:H:H}/net-mgmt/${PKGNAMEPREFIX}agent && make -V WRKSRC CONFIGURE_ARGS= --with-zabbix=$$(${GET_ZBX_WRKSRC}) USE_LDCONFIG= yes