pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul  9 08:16:02 UTC 2022

Modified Files:
        pkgsrc/lang/libLLVM: Makefile
        pkgsrc/lang/llvm: Makefile

Log Message:
llvm: does not support python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/libLLVM/Makefile
cvs rdiff -u -r1.71 -r1.72 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/libLLVM/Makefile
diff -u pkgsrc/lang/libLLVM/Makefile:1.39 pkgsrc/lang/libLLVM/Makefile:1.40
--- pkgsrc/lang/libLLVM/Makefile:1.39   Tue Jun 28 11:34:13 2022
+++ pkgsrc/lang/libLLVM/Makefile        Sat Jul  9 08:16:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2022/06/28 11:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2022/07/09 08:16:02 wiz Exp $
 
 DISTNAME=      llvm-13.0.1.src
 PKGNAME=       ${DISTNAME:S/llvm/libLLVM/:S/.src//}
@@ -19,6 +19,8 @@ USE_CMAKE=            yes
 GCC_REQD+=             5
 PYTHON_FOR_BUILD_ONLY= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.71 pkgsrc/lang/llvm/Makefile:1.72
--- pkgsrc/lang/llvm/Makefile:1.71      Tue Jun 28 11:34:13 2022
+++ pkgsrc/lang/llvm/Makefile   Sat Jul  9 08:16:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2022/06/28 11:34:13 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2022/07/09 08:16:02 wiz Exp $
 #
 # when updating this, please also update:
 # devel/include-what-you-use
@@ -38,6 +38,8 @@ USE_CMAKE=            yes
 GCC_REQD+=             5
 PYTHON_FOR_BUILD_ONLY= yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 NOT_FOR_PLATFORM+=     *-*-alpha
 NOT_FOR_PLATFORM+=     *-*-vax
 



Home | Main Index | Thread Index | Old Index