From 4e812aee1ab56330f5f91e9d589e2bbefe500474 Mon Sep 17 00:00:00 2001 From: snj Date: Sun, 2 Nov 2008 22:25:09 +0000 Subject: 64bit fix, from Raymond Meyer in PR pkg/38938. Bump PKGREVISION to 2. --- audio/musicpd/Makefile | 4 ++-- audio/musicpd/distinfo | 3 ++- audio/musicpd/patches/patch-ab | 13 +++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 audio/musicpd/patches/patch-ab (limited to 'audio/musicpd') diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index e369dfa37eb..31f5efc8a62 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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 --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 7676b05fd16..1d052ecdd28 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -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 --git a/audio/musicpd/patches/patch-ab b/audio/musicpd/patches/patch-ab new file mode 100644 index 00000000000..ef95fda268b --- /dev/null +++ b/audio/musicpd/patches/patch-ab @@ -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; -- cgit v1.2.3