diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:18:02 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:18:02 +0000 |
commit | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (patch) | |
tree | f2f2184ab455f3516b09f10eb76f3807c9c277aa /net/net-snmp/files/patch-al | |
parent | Use Tcl/Tk 8.4 rather than 8.3. (diff) |
o Upgrade to 5.1 (bump shlib major to 6, use autoconf257).
o Add ${NET_SNMP_MIB_MODULES} which is "host smux ucd-snmp/diskio"
by default.
o Remove unused variables.
o Update various local patches around {tcp,udp}Table and
hr_{storage,system}.
Diffstat (limited to 'net/net-snmp/files/patch-al')
-rw-r--r-- | net/net-snmp/files/patch-al | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/net-snmp/files/patch-al b/net/net-snmp/files/patch-al deleted file mode 100644 index 89187b836b0b..000000000000 --- a/net/net-snmp/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in.orig Tue May 7 08:12:10 2002 -+++ configure.in Mon Jun 24 09:38:33 2002 -@@ -1772,6 +1772,26 @@ - AC_CACHE_CHECK(type of rtentry structure,ac_cv_RTENTRY_TYPE, - [ - -+dnl 4.4 compatible but renamed on FreeBSD -+AC_TRY_COMPILE([ -+#include <sys/types.h> -+#define KERNEL -+#define _KERNEL -+#include <sys/socket.h> -+#undef KERNEL -+#undef _KERNEL -+#include <net/route.h> -+],[ -+ -+#ifndef STRUCT_RTENTRY_HAS_RT_DST -+#define rt_dst rt_nodes->rn_key -+#endif -+ -+ struct rtentry rt; -+ rt.rt_nodes[0].rn_bit = 1; -+ rt.rt_dst; -+ ], ac_cv_RTENTRY_TYPE="BSD-4.4") -+ - dnl 4.4 compat - AC_TRY_COMPILE([ - #ifdef HAVE_SYS_PARAM_H |