diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-08-26 18:14:55 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2017-08-26 18:14:55 +0000 |
| commit | ccc5d1b6586a982e450a9555feb8213f03a70302 (patch) | |
| tree | dc8925390669af686943c086ebd2d050995d092e /databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c | |
| parent | editors/focuswriter: Update to 1.6.7 (diff) | |
databases/libzbxpgsql: Update to 1.1.0, Rename to databases/zabbix3-libzbxpgsql
Rename to allow multiple version of libzbxpgsql to coexist, each one
uses a different zabbix-agent version.
Add CONFLICTS in preparation for multiple versions as well.
PR: 221798
Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=448779
Diffstat (limited to 'databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c')
| -rw-r--r-- | databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c b/databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c new file mode 100644 index 000000000000..e1ae90077e39 --- /dev/null +++ b/databases/zabbix3-libzbxpgsql/files/patch-src_libzbxpgsql.c @@ -0,0 +1,12 @@ +--- 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[] = |
