pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/llvm



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Aug 12 15:59:31 UTC 2022

Modified Files:
        pkgsrc/lang/llvm: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/lang/llvm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/llvm/Makefile
diff -u pkgsrc/lang/llvm/Makefile:1.74 pkgsrc/lang/llvm/Makefile:1.75
--- pkgsrc/lang/llvm/Makefile:1.74      Fri Aug 12 08:37:58 2022
+++ pkgsrc/lang/llvm/Makefile   Fri Aug 12 15:59:31 2022
@@ -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