pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/net-snmp



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Mar  6 09:37:01 UTC 2024

Modified Files:
        pkgsrc/net/net-snmp: distinfo
        pkgsrc/net/net-snmp/patches: patch-configure

Log Message:
net-snmp: Support long fds_bits.


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/net/net-snmp/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/net-snmp/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/net-snmp/distinfo
diff -u pkgsrc/net/net-snmp/distinfo:1.103 pkgsrc/net/net-snmp/distinfo:1.104
--- pkgsrc/net/net-snmp/distinfo:1.103  Wed Feb 21 10:21:00 2024
+++ pkgsrc/net/net-snmp/distinfo        Wed Mar  6 09:37:00 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.103 2024/02/21 10:21:00 wiz Exp $
+$NetBSD: distinfo,v 1.104 2024/03/06 09:37:00 jperkin Exp $
 
 BLAKE2s (net-snmp-5.9.4.tar.gz) = 44b2e38afb93da994d7d90f342a9971c266f710e232c84206e204bb9a1266fe6
 SHA512 (net-snmp-5.9.4.tar.gz) = a510fa91a21e9ddc86a12fd1d0bc6b356e63f3ea53f184d2e31439004d41d902390664134dc40b3b828eabb4282eaf3da628a07c4d480fa00eff7e700950c423
@@ -18,7 +18,7 @@ SHA1 (patch-agent_mibgroup_mibII_ipAddr.
 SHA1 (patch-agent_mibgroup_mibII_tcp.c) = fb065ad10b375b47608a12cf81f29fd473e6fba1
 SHA1 (patch-agent_mibgroup_mibII_var__route.c) = 6050099b8c060f857ec7d05409bc077db21bd650
 SHA1 (patch-agent_snmp__perl.c) = 52b7b26ce8cae6d892b017c50831565fc138a337
-SHA1 (patch-configure) = a6447c8291638d7a3575f53b2f25442ce4d7e487
+SHA1 (patch-configure) = ab40b8c62e3f9dfe7b85ee4a3620a572f44493aa
 SHA1 (patch-ov_UCD-fields) = 40e8d78bad93ca12f4c08c43b86e7f13edafc299
 SHA1 (patch-ov_oid__to__type.in) = 281be9a88860987880c71770f4050fd965dd8ed9
 SHA1 (patch-perl_OID_OID.xs) = b23d7ae82d367d457181d231a56c80e648b0ee6e

Index: pkgsrc/net/net-snmp/patches/patch-configure
diff -u pkgsrc/net/net-snmp/patches/patch-configure:1.4 pkgsrc/net/net-snmp/patches/patch-configure:1.5
--- pkgsrc/net/net-snmp/patches/patch-configure:1.4     Wed Feb 21 10:21:01 2024
+++ pkgsrc/net/net-snmp/patches/patch-configure Wed Mar  6 09:37:00 2024
@@ -1,8 +1,9 @@
-$NetBSD: patch-configure,v 1.4 2024/02/21 10:21:01 wiz Exp $
+$NetBSD: patch-configure,v 1.5 2024/03/06 09:37:00 jperkin Exp $
 
 - Do not store configure options as these might be polluted with workdir.
+- Support long fds_bits.
 
---- configure.orig     2024-02-21 09:11:27.578146251 +0000
+--- configure.orig     2023-08-15 20:32:24.000000000 +0000
 +++ configure
 @@ -3752,7 +3752,7 @@ ac_config_headers="$ac_config_headers in
  # save the configure arguments
@@ -13,3 +14,12 @@ $NetBSD: patch-configure,v 1.4 2024/02/2
  
  CONFIGURE_OPTIONS="\"$ac_configure_args\""
  
+@@ -31638,7 +31638,7 @@ CFLAGS="$CFLAGS -Werror"
+ 
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for the type of fd_set::fds_bits" >&5
+ printf %s "checking for the type of fd_set::fds_bits... " >&6; }
+-for type in __fd_mask __int32_t unknown; do
++for type in __fd_mask __int32_t long unknown; do
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 



Home | Main Index | Thread Index | Old Index