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:           Tue Oct 25 19:33:15 UTC 2022

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

Log Message:
net-snmp: Fix broken logic.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 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.139 pkgsrc/net/net-snmp/Makefile:1.140
--- pkgsrc/net/net-snmp/Makefile:1.139  Tue Oct 18 12:01:52 2022
+++ pkgsrc/net/net-snmp/Makefile        Tue Oct 25 19:33:14 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.139 2022/10/18 12:01:52 adam Exp $
+# $NetBSD: Makefile,v 1.140 2022/10/25 19:33:14 jperkin Exp $
 
 .include "Makefile.common"
 CATEGORIES=    net
@@ -66,7 +66,7 @@ CONFIGURE_ARGS+=      --with-persistent-direc
 .if !empty(NET_SNMP_MIBDIRS)
 CONFIGURE_ARGS+=       --with-mibdirs=${NET_SNMP_MIBDIRS:Q}
 .endif
-.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=       --with-mib-modules="smux host ucd-snmp/diskio mibII/kernel_netbsd"
 .elif ${OPSYS} == "SunOS"
 CONFIGURE_ARGS+=       --with-mib-modules="smux host ucd-snmp/diskio"



Home | Main Index | Thread Index | Old Index