From nobody@FreeBSD.org  Tue Jul  3 06:28:05 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6576E16A400
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  3 Jul 2007 06:28:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 556F213C457
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  3 Jul 2007 06:28:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l636S5HF012288
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 3 Jul 2007 06:28:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l636S56Q012287;
	Tue, 3 Jul 2007 06:28:05 GMT
	(envelope-from nobody)
Message-Id: <200707030628.l636S56Q012287@www.freebsd.org>
Date: Tue, 3 Jul 2007 06:28:05 GMT
From: Jonathan Liu <Net147@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] [audacious/plugins] default /etc/timidity.cfg path is incorrect
X-Send-Pr-Version: www-3.0

>Number:         114231
>Category:       ports
>Synopsis:       [patch] multimedia/audacious-plugins - audacious/plugins: default /etc/timidity.cfg path is incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 06:30:03 GMT 2007
>Closed-Date:    Sun Oct 17 10:21:16 UTC 2010
>Last-Modified:  Sun Oct 17 10:21:16 UTC 2010
>Originator:     Jonathan Liu
>Release:        6.2-RELEASE
>Organization:
>Environment:
FreeBSD freebsd 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP  i386
>Description:
By default, the audacious timidity plug-in uses /etc/timidity.cfg as the default timidity config file but when timidity++ is installed the config file is actually /usr/local/share/timidity/timidity.cfg.
>How-To-Repeat:
Install audacious, audacious-plugins.
Run audacious.
Check timidity plug-in settings.

>Fix:
--- src/timidity/src/xmms-timidity.c.orig       Wed Jan 31 03:36:50 2007
+++ src/timidity/src/xmms-timidity.c    Tue Jul  3 16:14:10 2007
@@ -117,7 +117,7 @@
 
        if (! bmp_cfg_db_get_string(db, "timidity", "config_file",
                                 &xmmstimid_cfg.config_file))
-        xmmstimid_cfg.config_file = g_strdup("/etc/timidity.cfg");
+        xmmstimid_cfg.config_file = g_strdup("/usr/local/share/timidity/timidity.cfg");
 
        bmp_cfg_db_get_int(db, "timidity", "samplerate", &xmmstimid_cfg.rate);
        bmp_cfg_db_get_int(db, "timidity", "bits", &xmmstimid_cfg.bits);


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 23 05:36:53 UTC 2007 
State-Changed-Why:  
I give up on guessing, which port does this PR relate to? 


Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 23 05:36:53 UTC 2007 
Responsible-Changed-Why:  
I'll handle it with submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114231 
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Sun Sep 23 21:06:52 UTC 2007 
State-Changed-Why:  
Correct portname receveing 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114231 
Responsible-Changed-From-To: edwin->pgollucci 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Sun Sep 12 03:57:30 UTC 2010 
Responsible-Changed-Why:  
committer timeout (edwin; 1085 days) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114231 
Responsible-Changed-From-To: pgollucci->oliver 
Responsible-Changed-By: pgollucci 
Responsible-Changed-When: Tue Sep 14 04:23:52 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114231 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Sun Oct 17 10:20:54 UTC 2010 
State-Changed-Why:  
patch is no longer working and probably no longer needed - sorry for the 
late feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114231 
>Unformatted:
