eda27ad6b6
- Add appropriate CONFLICTS, NO_LATEST_LINK. - Upgrade net-mgmt/net-snmp to 5.4.1 [1]. PR: ports/110969 [1] Submitted by: valerio.daelli@gmail.com [1] This upgrade (5.3.x -> 5.4.1) includes various changes in original sources. If you find something strange (or missing/incorrect MIB values) than 5.3.x, please let me know. And you can choose net-mgmt/net-snmp53 port for old 5.3.x version.
14 lines
414 B
C
14 lines
414 B
C
--- include/net-snmp/system/generic.h.orig 2008-03-26 10:28:25.802233395 +0900
|
|
+++ include/net-snmp/system/generic.h 2008-03-26 10:29:40.629721291 +0900
|
|
@@ -1,3 +1,5 @@
|
|
+#ifndef __NET_SNMP_SYSTEM_GENERIC_H__
|
|
+#define __NET_SNMP_SYSTEM_GENERIC_H__
|
|
|
|
#define bsdlike bsdlike
|
|
|
|
@@ -72,3 +74,5 @@
|
|
*/
|
|
#define INP_NEXT_SYMBOL inp_next
|
|
#define INP_PREV_SYMBOL inp_prev
|
|
+
|
|
+#endif /* !__NET_SNMP_SYSTEM_GENERIC_H__ */
|