Date: Sun, 31 Jul 2005 16:08:32 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gnome@FreeBSD.org Subject: ports/84378: [PATCH] www/firefox: Enable CJK Font Familyname support Message-ID: <20050731080832.149D77301F@chinsan.twbbs.org> Resent-Message-ID: <200507310810.j6V8AKFc083236@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84378 >Category: ports >Synopsis: [PATCH] www/firefox: Enable CJK Font Familyname support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jul 31 08:10:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri Jul 29 02:36:09 CST 2005 root@chinsan.twbbs.org:/usr/obj/usr/src/sys/TAKAKO i386 >Description: - add WITH_CJK knob which enable CJK Font Familyname support. It'll be useful for users for surfing most CJK website. - port maintainer(gnome@FreeBSD.org) is CC'd Thanks. :) >How-To-Repeat: >Fix: --- firefox.diff begins here --- diff -ruN firefox.orig/Makefile firefox/Makefile --- firefox.orig/Makefile Sun Jul 31 06:16:13 2005 +++ firefox/Makefile Sun Jul 31 15:54:10 2005 @@ -73,6 +73,15 @@ .include <bsd.port.pre.mk> +# Enable CJK Font Familyname support +.if defined(WITH_CJK) +PATCH_SITES+= http://bbs.ilc.edu.tw/~chinsan/ \ + http://bsdchat.com/dist/firefly-cjk-patchset/ \ + ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ +PATCHFILES+= mozilla-1.7.10-cjkfamilyname-20050731.patch.gz +PATCH_DIST_STRIP+= -p1 +.endif + .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes diff -ruN firefox.orig/distinfo firefox/distinfo --- firefox.orig/distinfo Sun Jul 31 06:16:13 2005 +++ firefox/distinfo Sun Jul 31 12:24:16 2005 @@ -1,2 +1,4 @@ MD5 (firefox-1.0.6-source.tar.bz2) = 7b4c1d10d478dcb4c52fbbe3e41745d9 SIZE (firefox-1.0.6-source.tar.bz2) = 32782840 +MD5 (mozilla-1.7.10-cjkfamilyname-20050731.patch.gz) = f449044d3128950ea6b87cdd5ebe4840 +SIZE (mozilla-1.7.10-cjkfamilyname-20050731.patch.gz) = 1928 --- firefox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050731080832.149D77301F>