Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1EDE21A9239 for ; Sun, 19 Dec 2021 14:14:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5950184EA0; Sun, 19 Dec 2021 14:14:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 946D884D74 for ; Sun, 19 Dec 2021 14:14:21 +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 8IHvxSfkV0O2 for ; Sun, 19 Dec 2021 14:14:21 +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 2A98784CE8 for ; Sun, 19 Dec 2021 14:14:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 28130FAEC; Sun, 19 Dec 2021 14:14:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639923261247620" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 14:14:21 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20211219141421.28130FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639923261247620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Dec 19 14:14:21 UTC 2021 Modified Files: pkgsrc/lang: Makefile Log Message: lang: Enable wasi-compiler-rt To generate a diff of this commit: cvs rdiff -u -r1.614 -r1.615 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639923261247620 Content-Disposition: inline Content-Length: 552 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.614 pkgsrc/lang/Makefile:1.615 --- pkgsrc/lang/Makefile:1.614 Sun Dec 19 13:42:05 2021 +++ pkgsrc/lang/Makefile Sun Dec 19 14:14:20 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.614 2021/12/19 13:42:05 ryoon Exp $ +# $NetBSD: Makefile,v 1.615 2021/12/19 14:14:20 ryoon Exp $ # COMMENT= Programming languages @@ -303,6 +303,7 @@ SUBDIR+= vala SUBDIR+= vscm SUBDIR+= vslisp SUBDIR+= wasi-libc +SUBDIR+= wasi-compiler-rt SUBDIR+= wsbasic SUBDIR+= yabasic SUBDIR+= yap --_----------=_1639923261247620--