pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ups-nut ups-nut: don't pick up system net-snmp



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb2317fde6d0
branches:  trunk
changeset: 383801:bb2317fde6d0
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 22 22:27:12 2022 +0000

description:
ups-nut: don't pick up system net-snmp

diffstat:

 sysutils/ups-nut/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c3073ec74af5 -r bb2317fde6d0 sysutils/ups-nut/Makefile
--- a/sysutils/ups-nut/Makefile Mon Aug 22 22:21:53 2022 +0000
+++ b/sysutils/ups-nut/Makefile Mon Aug 22 22:27:12 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2022/08/11 16:00:17 gdt Exp $
+# $NetBSD: Makefile,v 1.67 2022/08/22 22:27:12 tnn Exp $
 
 PKGREVISION= 2
 .include "Makefile.common"
@@ -20,6 +20,7 @@
 CONFIGURE_ARGS+=       --with-altpidpath=${NUT_STATEDIR:Q}
 CONFIGURE_ARGS+=       --with-pidpath=${NUT_STATEDIR:Q}
 CONFIGURE_ARGS+=       --with-dev
+CONFIGURE_ARGS+=       --without-snmp  # provided by sysutils/ups-nut-snmp
 
 PKG_GROUPS_VARS+=      NUT_GROUP
 PKG_USERS_VARS+=       NUT_USER



Home | Main Index | Thread Index | Old Index