From sa2c@sa2c.net  Fri Nov 30 11:01:17 2001
Return-Path: <sa2c@sa2c.net>
Received: from berkeley.sa2c.net (berkeley.sa2c.net [61.194.193.50])
	by hub.freebsd.org (Postfix) with ESMTP
	id E8F8C37B416; Fri, 30 Nov 2001 11:01:16 -0800 (PST)
Received: by berkeley.sa2c.net (Postfix, from userid 3104)
	id 95F5A1A056; Sat,  1 Dec 2001 04:01:15 +0900 (JST)
Message-Id: <20011130190115.95F5A1A056@berkeley.sa2c.net>
Date: Sat,  1 Dec 2001 04:01:15 +0900 (JST)
From: NIIMI Satoshi <sa2c@and.or.jp>
Reply-To: NIIMI Satoshi <sa2c@and.or.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: dirk@FreeBSD.org
Subject: Japanese encoding translation support for mod_php4 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         32405
>Category:       ports
>Synopsis:       Japanese encoding translation support for mod_php4
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    nork
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 30 11:10:01 PST 2001
>Closed-Date:    Sun Jun 29 22:55:34 PDT 2003
>Last-Modified:  Sun Jun 29 22:55:34 PDT 2003
>Originator:     NIIMI Satoshi
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD berkeley.sa2c.net 4.4-STABLE FreeBSD 4.4-STABLE #3: Mon Nov 26 13:33:03 JST 2001 sa2c@berkeley.sa2c.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Although php4 has native support to translate Japanese encodings,
ports/www/mod_php4/scripts/configure.php does not have option to enable it.

	
>How-To-Repeat:
	
>Fix:
Index: scripts/configure.php
===================================================================
RCS file: /home/ncvs/ports/www/mod_php4/scripts/configure.php,v
retrieving revision 1.149
diff -u -r1.149 configure.php
--- scripts/configure.php	30 Nov 2001 09:40:52 -0000	1.149
+++ scripts/configure.php	30 Nov 2001 18:40:34 -0000
@@ -44,6 +44,7 @@
 pspell		"pspell support" OFF \
 mbregex		"multibyte regular expressions module" OFF \
 mbstring	"multibyte string module" OFF \
+mbstr-enc-trans	"Japanese encoding translation (implies mbstring)" OFF \
 YP		"YP/NIS support" OFF \
 BCMath		"BCMath support" OFF \
 Hyperwave	"Hyperwave support" OFF \
@@ -263,6 +264,13 @@
 			;;
 		\"mbstring\")
 			echo "CONFIGURE_ARGS+=--enable-mbstring"
+			mbstring=1
+			;;
+		\"mbstr-enc-trans\")
+			echo "CONFIGURE_ARGS+=--enable-mbstr-enc-trans"
+			if [ -z "$mbstring" ]; then
+				set $* \"mbstring\"
+			fi
 			;;
 		\"YP\")
 			echo "CONFIGURE_ARGS+=--enable-yp"

	
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dirk 
Responsible-Changed-By: petef 
Responsible-Changed-When: Sat Dec 1 16:50:14 PST 2001 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32405 
State-Changed-From-To: open->analyzed 
State-Changed-By: nork 
State-Changed-When: Wed Jun 25 00:53:57 PDT 2003 
State-Changed-Why:  
I'm waiting for new MAINTAINER. 


Responsible-Changed-From-To: dirk->nork 
Responsible-Changed-By: nork 
Responsible-Changed-When: Wed Jun 25 00:53:57 PDT 2003 
Responsible-Changed-Why:  
I'll handle this. 

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

From: Alex Dupre <sysadmin@alexdupre.com>
To: freebsd-gnats-submit@FreeBSD.org, sa2c@and.or.jp
Cc:  
Subject: Re: ports/32405: Japanese encoding translation support for mod_php4
Date: Sat, 28 Jun 2003 16:55:43 +0200

 This PR can be closed: PHP doesn't support anymore this configure
 option.
 
 -- 
 Alex Dupre                             sysadmin@alexdupre.com
 http://www.alexdupre.com/              alex@sm.FreeBSD.org
 
 Today's excuse: SCSI Chain overterminated
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: nork 
State-Changed-When: Sun Jun 29 22:55:02 PDT 2003 
State-Changed-Why:  
PHP doesn't support anymore this configure option. 

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