[PATCH] www/firefox: Enable CJK Font Familyname support

chinsan chinsan.tw at gmail.com
Sun Jul 31 08:08:22 GMT 2005


>Submitter-Id:	current-users
>Originator:	chinsan
>Organization:	FreeBSD Taiwan
>Confidential:	no 
>Synopsis:	[PATCH] www/firefox: Enable CJK Font Familyname support
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		update
>Release:	FreeBSD 5.4-STABLE i386
>Environment:
System: FreeBSD chinsan.twbbs.org 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri Jul 29 02:36:09 CST 2005 root at 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 at 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 ---




More information about the freebsd-gnome mailing list