pkgsrc-WIP-changes archive

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

ups-nut: Sync with pkgsrc version



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Nov 22 13:15:35 2023 -0500
Changeset:	4cb2128efd5cbff6c9cec42e4cf29ad6a3931040

Modified Files:
	ups-nut/Makefile

Log Message:
ups-nut: Sync with pkgsrc version

This adopts "avoid wrong python versions harder".

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4cb2128efd5cbff6c9cec42e4cf29ad6a3931040

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

diffstat:
 ups-nut/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/ups-nut/Makefile b/ups-nut/Makefile
index 1ca6e8d133..60b37fc973 100644
--- a/ups-nut/Makefile
+++ b/ups-nut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2023/11/09 16:41:15 gdt Exp $
+# $NetBSD: Makefile,v 1.75 2023/11/22 18:14:42 gdt Exp $
 
 .include "Makefile.common"
 
@@ -31,6 +31,8 @@ CONFIGURE_ARGS+=	--without-nut_monitor	# not yet packaged
 # 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