pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd 64bit fix, from Raymond Meyer in PR pkg/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f0c2caa492a5
branches:  trunk
changeset: 549431:f0c2caa492a5
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Nov 02 22:25:09 2008 +0000

description:
64bit fix, from Raymond Meyer in PR pkg/38938.

Bump PKGREVISION to 2.

diffstat:

 audio/musicpd/Makefile         |   4 ++--
 audio/musicpd/distinfo         |   3 ++-
 audio/musicpd/patches/patch-ab |  13 +++++++++++++
 3 files changed, 17 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 6b9048e9ea62 -r f0c2caa492a5 audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Sun Nov 02 22:15:31 2008 +0000
+++ b/audio/musicpd/Makefile    Sun Nov 02 22:25:09 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2008/07/25 14:03:30 obache Exp $
+# $NetBSD: Makefile,v 1.31 2008/11/02 22:25:09 snj Exp $
 
 DISTNAME=              mpd-0.13.1
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            audio
 MASTER_SITES=          http://musicpd.org/uploads/files/
 EXTRACT_SUFX=          .tar.bz2
diff -r 6b9048e9ea62 -r f0c2caa492a5 audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Sun Nov 02 22:15:31 2008 +0000
+++ b/audio/musicpd/distinfo    Sun Nov 02 22:25:09 2008 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.13 2008/05/09 14:03:12 drochner Exp $
+$NetBSD: distinfo,v 1.14 2008/11/02 22:25:09 snj Exp $
 
 SHA1 (mpd-0.13.1.tar.bz2) = 0a760bafb608ea5ecde28433dfef8f25a4a12a56
 RMD160 (mpd-0.13.1.tar.bz2) = 30416258a750c4238443c5d2fe895bcb70fa9daa
 Size (mpd-0.13.1.tar.bz2) = 435425 bytes
 SHA1 (patch-aa) = 246424791365a3a9a29c2efe36bbbcd40416ae48
+SHA1 (patch-ab) = 867ed205669efe40bd6debf3f7d82380cb8090fc
diff -r 6b9048e9ea62 -r f0c2caa492a5 audio/musicpd/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/musicpd/patches/patch-ab    Sun Nov 02 22:25:09 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2008/11/02 22:25:09 snj Exp $
+
+--- src/audioOutputs/audioOutput_oss.c.orig    2008-11-02 12:53:23.000000000 -0800
++++ src/audioOutputs/audioOutput_oss.c 2008-11-02 12:53:46.000000000 -0800
+@@ -405,7 +405,7 @@
+       freeOssData(od);
+ }
+ 
+-static int setParam(OssData * od, int param, int *value)
++static int setParam(OssData * od, unsigned long param, int *value)
+ {
+       int val = *value;
+       int copy;



Home | Main Index | Thread Index | Old Index