diff options
-rw-r--r-- | www/firefox-devel/Makefile | 12 | ||||
-rw-r--r-- | www/firefox-devel/distinfo | 2 | ||||
-rw-r--r-- | www/firefox-esr/Makefile | 12 | ||||
-rw-r--r-- | www/firefox-esr/distinfo | 2 | ||||
-rw-r--r-- | www/firefox/Makefile | 12 | ||||
-rw-r--r-- | www/firefox/distinfo | 2 | ||||
-rw-r--r-- | www/firefox10/Makefile | 12 | ||||
-rw-r--r-- | www/firefox10/distinfo | 2 | ||||
-rw-r--r-- | www/firefox15/Makefile | 12 | ||||
-rw-r--r-- | www/firefox15/distinfo | 2 | ||||
-rw-r--r-- | www/firefox3-devel/Makefile | 12 | ||||
-rw-r--r-- | www/firefox3-devel/distinfo | 2 | ||||
-rw-r--r-- | www/firefox35/Makefile | 12 | ||||
-rw-r--r-- | www/firefox35/distinfo | 2 | ||||
-rw-r--r-- | www/firefox36/Makefile | 12 | ||||
-rw-r--r-- | www/firefox36/distinfo | 2 | ||||
-rw-r--r-- | www/flock/Makefile | 12 | ||||
-rw-r--r-- | www/flock/distinfo | 2 |
18 files changed, 117 insertions, 9 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox-devel/Makefile +++ b/www/firefox-devel/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox-devel/distinfo b/www/firefox-devel/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox-devel/distinfo +++ b/www/firefox-devel/distinfo @@ -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 diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -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 diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox/distinfo b/www/firefox/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -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 diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox10/distinfo b/www/firefox10/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox10/distinfo +++ b/www/firefox10/distinfo @@ -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 diff --git a/www/firefox15/Makefile b/www/firefox15/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox15/Makefile +++ b/www/firefox15/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox15/distinfo b/www/firefox15/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox15/distinfo +++ b/www/firefox15/distinfo @@ -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 diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox3-devel/distinfo b/www/firefox3-devel/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox3-devel/distinfo +++ b/www/firefox3-devel/distinfo @@ -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 diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox35/distinfo b/www/firefox35/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox35/distinfo +++ b/www/firefox35/distinfo @@ -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 diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/firefox36/distinfo b/www/firefox36/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/firefox36/distinfo +++ b/www/firefox36/distinfo @@ -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 diff --git a/www/flock/Makefile b/www/flock/Makefile index 05fb6c5c736a..e4a0fce4a4cf 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -79,10 +79,20 @@ OPTIONS= DEBUG "Build a debugging image" off \ OPTIMIZED_CFLAGS "Enable some additional optimizations" off \ XFT "Enable support for anti-aliased fonts" on \ SMB "Enable smb:// URI support using gnomevfs" off \ - NEWTAB "Open external links in a new tab" on + NEWTAB "Open external links in a new tab" on \ + CJK "Enable CJK font family support" off .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 --git a/www/flock/distinfo b/www/flock/distinfo index aa5802306bd5..249f095bc045 100644 --- a/www/flock/distinfo +++ b/www/flock/distinfo @@ -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 |