I've noticed x11amp just core dumps when calling a non-existent function when you click the "x"(close) button. You should open x11amp, queue one or more files in the playlist and then close it. I include 3 patches, 1 for this issue and 2 are because of gcc33. Fix: Place these three patches in the audio/x11amp/files dir. --- General/ir/about.c.orig Tue Sep 2 02:20:46 2003 +++ General/ir/about.c Tue Sep 2 02:21:03 2003 @@ -34,9 +34,7 @@ gtk_container_border_width(GTK_CONTAINER(frame),5); gtk_box_pack_start(GTK_BOX(vbox),frame,FALSE,FALSE,0); - label=gtk_label_new("\nCreated by Charles Sielski <stray@teklabs.net>\n - Control X11amp with your TV/VCR/Stereo remote \n - IRman page - http://www.evation.com/irman/\n"); + label=gtk_label_new("\nCreated by Charles Sielski <stray@teklabs.net>\nControl X11amp with your TV/VCR/Stereo remote \nIRman page - http://www.evation.com/irman/\n"); gtk_container_add(GTK_CONTAINER(frame),label); --- patch-General::ir::about.c ends here --- How-To-Repeat: Open x11amp, queue some files in the playlist, click on the "x" button.
Responsible Changed From-To: freebsd-ports-bugs->dburr Over to maintainer.
State Changed From-To: open->closed First patch applied. The other two were already fixed. The end result is the same. Thanks!