Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5935684E70 for ; Thu, 28 Sep 2023 21:33:11 +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 aJPYVlRg1iQW for ; Thu, 28 Sep 2023 21:33:11 +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 DD76984CFE for ; Thu, 28 Sep 2023 21:33:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D54D9FBDB; Thu, 28 Sep 2023 21:33:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169593679066000" MIME-Version: 1.0 Date: Thu, 28 Sep 2023 21:33:10 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/lang/libunwind To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20230928213310.D54D9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169593679066000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Thu Sep 28 21:33:10 UTC 2023 Modified Files: pkgsrc/lang/libunwind: Makefile Log Message: libunwind doesn't need LLVM to build. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/libunwind/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169593679066000 Content-Disposition: inline Content-Length: 685 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/libunwind/Makefile diff -u pkgsrc/lang/libunwind/Makefile:1.32 pkgsrc/lang/libunwind/Makefile:1.33 --- pkgsrc/lang/libunwind/Makefile:1.32 Tue Jan 24 18:36:28 2023 +++ pkgsrc/lang/libunwind/Makefile Thu Sep 28 21:33:10 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2023/01/24 18:36:28 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2023/09/28 21:33:10 joerg Exp $ .include "../../lang/llvm/version.mk" @@ -34,6 +34,4 @@ post-install: cd ${WRKSRC}/include && ${PAX} -rw . ${DESTDIR}${PREFIX}/include .include "../../devel/cmake/build.mk" -BUILDLINK_DEPMETHOD.llvm= build -.include "../../lang/llvm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_169593679066000--