Remove databases/zabbix22-libzbxpgsql, it was end of life in August 2019

This commit is contained in:
Rene Ladan 2019-12-01 12:38:21 +00:00
parent 02200db08f
commit 7b89a16371
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518769
8 changed files with 1 additions and 81 deletions

1
MOVED
View File

@ -13506,3 +13506,4 @@ lang/gcc7-devel|lang/gcc7|2019-11-28|The GCC 7 branch is end of life, use the fi
multimedia/cuse4bsd-kmod||2019-11-30|Removed, in base system on all supported versions
java/jdk9-doc||2019-11-30|Has expired: The corresponding JDK port is EoL
java/jdk10-doc||2019-11-30|Has expired: The corresponding JDK port is EoL
databases/zabbix22-libzbxpgsql|databases/zabbix3-libzbxpgsql|2019-12-01|End-of-Life was August, 2019

View File

@ -1068,7 +1068,6 @@
SUBDIR += xapian-core12
SUBDIR += xrootd
SUBDIR += xtrabackup
SUBDIR += zabbix22-libzbxpgsql
SUBDIR += zabbix3-libzbxpgsql
SUBDIR += zodb3

View File

@ -1,45 +0,0 @@
# Created by: Martin Waschbuesch <martin@waschbuesch.de>
# $FreeBSD$
PORTNAME= libzbxpgsql
PORTVERSION= 1.1.0
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= databases
PKGNAMEPREFIX= zabbix22-
MAINTAINER= martin@waschbuesch.de
COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${NONEXISTENT}:net-mgmt/${PKGNAMEPREFIX}agent:patch
RUN_DEPENDS= zabbix_agentd:net-mgmt/${PKGNAMEPREFIX}agent
LIB_DEPENDS= libconfig.so:devel/libconfig
CONFLICTS= zabbix[0-13-9][0-13-9]-libzbxpgsql zabbix[0-9]-libzbxpgsql
USES= autoreconf gmake libtool pgsql
USE_GITHUB= yes
GH_ACCOUNT= cavaliercoder
GNU_CONFIGURE= yes
GET_ZBX_WRKSRC= cd ${.CURDIR:H:H}/net-mgmt/${PKGNAMEPREFIX}agent && make -V WRKSRC
CONFIGURE_ARGS= --with-zabbix=$$(${GET_ZBX_WRKSRC})
USE_LDCONFIG= yes
OPTIONS_DEFINE= EXAMPLES
PORTSCOUT= skipv:latest,gh-pages
do-install:
${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so
do-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/templates/*.xml ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1503755196
SHA256 (cavaliercoder-libzbxpgsql-v1.1.0_GH0.tar.gz) = 50acc4364241253a013058daf76c4184cc522104f78005d3c4d5e7e09d77571a
SIZE (cavaliercoder-libzbxpgsql-v1.1.0_GH0.tar.gz) = 61106

View File

@ -1,12 +0,0 @@
--- src/libzbxpgsql.c.orig 2016-06-25 14:18:03 UTC
+++ src/libzbxpgsql.c
@@ -24,6 +24,9 @@
*/
#include "libzbxpgsql.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
// Define custom keys
static ZBX_METRIC keys[] =

View File

@ -1,7 +0,0 @@
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/

View File

@ -1,9 +0,0 @@
[
{ type: install
message: <<EOM
In order to enable the module, add libzbxpgsql.so to the LoadModule=
line in zabbix_agentd.conf and restart the agent with
service zabbix_agentd restart
EOM
}
]

View File

@ -1,4 +0,0 @@
lib/libzbxpgsql.so
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Template_PostgreSQL_Server_2.0.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Template_PostgreSQL_Server_2.4.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Template_PostgreSQL_Server_3.0.xml