Received: by mail.netbsd.org (Postfix, from userid 605) id B931584DAA; Tue, 25 May 2021 12:27:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0244284D98 for ; Tue, 25 May 2021 12:27:04 +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 zPq5eSZ3gQbv for ; Tue, 25 May 2021 12:27:03 +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 446B484C86 for ; Tue, 25 May 2021 12:27:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 38334FA95; Tue, 25 May 2021 12:27:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621945623162340" MIME-Version: 1.0 Date: Tue, 25 May 2021 12:27:03 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/audio To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210525122703.38334FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621945623162340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue May 25 12:27:03 UTC 2021 Modified Files: pkgsrc/audio: Makefile Removed Files: pkgsrc/audio/mpg123-oss: DESCR Makefile PLIST pkgsrc/audio/mpg123-sun: DESCR Makefile PLIST Log Message: remove: mpg123-oss, mpg123-sun - mpg123-sun is, quite literally, impossible to install. It's always built-in to mpg123 where it's available. - mpg123-oss is built-in to mpg123 on operating systems where it's useful. ok'd by thor. To generate a diff of this commit: cvs rdiff -u -r1.632 -r1.633 pkgsrc/audio/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/audio/mpg123-oss/DESCR cvs rdiff -u -r1.6 -r0 pkgsrc/audio/mpg123-oss/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/audio/mpg123-oss/PLIST cvs rdiff -u -r1.1 -r0 pkgsrc/audio/mpg123-sun/DESCR cvs rdiff -u -r1.7 -r0 pkgsrc/audio/mpg123-sun/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/audio/mpg123-sun/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621945623162340 Content-Disposition: inline Content-Length: 618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/Makefile diff -u pkgsrc/audio/Makefile:1.632 pkgsrc/audio/Makefile:1.633 --- pkgsrc/audio/Makefile:1.632 Sun May 9 09:06:58 2021 +++ pkgsrc/audio/Makefile Tue May 25 12:27:02 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.632 2021/05/09 09:06:58 nia Exp $ +# $NetBSD: Makefile,v 1.633 2021/05/25 12:27:02 nia Exp $ # COMMENT= Audio tools, players, and libraries @@ -321,9 +321,7 @@ SUBDIR+= mpegaudio SUBDIR+= mpg123 SUBDIR+= mpg123-jack SUBDIR+= mpg123-nas -SUBDIR+= mpg123-oss SUBDIR+= mpg123-pulse -SUBDIR+= mpg123-sun SUBDIR+= mpg321 SUBDIR+= mppenc SUBDIR+= mserv --_----------=_1621945623162340--