pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ccls
Module Name: pkgsrc
Committed By: nikita
Date: Mon May 1 17:22:23 UTC 2023
Modified Files:
pkgsrc/devel/ccls: Makefile
Log Message:
ccls: depend on llvm 15 until update
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ccls/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ccls/Makefile
diff -u pkgsrc/devel/ccls/Makefile:1.2 pkgsrc/devel/ccls/Makefile:1.3
--- pkgsrc/devel/ccls/Makefile:1.2 Wed Apr 19 08:09:38 2023
+++ pkgsrc/devel/ccls/Makefile Mon May 1 17:22:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/04/19 08:09:38 adam Exp $
+# $NetBSD: Makefile,v 1.3 2023/05/01 17:22:23 nikita Exp $
DISTNAME= ccls-0.20220729
MASTER_SITES= ${MASTER_SITE_GITHUB:=MaskRay/}
@@ -25,7 +25,7 @@ PKGSRC_COMPILER= clang
PKG_CC= clang
PKG_CXX= clang++
-DEPENDS+= llvm-[0-9]*:../../lang/llvm
+DEPENDS+= llvm-15.[0-9]*:../../lang/llvm
.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index