Skip site navigation (1)Skip section navigation (2)
Date:      8 Mar 2004 18:45:17 -0800
From:      Fumihiko Kimura <jfkimura@yahoo.co.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd@simplerezo.com
Subject:   ports/63956: [change request] ports: mail/qmail-scanner
Message-ID:  <20040309024517.99168.qmail@la.fkimura.com>
Resent-Message-ID: <200403090250.i292oE7p043961@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63956
>Category:       ports
>Synopsis:       [change request] ports: mail/qmail-scanner
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 18:50:14 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Fumihiko Kimura
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:

I entrust you with a change about the Japanese handling.
I may be what did typo when I requested you before.

>How-To-Repeat:

                ***** NOTE ******

Qmail-Scanner doesn't have language translations for jp_JP.EUC,


>Fix:

==== Begin here
diff -urN qmail-scanner.orig/files/patch-configure qmail-scanner/files/patch-configure
--- qmail-scanner.orig/files/patch-configure	Sun Jan  4 05:25:13 2004
+++ qmail-scanner/files/patch-configure	Mon Mar  8 18:32:02 2004
@@ -6,8 +6,8 @@
  
 +QSLANG=`echo $QSLANG|sed 's/\..*//'`
 +if [ "$QSLANG" = "ja_JP" ]; then
-+    #reset all Japanese to jp_JP.EUC
-+    QSLANG="jp_JP.EUC"
++    #reset all Japanese to ja_JP.EUC
++    QSLANG="ja_JP.EUC"
 +fi
 +
  if [ ! -d "./locale/$QSLANG" ]; then
==== END here

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



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