pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/wasi-compiler-rt wasi-compiler-rt: catch up with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2789e926081f
branches:  trunk
changeset: 383124:2789e926081f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Aug 12 13:59:52 2022 +0000

description:
wasi-compiler-rt: catch up with LLVM bump

diffstat:

 lang/wasi-compiler-rt/Makefile      |  3 +--
 lang/wasi-compiler-rt/buildlink3.mk |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 6e1f9fff69af -r 2789e926081f lang/wasi-compiler-rt/Makefile
--- a/lang/wasi-compiler-rt/Makefile    Fri Aug 12 13:55:48 2022 +0000
+++ b/lang/wasi-compiler-rt/Makefile    Fri Aug 12 13:59:52 2022 +0000
@@ -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
diff -r 6e1f9fff69af -r 2789e926081f lang/wasi-compiler-rt/buildlink3.mk
--- a/lang/wasi-compiler-rt/buildlink3.mk       Fri Aug 12 13:55:48 2022 +0000
+++ b/lang/wasi-compiler-rt/buildlink3.mk       Fri Aug 12 13:59:52 2022 +0000
@@ -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 @@
 
 # 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