pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Nov 23 11:01:46 UTC 2023

Modified Files:
        pkgsrc/lang/llvm: Makefile

Log Message:
llvm: Switch PYTHON_FOR_BUILD_ONLY to "tool".

Avoids problems where python is buildlinked, and buildlink dependencies of
python ending up being available during the build but not registered as full
dependencies, resulting in them potentially being unavailable at runtime.


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/lang/llvm/Makefile

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

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.93 pkgsrc/lang/llvm/Makefile:1.94
--- pkgsrc/lang/llvm/Makefile:1.93      Wed Nov  8 13:19:49 2023
+++ pkgsrc/lang/llvm/Makefile   Thu Nov 23 11:01:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.93 2023/11/08 13:19:49 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2023/11/23 11:01:46 jperkin Exp $
 #
 # When updating this, please also update:
 # devel/include-what-you-use
@@ -37,7 +37,7 @@ LICENSE=      apache-2.0
 
 USE_LANGUAGES=         c c++14
 GCC_REQD+=             7
-PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_FOR_BUILD_ONLY= tool
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index