pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Nov 23 11:00:52 UTC 2023

Modified Files:
        pkgsrc/lang/python: tool.mk

Log Message:
python: Default tool.mk to PYTHON_FOR_BUILD_ONLY=tool.

Helps to avoid buildlinking unnecessarily which can lead to dependency
issues with packages that are pulled in by python's buildlink3.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/python/tool.mk

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

Modified files:

Index: pkgsrc/lang/python/tool.mk
diff -u pkgsrc/lang/python/tool.mk:1.4 pkgsrc/lang/python/tool.mk:1.5
--- pkgsrc/lang/python/tool.mk:1.4      Tue Jun 27 10:31:21 2023
+++ pkgsrc/lang/python/tool.mk  Thu Nov 23 11:00:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: tool.mk,v 1.4 2023/06/27 10:31:21 riastradh Exp $
+# $NetBSD: tool.mk,v 1.5 2023/11/23 11:00:52 jperkin Exp $
 #
 # Create `python' interpreter wrapper for applicable Python bin.
 #
@@ -12,6 +12,7 @@
 PYTHON_TOOL_MK=        defined
 
 .if !defined(PYTHON_PYVERSION_MK)
+PYTHON_FOR_BUILD_ONLY?=        tool
 .include "../../lang/python/pyversion.mk"
 .endif
 



Home | Main Index | Thread Index | Old Index