Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 2010 22:20:11 GMT
From:      Guido Falsi <mad@madpilot.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/144821: [patch] audio/xmms2 : update to version 0.7 DrNo.
Message-ID:  <201011212220.oALMKBqX020998@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/144821; it has been noted by GNATS.

From: Guido Falsi <mad@madpilot.net>
To: bug-followup@FreeBSD.org, mad@madpilot.net
Cc:  
Subject: Re: ports/144821: [patch] audio/xmms2 : update to version 0.7 DrNo.
Date: Sun, 21 Nov 2010 23:16:09 +0100

 This is a multi-part message in MIME format.
 --------------040206040408030605050906
 Content-Type: text/plain; charset=ISO-8859-15; format=flowed
 Content-Transfer-Encoding: 7bit
 
 The latest upgrade to vala 0.10.1 broke abraca.
 
 The attached additional patch fixes it again (depends on previous big patch)
 
 -- 
 Guido Falsi <mad@madpilot.net>
 
 --------------040206040408030605050906
 Content-Type: text/plain;
  name="abraca.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="abraca.diff"
 
 diff -ruN abraca.old/files/patch-src-components-playlist-playlist_model.vala abraca/files/patch-src-components-playlist-playlist_model.vala
 --- abraca.old/files/patch-src-components-playlist-playlist_model.vala	1970-01-01 01:00:00.000000000 +0100
 +++ abraca/files/patch-src-components-playlist-playlist_model.vala	2010-11-21 23:14:13.000000000 +0100
 @@ -0,0 +1,14 @@
 +--- src/components/playlist/playlist_model.vala.orig	2010-04-03 04:19:53.000000000 +0200
 ++++ src/components/playlist/playlist_model.vala	2010-11-21 22:17:26.000000000 +0100
 +@@ -136,9 +136,9 @@
 + 			if (iter_nth_child (out iter, null, pos) &&
 + 			    iter_nth_child(out niter, null, npos)) {
 + 				if (pos < npos) {
 +-					move_after (iter, niter);
 ++					move_after (ref iter, niter);
 + 				} else {
 +-					move_before (iter, niter);
 ++					move_before (ref iter, niter);
 + 				}
 + 			}
 + 		}
 
 --------------040206040408030605050906--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011212220.oALMKBqX020998>