Received: by mail.netbsd.org (Postfix, from userid 605) id 1E7CF84D8D; Sat, 14 May 2022 15:18:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 58C1484D4A for ; Sat, 14 May 2022 15:18:41 +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 UOabzIUbGxnc for ; Sat, 14 May 2022 15:18:40 +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 AB90A84CD8 for ; Sat, 14 May 2022 15:18:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02732FAEB; Sat, 14 May 2022 15:19:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165254154573700" MIME-Version: 1.0 Date: Sat, 14 May 2022 15:19:05 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/x11/qwt6-qt5 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20220514151906.02732FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165254154573700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat May 14 15:19:05 UTC 2022 Modified Files: pkgsrc/x11/qwt6-qt5: Makefile Log Message: qwt6-qt5: add some CHECK_SHLIB skips for Darwin To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/qwt6-qt5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165254154573700 Content-Disposition: inline Content-Length: 865 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/qwt6-qt5/Makefile diff -u pkgsrc/x11/qwt6-qt5/Makefile:1.21 pkgsrc/x11/qwt6-qt5/Makefile:1.22 --- pkgsrc/x11/qwt6-qt5/Makefile:1.21 Mon Apr 18 19:10:18 2022 +++ pkgsrc/x11/qwt6-qt5/Makefile Sat May 14 15:19:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2022/04/18 19:10:18 adam Exp $ +# $NetBSD: Makefile,v 1.22 2022/05/14 15:19:05 tnn Exp $ DISTNAME= qwt-6.1.5 PKGNAME= qwt6-qt5-6.1.5 @@ -33,6 +33,8 @@ do-configure: # Appparently this plugin has a valid expectation that libqwt is # already loaded, at least as used in qgis. CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.so +CHECK_SHLIBS_SKIP+= qt5/plugins/designer/libqwt_designer_plugin.dylib +CHECK_SHLIBS_SKIP+= qwt-6.1.5/lib/libqwt.6.1.5.dylib .include "../../x11/qt5-qttools/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" --_----------=_165254154573700--