Received: by mail.netbsd.org (Postfix, from userid 605) id 2B9E984E56; Fri, 12 Aug 2022 13:59:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6585384E55 for ; Fri, 12 Aug 2022 13:59:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kbxGVLR2hcAM for ; Fri, 12 Aug 2022 13:59:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CF68D84D6F for ; Fri, 12 Aug 2022 13:59:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C149CFB1A; Fri, 12 Aug 2022 13:59:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1660312792289430" MIME-Version: 1.0 Date: Fri, 12 Aug 2022 13:59:52 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/lang/wasi-compiler-rt To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20220812135952.C149CFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1660312792289430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1660312792289430 Content-Disposition: inline Content-Length: 1572 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_1660312792289430--