pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/wasi-compiler-rt



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec 15 01:10:02 UTC 2022

Modified Files:
        pkgsrc/lang/wasi-compiler-rt: buildlink3.mk

Log Message:
wasi-compiler-rt: catch up with LLVM bump


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/wasi-compiler-rt/buildlink3.mk

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

Modified files:

Index: pkgsrc/lang/wasi-compiler-rt/buildlink3.mk
diff -u pkgsrc/lang/wasi-compiler-rt/buildlink3.mk:1.4 pkgsrc/lang/wasi-compiler-rt/buildlink3.mk:1.5
--- pkgsrc/lang/wasi-compiler-rt/buildlink3.mk:1.4      Fri Aug 12 13:59:52 2022
+++ pkgsrc/lang/wasi-compiler-rt/buildlink3.mk  Thu Dec 15 01:10:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/08/12 13:59:52 gutteridge Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/12/15 01:10:02 gutteridge Exp $
 
 BUILDLINK_TREE+=       wasi-compiler-rt
 
@@ -9,7 +9,7 @@ WASI_COMPILER_RT_BUILDLINK3_MK:=
 
 # This exact version must be kept in sync with llvm, or firefox
 # minimum build dependencies will be incorrect.
-BUILDLINK_API_DEPENDS.wasi-compiler-rt+=       wasi-compiler-rt>=14.0.6
+BUILDLINK_API_DEPENDS.wasi-compiler-rt+=       wasi-compiler-rt>=15.0.6
 BUILDLINK_PKGSRCDIR.wasi-compiler-rt?=         ../../lang/wasi-compiler-rt
 
 .endif # WASI_COMPILER_RT_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index