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: Fri Aug 12 13:59:52 UTC 2022
Modified Files:
pkgsrc/lang/wasi-compiler-rt: Makefile buildlink3.mk
Log Message:
wasi-compiler-rt: catch up with LLVM bump
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/wasi-compiler-rt/Makefile
cvs rdiff -u -r1.3 -r1.4 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/Makefile
diff -u pkgsrc/lang/wasi-compiler-rt/Makefile:1.12 pkgsrc/lang/wasi-compiler-rt/Makefile:1.13
--- pkgsrc/lang/wasi-compiler-rt/Makefile:1.12 Mon Apr 18 19:11:31 2022
+++ pkgsrc/lang/wasi-compiler-rt/Makefile Fri Aug 12 13:59:52 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2022/04/18 19:11:31 adam Exp $
+# $NetBSD: Makefile,v 1.13 2022/08/12 13:59:52 gutteridge Exp $
.include "../../lang/llvm/version.mk"
DISTNAME= compiler-rt-${LLVM_VERSION}.src
PKGNAME= ${DISTNAME:S/.src//:S/compiler-rt-/wasi-compiler-rt-/}
-PKGREVISION= 3
CATEGORIES= lang devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/lang/wasi-compiler-rt/buildlink3.mk
diff -u pkgsrc/lang/wasi-compiler-rt/buildlink3.mk:1.3 pkgsrc/lang/wasi-compiler-rt/buildlink3.mk:1.4
--- pkgsrc/lang/wasi-compiler-rt/buildlink3.mk:1.3 Sat Jun 4 00:34:30 2022
+++ pkgsrc/lang/wasi-compiler-rt/buildlink3.mk Fri Aug 12 13:59:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2022/06/04 00:34:30 gutteridge Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2022/08/12 13:59:52 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>=13.0.1
+BUILDLINK_API_DEPENDS.wasi-compiler-rt+= wasi-compiler-rt>=14.0.6
BUILDLINK_PKGSRCDIR.wasi-compiler-rt?= ../../lang/wasi-compiler-rt
.endif # WASI_COMPILER_RT_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index