Received: by mail.netbsd.org (Postfix, from userid 605) id 99EA484D6B; Sun, 31 Jul 2022 16:57:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D1F2784D5F for ; Sun, 31 Jul 2022 16:57:23 +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 DNzloEFGLlIR for ; Sun, 31 Jul 2022 16:57:23 +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 1D5A784C71 for ; Sun, 31 Jul 2022 16:57:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 111A2FB1A; Sun, 31 Jul 2022 16:57:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165928664320700" MIME-Version: 1.0 Date: Sun, 31 Jul 2022 16:57:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/wxGTK32 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220731165723.111A2FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165928664320700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jul 31 16:57:23 UTC 2022 Modified Files: pkgsrc/x11/wxGTK32: Makefile Log Message: wxGTK32: remove incorrect comment cmake found curl even though it wasn't bl3'd in To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/wxGTK32/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165928664320700 Content-Disposition: inline Content-Length: 876 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/wxGTK32/Makefile diff -u pkgsrc/x11/wxGTK32/Makefile:1.7 pkgsrc/x11/wxGTK32/Makefile:1.8 --- pkgsrc/x11/wxGTK32/Makefile:1.7 Fri Jul 29 18:36:06 2022 +++ pkgsrc/x11/wxGTK32/Makefile Sun Jul 31 16:57:22 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/07/29 18:36:06 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/07/31 16:57:22 wiz Exp $ DISTNAME= wxWidgets-3.2.0 PKGNAME= ${DISTNAME:S/wxWidgets/wxGTK32/} @@ -135,8 +135,6 @@ PLIST_SRC+= PLIST.gtk3 .include "../../multimedia/gst-plugins1-base/buildlink3.mk" .include "../../security/libsecret/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" -# curl not checked by cmake but used by webrequest_curl.h -# https://github.com/wxWidgets/wxWidgets/issues/22648 .include "../../www/curl/buildlink3.mk" .include "../../mk/dlopen.buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_165928664320700--