FreeBSD Bugzilla – Attachment 192718 Details for
Bug 227684
devel/cquery: switch to llvm60
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v0
cquery.clang60.diff (text/plain), 1.20 KB, created by
Jan Beich
on 2018-04-22 06:11:26 UTC
(
hide
)
Description:
v0
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2018-04-22 06:11:26 UTC
Size:
1.20 KB
patch
obsolete
>From 7c8da762db48d6ea346200ac54bacf32db506058 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Sun, 22 Apr 2018 06:09:28 +0000 >Subject: [PATCH] devel/cquery: switch to llvm60 > >PR: 227684 >Approved by: ? >--- > devel/cquery/Makefile | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > >diff --git a/devel/cquery/Makefile b/devel/cquery/Makefile >index 7ed09f04d6ad..110b122d8dfe 100644 >--- a/devel/cquery/Makefile >+++ b/devel/cquery/Makefile >@@ -3,6 +3,7 @@ > PORTNAME= cquery > PORTVERSION= 20180213 > DISTVERSIONPREFIX= v >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= henry.hu.sh@gmail.com >@@ -10,8 +11,8 @@ COMMENT= Highly-scalable, low-latency language server for C/C++/Objective-C > > LICENSE= MIT > >-BUILD_DEPENDS= llvm-config50:devel/llvm50 >-LIB_DEPENDS= libclang.so:devel/llvm50 >+BUILD_DEPENDS= llvm-config60:devel/llvm60 >+LIB_DEPENDS= libclang.so:devel/llvm60 > > USES= waf > >@@ -25,7 +26,7 @@ GH_TUPLE= miloyip:rapidjson:daabb88:rapidjson/third_party/rapidjson \ > > PLIST_FILES= bin/cquery > >-CONFIGURE_ARGS= --variant=system --llvm-config=${LOCALBASE}/bin/llvm-config50 >+CONFIGURE_ARGS= --variant=system --llvm-config=${LOCALBASE}/bin/llvm-config60 > MAKE_ARGS= --variant=system > > post-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227684
: 192718 |
192864
|
192865
|
192880
|
192881