From nobody@FreeBSD.ORG  Mon Oct 30 05:11:57 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 6E3CB37B4C5; Mon, 30 Oct 2000 05:11:57 -0800 (PST)
Message-Id: <20001030131157.6E3CB37B4C5@hub.freebsd.org>
Date: Mon, 30 Oct 2000 05:11:57 -0800 (PST)
From: yatt@msc.biglobe.ne.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: japanese/mozilla-jlp
X-Send-Pr-Version: www-1.0

>Number:         22415
>Category:       ports
>Synopsis:       Update port: japanese/mozilla-jlp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 30 05:20:01 PST 2000
>Closed-Date:    Mon Oct 30 22:37:34 JST 2000
>Last-Modified:  Mon Oct 30 22:37:49 JST 2000
>Originator:     Yoichi ASAI
>Release:        FreeBSD 5.0-CURRENT
>Organization:
Personal
>Environment:
>Description:
Update port: japanese/mozilla-jlp
Minor fix for Makefile and files/unix.js.

>How-To-Repeat:

>Fix:
diff -urN mozilla-jlp.orig/Makefile mozilla-jlp/Makefile
--- mozilla-jlp.orig/Makefile	Mon Oct 30 22:08:23 2000
+++ mozilla-jlp/Makefile	Mon Oct 30 22:09:12 2000
@@ -59,7 +59,7 @@
 	${CP} installed-chrome.txt.orig installed-chrome.txt; \
 	${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt)
 	(cd ${PREFIX}/lib/mozilla; \
-	${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
-	${ENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
+	${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \
+	${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome)
 
 .include <bsd.port.post.mk>
diff -urN mozilla-jlp.orig/files/unix.js mozilla-jlp/files/unix.js
--- mozilla-jlp.orig/files/unix.js	Mon Oct 30 22:08:23 2000
+++ mozilla-jlp/files/unix.js	Mon Oct 30 22:08:43 2000
@@ -106,9 +106,9 @@
 pref("font.name.sans-serif.he", "misc-fixed-iso8859-8");
 pref("font.name.monospace.he", "misc-fixed-iso8859-8");
 
-pref("font.name.serif.ja", "ms-pgothic-jisx0208.1983-0");
-pref("font.name.sans-serif.ja", "ms-pgothic-jisx0208.1983-0");
-pref("font.name.monospace.ja", "ms-gothic-jisx0208.1983-0");
+pref("font.name.serif.ja", "netscape-fixed-jisx0208.1983-0");
+pref("font.name.sans-serif.ja", "netscape-fixed-jisx0208.1983-0");
+pref("font.name.monospace.ja", "netscape-fixed-jisx0208.1983-0");
 
 pref("font.name.serif.ko", "daewoo-mincho-ksc5601.1987-0");
 pref("font.name.sans-serif.ko", "daewoo-mincho-ksc5601.1987-0");


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Mon Oct 30 22:37:34 JST 2000 
State-Changed-Why:  
Committed, thanks! 

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