pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ups-nut



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 22 22:27:13 UTC 2022

Modified Files:
        pkgsrc/sysutils/ups-nut: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/sysutils/ups-nut/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ups-nut/Makefile
diff -u pkgsrc/sysutils/ups-nut/Makefile:1.66 pkgsrc/sysutils/ups-nut/Makefile:1.67
--- pkgsrc/sysutils/ups-nut/Makefile:1.66       Thu Aug 11 16:00:17 2022
+++ pkgsrc/sysutils/ups-nut/Makefile    Mon Aug 22 22:27:12 2022
@@ -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-drvpath=${NUT_DR
 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