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

(-)/root/portwork/zabbix/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=	1
10
PORTEPOCH=	1
11
CATEGORIES=	net-mgmt
11
CATEGORIES=	net-mgmt
12
MASTER_SITES=	SF
12
MASTER_SITES=	SF
(-)/root/portwork/zabbix/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/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:28:56.000000000 -0600
2
+++ configure	2009-01-22 17:23:46.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
(-)/root/portwork/zabbix/pkg-plist (+6 lines)
Lines 203-208 Link Here
203
%%DATADIR%%/php/images/general/bttn/minus.png
203
%%DATADIR%%/php/images/general/bttn/minus.png
204
%%DATADIR%%/php/images/general/bttn/help_bb.png
204
%%DATADIR%%/php/images/general/bttn/help_bb.png
205
%%DATADIR%%/php/images/general/bttn/sound_bb.png
205
%%DATADIR%%/php/images/general/bttn/sound_bb.png
206
%%DATADIR%%/php/images/general/bttn/down.png
207
%%DATADIR%%/php/images/general/bttn/down_bb.png
208
%%DATADIR%%/php/images/general/bttn/up.png
209
%%DATADIR%%/php/images/general/bttn/up_bb.png
206
%%DATADIR%%/php/images/general/inst_current.gif
210
%%DATADIR%%/php/images/general/inst_current.gif
207
%%DATADIR%%/php/images/general/sortdown.gif
211
%%DATADIR%%/php/images/general/sortdown.gif
208
%%DATADIR%%/php/images/general/error_small.gif
212
%%DATADIR%%/php/images/general/error_small.gif
Lines 227-232 Link Here
227
%%DATADIR%%/php/images/general/sortdown_off.gif
231
%%DATADIR%%/php/images/general/sortdown_off.gif
228
%%DATADIR%%/php/images/general/tick.png
232
%%DATADIR%%/php/images/general/tick.png
229
%%DATADIR%%/php/images/general/opened.gif
233
%%DATADIR%%/php/images/general/opened.gif
234
%%DATADIR%%/php/images/general/up_icon.png
235
%%DATADIR%%/php/images/general/down_icon.png
230
%%DATADIR%%/php/create/mysql.sql
236
%%DATADIR%%/php/create/mysql.sql
231
%%DATADIR%%/php/create/data.sql
237
%%DATADIR%%/php/create/data.sql
232
%%DATADIR%%/php/discoveryconf.php
238
%%DATADIR%%/php/discoveryconf.php

Return to bug 130901