From tkato432@yahoo.com  Mon Mar  9 17:00:48 2009
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ABAF51065673
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Mar 2009 17:00:48 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167])
	by mx1.freebsd.org (Postfix) with ESMTP id 64EDE8FC0A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  9 Mar 2009 17:00:48 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (ZT039064.ppp.dion.ne.jp [59.128.39.64])
	by msa104lp.auone-net.jp (au one net msa) with ESMTP id F27872BC031
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue, 10 Mar 2009 02:00:45 +0900 (JST)
Message-Id: <20090310020010.3c115320.tkato432@yahoo.com>
Date: Tue, 10 Mar 2009 02:00:10 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/tagtool

>Number:         132467
>Category:       ports
>Synopsis:       Update port: audio/tagtool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 09 17:10:02 UTC 2009
>Closed-Date:    Sat Mar 14 14:10:19 UTC 2009
>Last-Modified:  Sat Mar 14 14:20:24 UTC 2009
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.1-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix native language support

New file:
files/patch-configure
files/patch-src__main.c

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/tagtool/Makefile audio/tagtool/Makefile
--- /usr/ports/audio/tagtool/Makefile	2008-06-07 00:18:56.000000000 +0900
+++ audio/tagtool/Makefile	2009-03-09 02:03:56.000000000 +0900
@@ -7,7 +7,7 @@
 
 PORTNAME=	tagtool
 PORTVERSION=	0.12.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	audio
 MASTER_SITES=	SF
 
diff -urN /usr/ports/audio/tagtool/files/patch-configure audio/tagtool/files/patch-configure
--- /usr/ports/audio/tagtool/files/patch-configure	1970-01-01 09:00:00.000000000 +0900
+++ audio/tagtool/files/patch-configure	2009-03-09 02:12:16.000000000 +0900
@@ -0,0 +1,21 @@
+--- configure.orig	2007-02-28 05:34:14.000000000 +0900
++++ configure	2009-03-09 02:12:05.000000000 +0900
+@@ -9044,8 +9044,10 @@
+ 
+ glib_save_prefix="$prefix"
+ glib_save_exec_prefix="$exec_prefix"
++glib_save_datarootdir="$datarootdir"
+ test "x$prefix" = xNONE && prefix=$ac_default_prefix
+ test "x$exec_prefix" = xNONE && exec_prefix=$prefix
++datarootdir=`eval echo "${datarootdir}"`
+ if test "x$CATOBJEXT" = "x.mo" ; then
+   localedir=`eval echo "${libdir}/locale"`
+ else
+@@ -9053,6 +9055,7 @@
+ fi
+ prefix="$glib_save_prefix"
+ exec_prefix="$glib_save_exec_prefix"
++datarootdir="$glib_save_datarootdir"
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define LOCALEDIR "$localedir"
diff -urN /usr/ports/audio/tagtool/files/patch-src__main.c audio/tagtool/files/patch-src__main.c
--- /usr/ports/audio/tagtool/files/patch-src__main.c	1970-01-01 09:00:00.000000000 +0900
+++ audio/tagtool/files/patch-src__main.c	2009-03-10 01:50:00.000000000 +0900
@@ -0,0 +1,10 @@
+--- src/main.c.orig	2006-12-18 03:01:22.000000000 +0900
++++ src/main.c	2009-03-09 02:20:45.000000000 +0900
+@@ -120,6 +120,7 @@
+ 		}
+ 	}
+ 
++	gtk_set_locale();
+ 	gtk_init(&argc, &argv);
+ 
+ 	if (argc > 1)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Mar 9 18:52:57 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132467 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Mar 14 14:10:17 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=132467 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132467: commit references a PR
Date: Sat, 14 Mar 2009 14:13:01 +0000 (UTC)

 miwi        2009-03-14 14:12:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/tagtool        Makefile 
   Added files:
     audio/tagtool/files  patch-configure patch-src__main.c 
   Log:
   - Fix native language support
   
   PR:             132467
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.20      +1 -1      ports/audio/tagtool/Makefile
   1.1       +21 -0     ports/audio/tagtool/files/patch-configure (new)
   1.1       +10 -0     ports/audio/tagtool/files/patch-src__main.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
