Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D12B84EB5 for ; Sun, 31 Dec 2023 21:53:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2BlszbsRnnoK for ; Sun, 31 Dec 2023 21:53:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C08F984D69 for ; Sun, 31 Dec 2023 21:53:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB7E9FA42; Sun, 31 Dec 2023 21:53:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170405959471600" MIME-Version: 1.0 Date: Sun, 31 Dec 2023 21:53:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231231215314.BB7E9FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170405959471600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 31 21:53:14 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/multimedia: Makefile Removed Files: pkgsrc/multimedia/gst-plugins1-egl-gl: DESCR Makefile PLIST buildlink3.mk Log Message: gst-plugins1-egl-gl: remove Marked BROKEN since 2021. To generate a diff of this commit: cvs rdiff -u -r1.7912 -r1.7913 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.340 -r1.341 pkgsrc/multimedia/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/multimedia/gst-plugins1-egl-gl/DESCR \ pkgsrc/multimedia/gst-plugins1-egl-gl/buildlink3.mk cvs rdiff -u -r1.5 -r0 pkgsrc/multimedia/gst-plugins1-egl-gl/Makefile cvs rdiff -u -r1.4 -r0 pkgsrc/multimedia/gst-plugins1-egl-gl/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170405959471600 Content-Disposition: inline Content-Length: 1386 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.7912 pkgsrc/doc/CHANGES-2023:1.7913 --- pkgsrc/doc/CHANGES-2023:1.7912 Sun Dec 31 21:47:28 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Dec 31 21:53:13 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.7912 2023/12/31 21:47:28 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.7913 2023/12/31 21:53:13 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -11239,3 +11239,4 @@ Changes to the packages collection and i Updated textproc/tinyxml2 to 10.0.0 [wiz 2023-12-31] Updated graphics/ImageMagick to 7.1.1.25 [wiz 2023-12-31] Updated lang/elixir to 1.16.0 [wiz 2023-12-31] + Removed multimedia/gst-plugins1-egl-gl [wiz 2023-12-31] Index: pkgsrc/multimedia/Makefile diff -u pkgsrc/multimedia/Makefile:1.340 pkgsrc/multimedia/Makefile:1.341 --- pkgsrc/multimedia/Makefile:1.340 Wed Nov 15 00:59:37 2023 +++ pkgsrc/multimedia/Makefile Sun Dec 31 21:53:13 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.340 2023/11/15 00:59:37 wiz Exp $ +# $NetBSD: Makefile,v 1.341 2023/12/31 21:53:13 wiz Exp $ # COMMENT= Multimedia utilities @@ -56,7 +56,6 @@ SUBDIR+= gst-plugins1-bad SUBDIR+= gst-plugins1-base SUBDIR+= gst-plugins1-dvdread SUBDIR+= gst-plugins1-editing-services -SUBDIR+= gst-plugins1-egl-gl SUBDIR+= gst-plugins1-egl-opengl SUBDIR+= gst-plugins1-good SUBDIR+= gst-plugins1-gtk --_----------=_170405959471600--