pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musicpd revert the previous; it has some weird s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/105a20711eac
branches:  trunk
changeset: 474773:105a20711eac
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Wed May 05 08:08:59 2004 +0000

description:
revert the previous; it has some weird side-effects i'm still investigating..

diffstat:

 audio/musicpd/distinfo         |   3 +--
 audio/musicpd/patches/patch-aa |  13 -------------
 2 files changed, 1 insertions(+), 15 deletions(-)

diffs (27 lines):

diff -r f7c993646d4f -r 105a20711eac audio/musicpd/distinfo
--- a/audio/musicpd/distinfo    Wed May 05 06:55:59 2004 +0000
+++ b/audio/musicpd/distinfo    Wed May 05 08:08:59 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/05/02 12:35:57 mrg Exp $
+$NetBSD: distinfo,v 1.3 2004/05/05 08:08:59 mrg Exp $
 
 SHA1 (mpd-0.10.3.tar.gz) = fa093eb6f01d1cb3522380084451432b40873c96
 Size (mpd-0.10.3.tar.gz) = 815429 bytes
-SHA1 (patch-aa) = afe090985ea030d5811e9270f74a6eea8d63fcf1
diff -r f7c993646d4f -r 105a20711eac audio/musicpd/patches/patch-aa
--- a/audio/musicpd/patches/patch-aa    Wed May 05 06:55:59 2004 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/05/02 12:35:57 mrg Exp $
-
---- src/playlist.c.orig        2004-05-02 22:34:00.000000000 +1000
-+++ src/playlist.c     2004-05-02 22:34:03.000000000 +1000
-@@ -673,7 +673,7 @@
- 
-       clearPlayerError();
- 
--      if(song==-1) i = 0;
-+      if(song==-1) i = playlist.current;
-       else if(song<0) {
-               myfprintf(fp,"%s need integer >= -1\n",COMMAND_RESPOND_ERROR);
-               playlist_state = PLAYLIST_STATE_STOP;



Home | Main Index | Thread Index | Old Index