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

(-)ucd-snmp.fixed/Makefile (-1 / +3 lines)
Lines 47-53 Link Here
47
BROKEN=		"Uses the old VM system interfaces"
47
BROKEN=		"Uses the old VM system interfaces"
48
.endif
48
.endif
49
49
50
SHLIB_VERSION=3
50
SHLIB_VERSION=4
51
PLIST_SUB= shlib=${SHLIB_VERSION}
51
PLIST_SUB= shlib=${SHLIB_VERSION}
52
52
53
post-patch:
53
post-patch:
Lines 56-61 Link Here
56
post-install:
56
post-install:
57
	( cd ${PREFIX}/bin && strip ${BIN} )
57
	( cd ${PREFIX}/bin && strip ${BIN} )
58
	( cd ${PREFIX}/sbin && strip ${SBIN} )
58
	( cd ${PREFIX}/sbin && strip ${SBIN} )
59
	( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * )
60
	( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * )
59
	( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
61
	( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so )
60
	@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
62
	@${MKDIR} ${PREFIX}/share/examples/ucd-snmp
61
	@for F in ${WRKSRC}/etc/* ; do \
63
	@for F in ${WRKSRC}/etc/* ; do \
(-)ucd-snmp.fixed/patches/patch-ae (-1 / +1 lines)
Lines 5-11 Link Here
5
     freebsd*)
5
     freebsd*)
6
 	SHLIB_LD_CMD="ld -Bshareable -o"
6
 	SHLIB_LD_CMD="ld -Bshareable -o"
7
-	SHLIB_VERSION=.3.5
7
-	SHLIB_VERSION=.3.5
8
+	SHLIB_VERSION=.3
8
+	SHLIB_VERSION=.4
9
 	;;
9
 	;;
10
 
10
 
11
     *)
11
     *)
(-)ucd-snmp.fixed/patches/patch-ag (+11 lines)
Line 0 Link Here
1
--- snmplib/ucd-snmp-includes.h.orig	Wed Jan 20 18:18:42 1999
2
+++ snmplib/ucd-snmp-includes.h	Sat Aug 28 02:13:56 1999
3
@@ -4,7 +4,7 @@
4
 #include <netinet/in.h>
5
 
6
 /* uncomment if you don't have in_addr_t in netinet/in.h */
7
-/* typedef u_int in_addr_t; */
8
+typedef u_int in_addr_t;
9
 
10
 #include <ucd-snmp/asn1.h>
11
 #include <ucd-snmp/snmp_api.h>
(-)ucd-snmp.fixed/patches/patch-ah (+8 lines)
Line 0 Link Here
1
--- local/tkmib.orig	Wed Jul 21 19:06:52 1999
2
+++ local/tkmib	Sat Aug 28 02:37:57 1999
3
@@ -1,4 +1,4 @@
4
-#!/usr/local/bin/perl -w
5
+#!/usr/bin/perl -w
6
 
7
 require 5;
8

Return to bug 13539