pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/bup
Module Name: pkgsrc
Committed By: gdt
Date: Mon Aug 12 17:45:52 UTC 2024
Modified Files:
pkgsrc/sysutils/bup: Makefile
Log Message:
sysutils/bup: Pass explicit reference to python-config
Otherwise, if python 3.11 and 3.12 are both installed, and pkgsrc is
building for 3.12, bup's configure might find 3.11.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/sysutils/bup/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/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.64 pkgsrc/sysutils/bup/Makefile:1.65
--- pkgsrc/sysutils/bup/Makefile:1.64 Sat Dec 30 15:34:49 2023
+++ pkgsrc/sysutils/bup/Makefile Mon Aug 12 17:45:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2023/12/30 15:34:49 gdt Exp $
+# $NetBSD: Makefile,v 1.65 2024/08/12 17:45:52 gdt Exp $
DISTNAME= bup-0.33.3
CATEGORIES= sysutils
@@ -48,6 +48,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-to
DIST_MANPAGES= ${WRKDIR}/${MAN_UNPACK}
+ALL_ENV+= BUP_PYTHON_CONFIG=${LOCALBASE}/bin/python${PYVERSSUFFIX}-config
+
# Note that tests 1) will fail on a fs mounted noatime and 2) need a
# lot of space, perhaps 1 GB.
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index