Received: by mail.netbsd.org (Postfix, from userid 605) id 5C3A384E64; Sun, 14 Aug 2022 22:45:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9404484E5B for ; Sun, 14 Aug 2022 22:45:06 +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 pfsC4QQCv0hL for ; Sun, 14 Aug 2022 22:45:06 +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 D27F184D72 for ; Sun, 14 Aug 2022 22:45:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1BC0FB1A; Sun, 14 Aug 2022 22:45:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166051710562460" MIME-Version: 1.0 Date: Sun, 14 Aug 2022 22:45:05 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220814224505.C1BC0FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166051710562460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Aug 14 22:45:05 UTC 2022 Modified Files: pkgsrc/lang: Makefile Removed Files: pkgsrc/lang/libLLVM34: Makefile PLIST buildlink3.mk distinfo pkgsrc/lang/libLLVM34/patches: patch-tools_llvm-shlib_Makefile patch-unittests_ExecutionEngine_MCJIT_Makefile Log Message: libLLVM34: remove The only consumer was wip/pure. But that needs LLVM 3.5 now. Will import libLLVM35 to wip instead where it may peacefully rot until wip/pure upstream supports newer LLVM. To generate a diff of this commit: cvs rdiff -u -r1.651 -r1.652 pkgsrc/lang/Makefile cvs rdiff -u -r1.11 -r0 pkgsrc/lang/libLLVM34/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/lang/libLLVM34/PLIST cvs rdiff -u -r1.3 -r0 pkgsrc/lang/libLLVM34/buildlink3.mk cvs rdiff -u -r1.6 -r0 pkgsrc/lang/libLLVM34/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/lang/libLLVM34/patches/patch-tools_llvm-shlib_Makefile cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/libLLVM34/patches/patch-unittests_ExecutionEngine_MCJIT_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166051710562460 Content-Disposition: inline Content-Length: 556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.651 pkgsrc/lang/Makefile:1.652 --- pkgsrc/lang/Makefile:1.651 Wed Jun 29 07:54:40 2022 +++ pkgsrc/lang/Makefile Sun Aug 14 22:45:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.651 2022/06/29 07:54:40 wiz Exp $ +# $NetBSD: Makefile,v 1.652 2022/08/14 22:45:05 tnn Exp $ # COMMENT= Programming languages @@ -143,7 +143,6 @@ SUBDIR+= konoha SUBDIR+= ksi SUBDIR+= libBlocksRuntime SUBDIR+= libLLVM -SUBDIR+= libLLVM34 SUBDIR+= libLLVM4 SUBDIR+= libcxx SUBDIR+= libcxxabi --_----------=_166051710562460--