summaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp/files
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/files')
-rw-r--r--net-mgmt/net-snmp/files/patch-aa18
-rw-r--r--net-mgmt/net-snmp/files/patch-al53
-rw-r--r--net-mgmt/net-snmp/files/patch-hr_storage.c26
3 files changed, 36 insertions, 61 deletions
diff --git a/net-mgmt/net-snmp/files/patch-aa b/net-mgmt/net-snmp/files/patch-aa
index 6c287d1..634f4f5 100644
--- a/net-mgmt/net-snmp/files/patch-aa
+++ b/net-mgmt/net-snmp/files/patch-aa
@@ -1,6 +1,6 @@
---- snmplib/Makefile.in.orig Mon Oct 2 11:41:46 2000
-+++ snmplib/Makefile.in Wed Jan 17 18:29:44 2001
-@@ -70,6 +70,10 @@
+--- snmplib/Makefile.in.orig Wed Jul 17 02:50:49 2002
++++ snmplib/Makefile.in Mon Jul 22 12:24:37 2002
+@@ -140,6 +140,10 @@
libsnmp.$(LIB_EXTENSION)$(LIB_VERSION): ${TOBJS}
$(LIB_LD_CMD) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS}
@@ -10,4 +10,14 @@
+ ../libsnmp.so.4
$(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION)
- installdirs:
+ #how to build dependencies
+@@ -158,6 +162,6 @@
+ #
+ # dependencies
+ #
+-ifeq ($(AUTO_DEPEND),y)
+-include $(SOURCES:.c=.d)
+-endif
++#ifeq ($(AUTO_DEPEND),y)
++#include $(SOURCES:.c=.d)
++#endif
diff --git a/net-mgmt/net-snmp/files/patch-al b/net-mgmt/net-snmp/files/patch-al
index c50e496..89187b8 100644
--- a/net-mgmt/net-snmp/files/patch-al
+++ b/net-mgmt/net-snmp/files/patch-al
@@ -27,56 +27,3 @@
dnl 4.4 compat
AC_TRY_COMPILE([
#ifdef HAVE_SYS_PARAM_H
-@@ -2117,29 +2137,29 @@
- #endif
- ],swdevt,sw_nblksenabled)
-
--AC_CHECK_STRUCT_FOR([
--#ifdef HAVE_SYS_STAT_H
--#include <sys/stat.h>
--#endif
--#if HAVE_SYS_STATFS_H
--#include <sys/statfs.h>
--#endif
--#if HAVE_SYS_STATVFS_H
--#include <sys/statvfs.h>
--#endif
--],statvfs,f_frsize)
--
--AC_CHECK_STRUCT_FOR([
--#ifdef HAVE_SYS_STAT_H
--#include <sys/stat.h>
--#endif
--#if HAVE_SYS_STATFS_H
--#include <sys/statfs.h>
--#endif
--#if HAVE_SYS_STATVFS_H
--#include <sys/statvfs.h>
--#endif
--],statvfs,f_files)
-+dnl AC_CHECK_STRUCT_FOR([
-+dnl #ifdef HAVE_SYS_STAT_H
-+dnl #include <sys/stat.h>
-+dnl #endif
-+dnl #if HAVE_SYS_STATFS_H
-+dnl #include <sys/statfs.h>
-+dnl #endif
-+dnl #if HAVE_SYS_STATVFS_H
-+dnl #include <sys/statvfs.h>
-+dnl #endif
-+dnl ],statvfs,f_frsize)
-+
-+dnl AC_CHECK_STRUCT_FOR([
-+dnl #ifdef HAVE_SYS_STAT_H
-+dnl #include <sys/stat.h>
-+dnl #endif
-+dnl #if HAVE_SYS_STATFS_H
-+dnl #include <sys/statfs.h>
-+dnl #endif
-+dnl #if HAVE_SYS_STATVFS_H
-+dnl #include <sys/statvfs.h>
-+dnl #endif
-+dnl ],statvfs,f_files)
-
- AC_CHECK_STRUCT_FOR([
- #if HAVE_NLIST_H
diff --git a/net-mgmt/net-snmp/files/patch-hr_storage.c b/net-mgmt/net-snmp/files/patch-hr_storage.c
index 3656d5a..1e2e66f 100644
--- a/net-mgmt/net-snmp/files/patch-hr_storage.c
+++ b/net-mgmt/net-snmp/files/patch-hr_storage.c
@@ -1,6 +1,24 @@
---- agent/mibgroup/host/hr_storage.c.orig Sat Apr 20 16:30:03 2002
-+++ agent/mibgroup/host/hr_storage.c Wed Apr 24 01:37:29 2002
-@@ -604,7 +604,15 @@
+--- agent/mibgroup/host/hr_storage.c.orig Thu Jul 4 22:00:31 2002
++++ agent/mibgroup/host/hr_storage.c Mon Jul 22 14:38:58 2002
+@@ -148,7 +148,7 @@
+ #define HRFS_mount mnt_mountp
+ #define HRFS_statfs statvfs
+
+-#elif defined(HAVE_STATVFS)
++#elif defined(HAVE_STATVFS) && defined(HAVE_MNTENT)
+
+ extern struct mntent *HRFS_entry;
+ extern int fscount;
+@@ -563,7 +563,7 @@
+ }
+ case HRSTORE_UNITS:
+ if (store_idx < HRS_TYPE_FS_MAX)
+-#if STRUCT_STATVFS_HAS_F_FRSIZE
++#if defined(STRUCT_STATVFS_HAS_F_FRSIZE) && defined(HAVE_MNTENT)
+ long_return = stat_buf.f_frsize;
+ #else
+ long_return = stat_buf.f_bsize;
+@@ -646,7 +646,15 @@
i++)
long_return += mbstat.m_mtypes[i];
#elif defined(MBSTAT_SYMBOL)
@@ -16,7 +34,7 @@
#elif defined(NO_DUMMY_VALUES)
return NULL;
#else
-@@ -654,7 +662,15 @@
+@@ -704,7 +712,15 @@
* mbpool.pr_size + (mclpool.pr_nget - mclpool.pr_nput)
* mclpool.pr_size;
#elif defined(MBSTAT_SYMBOL)
OpenPOWER on IntegriCloud