pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43288



The following reply was made to PR pkg/43288; it has been noted by GNATS.

From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/43288
Date: Sun, 31 Oct 2010 16:57:34 +0300

 --4ZLFUWh1odzi/v6L
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Disposition: inline
 
 Please test the attached patch.
 
 -- 
 Sergey Svishchev
 
 --4ZLFUWh1odzi/v6L
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="43288.diff"
 
 --- net/net-snmp/distinfo      20 Jul 2010 08:33:44 -0000      1.56
 +++ net/net-snmp/distinfo      30 Oct 2010 22:56:55 -0000
 @@ -46,10 +46,10 @@
  SHA1 (patch-es) = c26c048ccbda7e4d28cb0a2263cdaa71befb4f96
  SHA1 (patch-et) = 5a352594bfde763c215eb8b0d18951add1f3e777
  SHA1 (patch-eu) = c0521de99c52c517509a76b55a62640fdce06d40
 -SHA1 (patch-ev) = 4a686c44e73a7d9d6a792db1f1a5b20fc654e33e
 +SHA1 (patch-ev) = db0d0320a2b7e922354da32f07d22755cf8bcddc
  SHA1 (patch-ew) = 2f96f61269723adbb4df0cd0adc65d0e0abb6b01
  SHA1 (patch-ex) = ac1876e54fd7bc643ae8a290f83ce4ab3b50d7c6
  SHA1 (patch-ey) = bc54546495c3726a5e4853eb29b04de9858f8f19
  SHA1 (patch-ez) = 812fffcf992a040677cbb05d8a8344d221203030
 -SHA1 (patch-fa) = ea4243dd36395d16ee1a6b2eccce9ef833a9308b
 +SHA1 (patch-fa) = 8014731bdc90fb61b1588f3abbe177f2c343f368
  SHA1 (patch-fb) = 64d97a51d82488ef4d3ea5dd40278501975d58fb
 --- net/net-snmp/patches/patch-ev      11 May 2010 04:39:54 -0000      1.1
 +++ net/net-snmp/patches/patch-ev      30 Oct 2010 22:56:48 -0000
 @@ -2,7 +2,7 @@
  
  --- agent/mibgroup/mibII/kernel_netbsd.c.orig 2010-03-12 00:47:14.000000000 
+0000
  +++ agent/mibgroup/mibII/kernel_netbsd.c      2010-03-12 01:40:58.000000000 
+0000
 -@@ -0,0 +1,194 @@
 +@@ -0,0 +1,199 @@
  +/*
  + * NetBSD implementation for mapping the IP stat arrays into struct's
  + * Required for NetBSD versions produced after April 7th 2008 (4+)
 @@ -11,6 +11,9 @@
  + */
  +
  +#include <sys/param.h>
 ++
 ++#if __NetBSD_Version__ >= 499005800
 ++
  +#include <sys/sysctl.h>
  +#include <sys/protosw.h>
  +
 @@ -197,3 +200,5 @@
  +
  +    return 0;
  +}
 ++
 ++#endif /* __NetBSD_Version__ >= 499005800 */
 --- net/net-snmp/patches/patch-fa      11 May 2010 04:39:54 -0000      1.1
 +++ net/net-snmp/patches/patch-fa      30 Oct 2010 22:48:07 -0000
 @@ -6,7 +6,7 @@
   # define netbsd1 netbsd1
   #endif
   
 -+#if __NetBSD_Version__ >= 400000000
 ++#if __NetBSD_Version__ >= 499005800
  +#define netbsd4 netbsd4
  +#endif /* __NetBSD_Version__ >= 400000000 */
  +
 
 --4ZLFUWh1odzi/v6L--
 


Home | Main Index | Thread Index | Old Index