Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2C6FE7A16F for ; Tue, 9 May 2017 12:49:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C62FF84DCE; Tue, 9 May 2017 12:49:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5588D84D75 for ; Tue, 9 May 2017 12:49:57 +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 XVaILIHS3zi4 for ; Tue, 9 May 2017 12:49:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B5DD784CD8 for ; Tue, 9 May 2017 12:49:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0F9BFBE4; Tue, 9 May 2017 12:49:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_14943341965780" MIME-Version: 1.0 Date: Tue, 9 May 2017 12:49:56 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/devel/lldb To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20170509124956.B0F9BFBE4@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. --_----------=_14943341965780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Tue May 9 12:49:56 UTC 2017 Modified Files: pkgsrc/devel/lldb: PLIST Log Message: Fix PLIST after removal of local patch adding regex functions These files used to be required to correct standalone build. Noted by To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lldb/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_14943341965780 Content-Disposition: inline Content-Length: 819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/lldb/PLIST diff -u pkgsrc/devel/lldb/PLIST:1.5 pkgsrc/devel/lldb/PLIST:1.6 --- pkgsrc/devel/lldb/PLIST:1.5 Fri Mar 17 22:38:17 2017 +++ pkgsrc/devel/lldb/PLIST Tue May 9 12:49:56 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2017/03/17 22:38:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2017/05/09 12:49:56 kamil Exp $ bin/lldb bin/${PKGNAME} bin/lldb-argdumper @@ -483,11 +483,6 @@ include/lldb/Utility/StringLexer.h include/lldb/Utility/TaskPool.h include/lldb/Utility/Timeout.h include/lldb/Utility/Utils.h -include/lldb/Utility/regcclass.h -include/lldb/Utility/regcname.h -include/lldb/Utility/regex2.h -include/lldb/Utility/regex_impl.h -include/lldb/Utility/regutils.h include/lldb/lldb-defines.h include/lldb/lldb-enumerations.h include/lldb/lldb-forward.h --_----------=_14943341965780--