Received: by mail.netbsd.org (Postfix, from userid 605) id 4AFA384E3C; Mon, 28 Oct 2019 12:43:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C715484E23 for ; Mon, 28 Oct 2019 12:43:58 +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 139IHIBh4OV7 for ; Mon, 28 Oct 2019 12:43:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2872784E09 for ; Mon, 28 Oct 2019 12:43:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 229C1FA8D; Mon, 28 Oct 2019 12:43:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572266638208270" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 12:43:58 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191028124358.229C1FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572266638208270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Mon Oct 28 12:43:58 UTC 2019 Modified Files: pkgsrc/x11: Makefile Removed Files: pkgsrc/x11/paragui: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/x11/paragui/patches: patch-aa patch-ab Log Message: Remove x11/paragui. - Failing to build on NetBSD/Linux/illumos. - Upstream nonexistent for at least 10 years. - No longer used by anything in pkgsrc. To generate a diff of this commit: cvs rdiff -u -r1.854 -r1.855 pkgsrc/x11/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/x11/paragui/DESCR cvs rdiff -u -r1.37 -r0 pkgsrc/x11/paragui/Makefile cvs rdiff -u -r1.6 -r0 pkgsrc/x11/paragui/PLIST cvs rdiff -u -r1.27 -r0 pkgsrc/x11/paragui/buildlink3.mk cvs rdiff -u -r1.7 -r0 pkgsrc/x11/paragui/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/x11/paragui/patches/patch-aa \ pkgsrc/x11/paragui/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572266638208270 Content-Disposition: inline Content-Length: 593 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.854 pkgsrc/x11/Makefile:1.855 --- pkgsrc/x11/Makefile:1.854 Sat Oct 26 13:20:00 2019 +++ pkgsrc/x11/Makefile Mon Oct 28 12:43:57 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.854 2019/10/26 13:20:00 kamil Exp $ +# $NetBSD: Makefile,v 1.855 2019/10/28 12:43:57 nia Exp $ # COMMENT= Packages to support the X window system @@ -311,7 +311,6 @@ SUBDIR+= p5-Wx SUBDIR+= p5-Wx-Perl-ProcessStream SUBDIR+= p5-X11-Protocol SUBDIR+= p5-gtk2 -SUBDIR+= paragui SUBDIR+= pixman SUBDIR+= plasma-framework SUBDIR+= py-Pmw --_----------=_1572266638208270--