ports/59308: [patch] multimedia/beep-media-player doesn't compile.

Michael Nottebrock lofi at FreeBSD.org
Sat Nov 15 20:50:11 UTC 2003


>Number:         59308
>Category:       ports
>Synopsis:       [patch] multimedia/beep-media-player doesn't compile.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 15 12:50:08 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
System: FreeBSD kiste 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Nov 10 19:57:19 CET 2003 lofi at vm-kiste:/usr/obj/usr/src/sys/KISTE i386


	
>Description:
	multimedia/beep-media-player bails during link stage on an unknown symbol
	"gtk_treeview_get_row_data" in main.c. I believe the line was left in due to
	an oversight, a similar function call is commented out in the same source file
	earlier.
	>How-To-Repeat:
	<code/input/activities to reproduce the problem (multiple lines)>
>How-To-Repeat:
>Fix:

	

--- beep-media-player.diff begins here ---
Index: files/patch-beep::main.c
===================================================================
RCS file: /home/pcvs/ports/multimedia/beep-media-player/files/patch-beep::main.c,v
retrieving revision 1.1
diff -u -r1.1 patch-beep::main.c
--- files/patch-beep::main.c	15 Nov 2003 02:24:06 -0000	1.1
+++ files/patch-beep::main.c	15 Nov 2003 20:41:53 -0000
@@ -1,5 +1,14 @@
---- beep/main.c.orig	Fri Nov 14 05:29:27 2003
-+++ beep/main.c	Fri Nov 14 05:30:06 2003
+--- beep/main.c.orig	Sat Nov 15 21:33:27 2003
++++ beep/main.c	Sat Nov 15 21:35:22 2003
+@@ -1634,7 +1634,7 @@
+ 
+ 	if (treeview->selection)
+ 	{
+-		pos = gtk_treeview_get_row_data(treeview, GPOINTER_TO_INT(treeview->selection->data));
++//		pos = gtk_treeview_get_row_data(treeview, GPOINTER_TO_INT(treeview->selection->data));
+ 		playlist_queue_position(*pos);
+ 		gtk_widget_set(GTK_WIDGET(widget), "label", playlist_is_position_queued(*pos) ? "Unqueue" : "Queue", NULL);
+ 	}	
 @@ -2030,11 +2030,12 @@
  		
  
--- beep-media-player.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list