Received: by mail.netbsd.org (Postfix, from userid 605) id B4ECE84DD2; Mon, 16 Mar 2020 16:55:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AF9B84D8E for ; Mon, 16 Mar 2020 16:55:42 +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 39nI_nsmGwCk for ; Mon, 16 Mar 2020 16:55:41 +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 D0EDD84D64 for ; Mon, 16 Mar 2020 16:55:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4742FB27; Mon, 16 Mar 2020 16:55:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 16 Mar 2020 16:55:41 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200316165541.C4742FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: Module Name: pkgsrc Committed By: gdt Date: Mon Mar 16 16:55:41 UTC 2020 Removed Files: pkgsrc/mk: wxGTK.mk Log Message: mk/wxGTK.mk: Remove (no users, almost no point) This file allowed one to in theory specify a wxGTK version, but only two programs used it. Both now directly include a preferred version. Generally, packages should use wxGTK30, unless there is a good reason to use 28. A major motivation earlier was not being able to install 28 and 30 at once, but this has been solved. As briefly discussed on pkgsrc-users. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 pkgsrc/mk/wxGTK.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.