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:   gdt
Date:           Wed Nov 22 18:14:42 UTC 2023

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

Log Message:
sysutils/ups-nut: Force off non-chosen python versions harder


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 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.74 pkgsrc/sysutils/ups-nut/Makefile:1.75
--- pkgsrc/sysutils/ups-nut/Makefile:1.74       Thu Nov  9 21:02:48 2023
+++ pkgsrc/sysutils/ups-nut/Makefile    Wed Nov 22 18:14:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/11/09 21:02:48 gdt Exp $
+# $NetBSD: Makefile,v 1.75 2023/11/22 18:14:42 gdt Exp $
 
 .include "Makefile.common"
 
@@ -32,6 +32,8 @@ CONFIGURE_ARGS+=      --without-nut_monitor   #
 # https://github.com/networkupstools/nut/issues/1792 which upstream
 # declines to fix.
 CONFIGURE_ARGS+=       --without-python2
+# Force only our chosen python3 (same reason as above).
+CONFIGURE_ARGS+=       --with-python3=${PYTHONBIN}
 CONFIGURE_ARGS+=       --with-python=${PYTHONBIN}
 # \todo Move to split package.
 



Home | Main Index | Thread Index | Old Index