From owner-freebsd-gecko@freebsd.org Sun Aug 11 05:11:43 2019 Return-Path: Delivered-To: freebsd-gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B42D4AFA3A for ; Sun, 11 Aug 2019 05:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 465nC34N53z4Z6K for ; Sun, 11 Aug 2019 05:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 943A4AFA39; Sun, 11 Aug 2019 05:11:43 +0000 (UTC) Delivered-To: gecko@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 93FC7AFA37 for ; Sun, 11 Aug 2019 05:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 465nC33RmYz4Z6J for ; Sun, 11 Aug 2019 05:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53E25949F for ; Sun, 11 Aug 2019 05:11:43 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x7B5BhSt094706 for ; Sun, 11 Aug 2019 05:11:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x7B5Bh9J094705 for gecko@FreeBSD.org; Sun, 11 Aug 2019 05:11:43 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 239682] Default to devel/llvm90 when libLLVM/libclang are required or if /usr/bin/clang is not enough Date: Sun, 11 Aug 2019 05:11:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: henry.hu.sh@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? maintainer-feedback+ maintainer-feedback? maintainer-feedback+ maintainer-feedback? maintainer-feedback? maintainer-feedback? maintainer-feedback+ maintainer-feedback? maintainer-feedback+ maintainer-feedback? maintainer-feedback? maintainer-feedback? maintainer-feedback+ maintainer-feedback+ maintainer-feedback? maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2019 05:11:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239682 Henry Hu changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(henry. |maintainer-feedback+ |hu.sh@gmail.com) | --- Comment #13 from Henry Hu --- I tested cquery with newer version of LLVM, and "cquery --test-unit" and "cquery --check " seem to work fine. We can make it use the default LLVM version with this patch: diff --git a/devel/cquery/Makefile b/devel/cquery/Makefile index 4ebab81..a91ea4a 100644 --- a/devel/cquery/Makefile +++ b/devel/cquery/Makefile @@ -12,8 +12,8 @@ LICENSE=3D MIT BROKEN_powerpc64=3D fails to build: Checking for 'clang++' (C++ compi= ler): not found -BUILD_DEPENDS=3D llvm-config60:devel/llvm60 -LIB_DEPENDS=3D libclang.so:devel/llvm60 +BUILD_DEPENDS=3D llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} +LIB_DEPENDS=3D libclang.so:devel/llvm${LLVM_DEFAULT} USES=3D compiler:c++14-lang waf @@ -28,7 +28,7 @@ GH_TUPLE=3D=20=20=20=20 miloyip:rapidjson:daabb88:rapidjson/third_party/rapidjson \ PLIST_FILES=3D bin/cquery -CONFIGURE_ARGS=3D --variant=3Dsystem --llvm-config=3D${LOCALBASE}/bin/llvm-config60 +CONFIGURE_ARGS=3D --variant=3Dsystem --llvm-config=3D${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT} MAKE_ARGS=3D --variant=3Dsystem post-install: --=20 You are receiving this mail because: You are on the CC list for the bug.=