Received: by mail.netbsd.org (Postfix, from userid 605) id 0F86A84F62; Thu, 9 Aug 2018 13:52:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21B2E84E04 for ; Thu, 9 Aug 2018 13:52:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4sp1kU7SRPXr for ; Thu, 9 Aug 2018 13:52:49 +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 88BEC84C71 for ; Thu, 9 Aug 2018 13:52:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 855C6FBEC; Thu, 9 Aug 2018 13:52:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153382276974960" MIME-Version: 1.0 Date: Thu, 9 Aug 2018 13:52:49 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/lang/llvm To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180809135249.855C6FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153382276974960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Thu Aug 9 13:52:49 UTC 2018 Modified Files: pkgsrc/lang/llvm: Makefile Log Message: llvm: Add compiler-rt to list of packages to sync. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/llvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153382276974960 Content-Disposition: inline Content-Length: 583 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/llvm/Makefile diff -u pkgsrc/lang/llvm/Makefile:1.32 pkgsrc/lang/llvm/Makefile:1.33 --- pkgsrc/lang/llvm/Makefile:1.32 Tue Aug 7 10:44:50 2018 +++ pkgsrc/lang/llvm/Makefile Thu Aug 9 13:52:49 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2018/08/07 10:44:50 adam Exp $ +# $NetBSD: Makefile,v 1.33 2018/08/09 13:52:49 jperkin Exp $ # # when updating this, please also update: # devel/include-what-you-use @@ -6,6 +6,7 @@ # devel/polly # lang/clang # lang/clang-static-analyzer +# lang/compiler-rt # lang/libunwind # # Do not update: --_----------=_153382276974960--