Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 19:30:12 GMT
From:      Anonymous <swell.k@gmail.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/144821: [patch] audio/xmms2 : update to version 0.7 DrNo.
Message-ID:  <201011131930.oADJUC92028952@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: Anonymous <swell.k@gmail.com>
To: Guido Falsi <mad@madpilot.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/144821: [patch] audio/xmms2 : update to version 0.7 DrNo.
Date: Sat, 13 Nov 2010 22:23:30 +0300

 Guido Falsi <mad@madpilot.net> writes:
 
 > I was unable to find a valid distfile for gxmms2, so it stays broken.
 
 Why not update it to 0.7.1 and grab distfile from Debian?
 
   $ fetch -o gxmms2-0.7.1.tar.gz http://ftp.de.debian.org/debian/pool/main/g/gxmms2/gxmms2_0.7.1.orig.tar.gz
 
 Then replace LOCAL/blah in MASTER_SITES with your mirror.
 
 --- a.diff begins here ---
 diff --git audio/gxmms2/Makefile audio/gxmms2/Makefile
 index 9384937..83a4247 100644
 --- audio/gxmms2/Makefile
 +++ audio/gxmms2/Makefile
 @@ -6,20 +6,16 @@
  #
  
  PORTNAME=	gxmms2
 -PORTVERSION=	0.7.0.20090608
 -PORTREVISION=	3
 -DISTVERSIONSUFFIX=.795a77a
 +PORTVERSION=	0.7.1
  CATEGORIES=	audio
 -#MASTER_SITES=	http://wejp.k.vu/projects/xmms2/
 -MASTER_SITES=	ftp://ftp.lissyara.su/users/Guest/distfiles/
 +MASTER_SITES=	LOCAL/blah \
 +		http://wejp.k.vu/files/
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A GTK2 based XMMS2 client, written in C
  
  LIB_DEPENDS=	xmmsclient.6:${PORTSDIR}/audio/xmms2
  
 -BROKEN=		does not fetch
 -
  USE_GNOME=	gtk20
  USE_GMAKE=	yes
  
 diff --git audio/gxmms2/distinfo audio/gxmms2/distinfo
 index 22b8fcf..9ad0420 100644
 --- audio/gxmms2/distinfo
 +++ audio/gxmms2/distinfo
 @@ -1,3 +1,2 @@
 -MD5 (gxmms2-0.7.0.20090608.795a77a.tar.gz) = e3c8154035c69d5cae7d67f85f86d101
 -SHA256 (gxmms2-0.7.0.20090608.795a77a.tar.gz) = aeedb2ae3ae7ca40dd1c718a3c52d92b2d0c52565b7c22e73be8ff36d04be3db
 -SIZE (gxmms2-0.7.0.20090608.795a77a.tar.gz) = 75735
 +SHA256 (gxmms2-0.7.1.tar.gz) = fa3fef28935d29665bd7d788db2dcd131e177c7d9ee71423c096a410bfc05a27
 +SIZE (gxmms2-0.7.1.tar.gz) = 76473
 diff --git audio/gxmms2/files/patch-gxmms2src-gxmms2.c audio/gxmms2/files/patch-gxmms2src-gxmms2.c
 deleted file mode 100644
 index ae8b930..0000000
 --- audio/gxmms2/files/patch-gxmms2src-gxmms2.c
 +++ /dev/null
 @@ -1,11 +0,0 @@
 ---- gxmms2src/gxmms2.c.orig	2010-03-18 17:24:13.010581936 +0100
 -+++ gxmms2src/gxmms2.c	2010-03-18 17:24:55.246502932 +0100
 -@@ -88,7 +88,7 @@
 - 	xmmsc_result_t *res;
 - 
 - 	if (xmms2ctrl_get_error() != ERROR_CONNECTION) {
 --		res = xmmsc_playback_seek_ms(connection, 
 -+		res = xmmsc_playback_seek_ms_abs(connection, 
 - 	          	(guint)gtk_range_get_value(GTK_RANGE(widget)));
 - 		xmmsc_result_unref(res);
 - 	}
 --- a.diff ends here ---



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