Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2DD3163BC9E for ; Tue, 19 May 2009 00:36:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id D08C763B285; Tue, 19 May 2009 00:36:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1DE4363B198 for ; Tue, 19 May 2009 00:36:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 023E7175D0; Tue, 19 May 2009 00:36:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 19 May 2009 00:36:06 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/audio/cdparanoia To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20090519003607.023E7175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: dholland Date: Tue May 19 00:36:06 UTC 2009 Modified Files: pkgsrc/audio/cdparanoia: Makefile distinfo pkgsrc/audio/cdparanoia/patches: patch-ab patch-ca patch-cf Log Message: Simplify previous. We don't need to call getrawpartition() to find out whether to use /dev/rcd0c or /dev/rcd0d; we can just try both. This avoids needing libutil in libcdda_interface.so. Fixes broken build of mplayer (and others?) without needing a recursive revbump as adding libutil would have. PKGREVISION++ (now 8). To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/audio/cdparanoia/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/audio/cdparanoia/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/cdparanoia/patches/patch-ab cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/cdparanoia/patches/patch-ca cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/cdparanoia/patches/patch-cf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.