View | Details | Raw Unified | Return to bug 130902
Collapse All | Expand All

(-)/root/portwork/zabbix-agent/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zabbix
8
PORTNAME=	zabbix
9
PORTVERSION=	1.6.1
9
PORTVERSION=	1.6.2
10
PORTEPOCH=	2
10
PORTEPOCH=	2
11
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
(-)/root/portwork/zabbix-agent/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (zabbix-1.6.1.tar.gz) = 26a6f8d643b28ca245804ea699924d80
1
MD5 (zabbix-1.6.2.tar.gz) = 33da3661868a04042c596a819896446f
2
SHA256 (zabbix-1.6.1.tar.gz) = 178f71f00286d0ea3af3c8dc0941471ee3cf123f59574c2640bf92db897c240b
2
SHA256 (zabbix-1.6.2.tar.gz) = e982419f45b2ac814e804a1a340c7e563fe5230bb5295b17e5767c89fa25550e
3
SIZE (zabbix-1.6.1.tar.gz) = 8196017
3
SIZE (zabbix-1.6.2.tar.gz) = 8229465
(-)/root/portwork/zabbix-agent/files/patch-configure (-4 / +4 lines)
Lines 1-12 Link Here
1
--- configure.orig	2008-11-04 15:45:42.000000000 -0600
1
--- configure.orig	2009-01-16 06:20:00.000000000 -0600
2
+++ configure	2008-12-19 23:44:25.000000000 -0600
2
+++ configure	2009-01-22 17:18:00.000000000 -0600
3
@@ -580,6 +580,9 @@
3
@@ -275,6 +275,9 @@
4
 # Factoring default headers for most tests.
4
 # Factoring default headers for most tests.
5
 ac_includes_default="\
5
 ac_includes_default="\
6
 #include <stdio.h>
6
 #include <stdio.h>
7
+#include <sys/socket.h>
7
+#include <sys/socket.h>
8
+#include <sys/param.h>
8
+#include <sys/param.h>
9
+#include <netinet/in.h>
9
+#include <netinet/in.h>
10
 #ifdef HAVE_SYS_TYPES_H
10
 #if HAVE_SYS_TYPES_H
11
 # include <sys/types.h>
11
 # include <sys/types.h>
12
 #endif
12
 #endif

Return to bug 130902