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: Tue May 2 06:47:25 UTC 2023
Modified Files:
pkgsrc/devel/ccls: Makefile
Log Message:
ccls: fix versioned dependency expression
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/devel/ccls/Makefile:1.4
--- pkgsrc/devel/ccls/Makefile:1.3 Mon May 1 17:22:23 2023
+++ pkgsrc/devel/ccls/Makefile Tue May 2 06:47:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/01 17:22:23 nikita Exp $
+# $NetBSD: Makefile,v 1.4 2023/05/02 06:47:25 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-15.[0-9]*:../../lang/llvm
+DEPENDS+= llvm>=15<16:../../lang/llvm
.include "../../devel/zlib/buildlink3.mk"
.include "../../archivers/zstd/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index