Page MenuHomeFreeBSD

D15662.id43307.diff
No OneTemporary

D15662.id43307.diff

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

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)

Event Timeline