Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142978773
D24222.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D24222.id.diff
View Options
Index: head/devel/libclc/Makefile
===================================================================
--- head/devel/libclc/Makefile
+++ head/devel/libclc/Makefile
@@ -44,7 +44,7 @@
.include <bsd.port.options.mk>
# Keep in sync with lang/clover
-.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif
Index: head/devel/oclgrind/Makefile
===================================================================
--- head/devel/oclgrind/Makefile
+++ head/devel/oclgrind/Makefile
@@ -33,7 +33,7 @@
.include <bsd.port.options.mk>
-.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif
Index: head/devel/py-llvmlite/Makefile
===================================================================
--- head/devel/py-llvmlite/Makefile
+++ head/devel/py-llvmlite/Makefile
@@ -30,9 +30,9 @@
.include <bsd.port.pre.mk>
-.if ${LLVM_DEFAULT:S,-devel,990,} < ${LLVM_SUPPORTED_MIN}
+.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} < ${LLVM_SUPPORTED_MIN}
LLVM_VER= ${LLVM_SUPPORTED_MIN}
-.elif ${LLVM_DEFAULT:S,-devel,990,} > ${LLVM_SUPPORTED_MAX}
+.elif ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} > ${LLVM_SUPPORTED_MAX}
LLVM_VER= ${LLVM_SUPPORTED_MAX}
.else
LLVM_VER= ${LLVM_DEFAULT}
Index: head/devel/qtcreator/Makefile
===================================================================
--- head/devel/qtcreator/Makefile
+++ head/devel/qtcreator/Makefile
@@ -84,7 +84,7 @@
.include <bsd.port.pre.mk>
-.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif
Index: head/graphics/mesa-dri/Makefile.common
===================================================================
--- head/graphics/mesa-dri/Makefile.common
+++ head/graphics/mesa-dri/Makefile.common
@@ -80,7 +80,7 @@
.if ${ARCH} == powerpc64
LLVM_DEFAULT= 90
-.elif ${LLVM_DEFAULT:S,-devel,990,} >= 90
+.elif ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif
Index: head/security/afl/Makefile
===================================================================
--- head/security/afl/Makefile
+++ head/security/afl/Makefile
@@ -42,7 +42,7 @@
.include <bsd.port.options.mk>
-.if ${LLVM_DEFAULT:S,-devel,990,} >= 90
+.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
LLVM_DEFAULT= 80
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 26, 1:39 AM (19 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27989072
Default Alt Text
D24222.id.diff (2 KB)
Attached To
Mode
D24222: Handle LLVM_DEFAULT downgrade with DEFAULT_VERSIONS+=llvm=10
Attached
Detach File
Event Timeline
Log In to Comment