pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/llvm llvm: add wasi-compiler-rt & wasi-libcxx to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/411bbc7fcc03
branches:  trunk
changeset: 383130:411bbc7fcc03
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Aug 12 15:59:31 2022 +0000

description:
llvm: add wasi-compiler-rt & wasi-libcxx to dependencies comment

diffstat:

 lang/llvm/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r d57b93dadcf6 -r 411bbc7fcc03 lang/llvm/Makefile
--- a/lang/llvm/Makefile        Fri Aug 12 15:48:35 2022 +0000
+++ b/lang/llvm/Makefile        Fri Aug 12 15:59:31 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2022/08/12 08:37:58 pin Exp $
+# $NetBSD: Makefile,v 1.75 2022/08/12 15:59:31 gutteridge Exp $
 #
-# when updating this, please also update:
+# When updating this, please also update:
 # devel/include-what-you-use
 # devel/lld
 # devel/lldb
@@ -11,6 +11,8 @@
 # lang/libcxx
 # lang/libcxxabi
 # lang/libunwind
+# lang/wasi-compiler-rt
+# lang/wasi-libcxx
 # parallel/openmp
 #
 # Do not update:
@@ -19,7 +21,7 @@
 # logically libLLVM4.
 #
 # Always update all */buildlink3.mk to require the latest stable release
-# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility
+# version in BUILDLINK_API_DEPENDS, as there is no backwards compatibility.
 
 .include "version.mk"
 



Home | Main Index | Thread Index | Old Index