Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153175770
D15662.id43307.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15662.id43307.diff
View Options
Index: www/qt5-webengine/Makefile
===================================================================
--- www/qt5-webengine/Makefile
+++ www/qt5-webengine/Makefile
@@ -20,6 +20,7 @@
PORTNAME= webengine
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX= qt5-
@@ -86,12 +87,16 @@
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10
-
-BUILD_DEPENDS+= clang50:devel/llvm50
-CC= clang50
-CXX= clang++50
.endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
+# 1101513 is 11-STABLE after merging clang, llvm, lld, lldb, compiler-rt and
+# libc++ 6.0.0 release, and several follow-up fixes.
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1101513
+BUILD_DEPENDS+= clang60:devel/llvm60
+CC= clang60
+CXX= clang++60
+.endif # ${OPSYS} == FreeBSD && ${OSVERSION} < 1101513
+
# We need ar(1) from ports because the Chromium code uses the @file syntax.
# We then need to ensure ld(1) from ports is used because of the archives ar(1)
# generated.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 3:06 PM (3 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31847047
Default Alt Text
D15662.id43307.diff (1 KB)
Attached To
Mode
D15662: Use clang 6.0 (minimum) for webengine
Attached
Detach File
Event Timeline
Log In to Comment