Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 021CD1A923C for ; Sun, 26 Dec 2021 18:21:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3CA2D84E54; Sun, 26 Dec 2021 18:21:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7618484DC2 for ; Sun, 26 Dec 2021 18:21:45 +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 wbKBxgcJoFpJ for ; Sun, 26 Dec 2021 18:21:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BEFD184D53 for ; Sun, 26 Dec 2021 18:21:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8763FAEC; Sun, 26 Dec 2021 18:21:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640542904297940" MIME-Version: 1.0 Date: Sun, 26 Dec 2021 18:21:44 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20211226182144.B8763FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640542904297940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Dec 26 18:21:44 UTC 2021 Modified Files: pkgsrc/x11: Makefile Removed Files: pkgsrc/x11/libxfce4gui: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/x11/libxfce4gui/patches: patch-libxfcegui4_dialogs.c patch-libxfcegui4_xfce-exec.c Log Message: libxfce4gui: remove EOL package with no dependencies left No packages now depend on this component; they've either been updated to depend on current Xfce4 equivalents, or were EOL themselves and were removed over the past decade. To generate a diff of this commit: cvs rdiff -u -r1.947 -r1.948 pkgsrc/x11/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/x11/libxfce4gui/DESCR cvs rdiff -u -r1.72 -r0 pkgsrc/x11/libxfce4gui/Makefile cvs rdiff -u -r1.22 -r0 pkgsrc/x11/libxfce4gui/PLIST \ pkgsrc/x11/libxfce4gui/distinfo cvs rdiff -u -r1.64 -r0 pkgsrc/x11/libxfce4gui/buildlink3.mk cvs rdiff -u -r1.1 -r0 \ pkgsrc/x11/libxfce4gui/patches/patch-libxfcegui4_dialogs.c \ pkgsrc/x11/libxfce4gui/patches/patch-libxfcegui4_xfce-exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640542904297940 Content-Disposition: inline Content-Length: 594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.947 pkgsrc/x11/Makefile:1.948 --- pkgsrc/x11/Makefile:1.947 Sun Dec 19 21:38:12 2021 +++ pkgsrc/x11/Makefile Sun Dec 26 18:21:44 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.947 2021/12/19 21:38:12 pin Exp $ +# $NetBSD: Makefile,v 1.948 2021/12/26 18:21:44 gutteridge Exp $ # COMMENT= Packages to support the X Window System @@ -247,7 +247,6 @@ SUBDIR+= libunique3 SUBDIR+= libxcb SUBDIR+= libxcvt SUBDIR+= libxdg-basedir -SUBDIR+= libxfce4gui SUBDIR+= libxfce4ui SUBDIR+= libxfce4util SUBDIR+= libxkbcommon --_----------=_1640542904297940--