Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6768F84D50 for ; Sat, 7 Oct 2023 04:06:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xzIKVo8fB1aO for ; Sat, 7 Oct 2023 04:06:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CE89884CCF for ; Sat, 7 Oct 2023 04:06:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7D3AFBDB; Sat, 7 Oct 2023 04:06:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1696651586238530" MIME-Version: 1.0 Date: Sat, 7 Oct 2023 04:06:26 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/ccls To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231007040626.C7D3AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1696651586238530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Oct 7 04:06:26 UTC 2023 Modified Files: pkgsrc/devel/ccls: Makefile distinfo Log Message: ccls: updated to 0.20230717 0.20230717 Disable -include b.hh => -include b.hh.{gch,pch} transition See https://maskray.me/blog/2023-07-16-precompiled-headers for the behavior. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ccls/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ccls/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1696651586238530 Content-Disposition: inline Content-Length: 2505 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ccls/Makefile diff -u pkgsrc/devel/ccls/Makefile:1.4 pkgsrc/devel/ccls/Makefile:1.5 --- pkgsrc/devel/ccls/Makefile:1.4 Tue May 2 06:47:25 2023 +++ pkgsrc/devel/ccls/Makefile Sat Oct 7 04:06:26 2023 @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2023/05/02 06:47:25 nikita Exp $ +# $NetBSD: Makefile,v 1.5 2023/10/07 04:06:26 adam Exp $ -DISTNAME= ccls-0.20220729 +DISTNAME= ccls-0.20230717 MASTER_SITES= ${MASTER_SITE_GITHUB:=MaskRay/} -PKGREVISION= 1 CATEGORIES= devel GITHUB_TAG= ${PKGVERSION_NOREV} -GITHUB_PROJECT= ccls MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/MaskRay/ccls COMMENT= C/C++/ObjC language server LICENSE= apache-2.0 -USE_LANGUAGES= c c++17 -USE_CMAKE= yes -CMAKE_ARGS+= -DCCLS_VERSION:STRING="${PKGVERSION_NOREV}" +USE_CXX_FEATURES+= c++17 +USE_LANGUAGES= c c++ +CMAKE_CONFIGURE_ARGS+= -DCCLS_VERSION:STRING="${PKGVERSION_NOREV}" + CXXFLAGS+= -DNDEBUG PTHREAD_OPTS+= require @@ -25,12 +24,11 @@ PKGSRC_COMPILER= clang PKG_CC= clang PKG_CXX= clang++ -DEPENDS+= llvm>=15<16:../../lang/llvm - -.include "../../devel/zlib/buildlink3.mk" .include "../../archivers/zstd/buildlink3.mk" +.include "../../devel/cmake/build.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../lang/clang/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../mk/terminfo.buildlink3.mk" .include "../../textproc/rapidjson/buildlink3.mk" +.include "../../mk/terminfo.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ccls/distinfo diff -u pkgsrc/devel/ccls/distinfo:1.1 pkgsrc/devel/ccls/distinfo:1.2 --- pkgsrc/devel/ccls/distinfo:1.1 Wed Jan 4 17:25:07 2023 +++ pkgsrc/devel/ccls/distinfo Sat Oct 7 04:06:26 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2023/01/04 17:25:07 nikita Exp $ +$NetBSD: distinfo,v 1.2 2023/10/07 04:06:26 adam Exp $ -BLAKE2s (ccls-0.20220729.tar.gz) = 51306948f0df4f1ba93e114ad69d0fc064de01b42ec470e1366e7aa0accaec7b -SHA512 (ccls-0.20220729.tar.gz) = 63cb4eace1700118f9c8c4d2f4be40aac948f9c658485c8e3f49dcc863ce7bdd8b6de810b95ec8f46c943b65c8aa5fa643b110a6b981a2e43f57569d897d36c1 -Size (ccls-0.20220729.tar.gz) = 160861 bytes +BLAKE2s (ccls-0.20230717.tar.gz) = eb8c64574dec387ef6b138f37de297a0889697daf069a64cfb9aad20972a1bf5 +SHA512 (ccls-0.20230717.tar.gz) = f0fe31877151b76cabc17aa2ef8d3d87038805fbe43ca807e2e0824e90d952b1f5767f151788480aedf58e2ff569b72978fceeaca6b741b00c643d73f6afb445 +Size (ccls-0.20230717.tar.gz) = 161869 bytes --_----------=_1696651586238530--