Received: by mail.netbsd.org (Postfix, from userid 605) id 14DD384E8F; Mon, 9 May 2022 11:52:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F70D84E61 for ; Mon, 9 May 2022 11:52:32 +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 qbICneHbiQnr for ; Mon, 9 May 2022 11:52:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A22B584CFC for ; Mon, 9 May 2022 11:52:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9C461FA94; Mon, 9 May 2022 11:52:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1652097164232420" MIME-Version: 1.0 Date: Mon, 9 May 2022 11:52:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/clang To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220509115244.9C461FA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1652097164232420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 9 11:52:44 UTC 2022 Modified Files: pkgsrc/lang/clang: PLIST Log Message: clang: PLIST fix for Darwin To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/lang/clang/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1652097164232420 Content-Disposition: inline Content-Length: 761 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/clang/PLIST diff -u pkgsrc/lang/clang/PLIST:1.32 pkgsrc/lang/clang/PLIST:1.33 --- pkgsrc/lang/clang/PLIST:1.32 Tue Nov 23 20:55:43 2021 +++ pkgsrc/lang/clang/PLIST Mon May 9 11:52:44 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.32 2021/11/23 20:55:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.33 2022/05/09 11:52:44 adam Exp $ bin/analyze-build bin/c-index-test bin/clang @@ -850,7 +850,7 @@ lib/cmake/clang/ClangConfig.cmake lib/cmake/clang/ClangTargets-release.cmake lib/cmake/clang/ClangTargets.cmake lib/libclang-cpp.${SOEXT} -lib/libclang-cpp.so.13 +${PLIST.notdylib}lib/libclang-cpp.so.13 lib/libclang.${SOEXT} ${PLIST.notdylib}lib/libclang.${SOEXT}.13 ${PLIST.notdylib}lib/libclang.${SOEXT}.${PKGVERSION} --_----------=_1652097164232420--