Date: Mon, 30 Oct 2000 05:11:57 -0800 (PST) From: yatt@msc.biglobe.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/22415: Update port: japanese/mozilla-jlp Message-ID: <20001030131157.6E3CB37B4C5@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 22415 >Category: ports >Synopsis: Update port: japanese/mozilla-jlp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 30 05:20:01 PST 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001030131157.6E3CB37B4C5>