pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/net-snmp net-snmp: Fix broken logic.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4c2b4a50859
branches:  trunk
changeset: 387279:f4c2b4a50859
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Oct 25 19:33:14 2022 +0000

description:
net-snmp: Fix broken logic.

diffstat:

 net/net-snmp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 281bff436180 -r f4c2b4a50859 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Tue Oct 25 19:21:36 2022 +0000
+++ b/net/net-snmp/Makefile     Tue Oct 25 19:33:14 2022 +0000
@@ -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 @@
 .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