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:   wiz
Date:           Tue Oct  7 14:59:50 UTC 2025

Modified Files:
        pkgsrc/net/net-snmp: Makefile

Log Message:
net-snmp: disable a warning to fix build with gcc 14

Add link to upstream bug report URL.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 pkgsrc/net/net-snmp/Makefile

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/Makefile
diff -u pkgsrc/net/net-snmp/Makefile:1.145 pkgsrc/net/net-snmp/Makefile:1.146
--- pkgsrc/net/net-snmp/Makefile:1.145  Fri Jul  4 08:47:38 2025
+++ pkgsrc/net/net-snmp/Makefile        Tue Oct  7 14:59:50 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2025/07/04 08:47:38 wiz Exp $
+# $NetBSD: Makefile,v 1.146 2025/10/07 14:59:50 wiz Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -34,6 +34,9 @@ CFLAGS+=              -Dnetbsd1
 CFLAGS+=               -DSOL_IP=IPPROTO_IP
 .endif
 
+# https://github.com/net-snmp/net-snmp/issues/1008
+CFLAGS+=       -Wno-incompatible-pointer-types
+
 LDFLAGS.SunOS+=                -lkvm
 
 .if (${OPSYS} == "NetBSD") || !exists(/usr/bin/lpstat)



Home | Main Index | Thread Index | Old Index