summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/freetype2/Makefile4
-rw-r--r--x11-fonts/fontconfig/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile
index db2914268de8..97090469d0be 100644
--- a/print/freetype2/Makefile
+++ b/print/freetype2/Makefile
@@ -37,7 +37,9 @@ CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.endif
.if defined(WITH_CJK)
-PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/
+PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \
+ ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \
+ http://bsdchat.com/dist/firefly-cjk-patchset/
PATCHFILES+= cjk-freetype-2.1.10-20051219.patch.gz
PATCH_DIST_STRIP+= -p1
.endif
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile
index 85eda328762f..cb43506fcba5 100644
--- a/x11-fonts/fontconfig/Makefile
+++ b/x11-fonts/fontconfig/Makefile
@@ -166,7 +166,9 @@ MAN5= fonts-conf.5
.include <bsd.port.pre.mk>
.if defined(WITH_CJK)
-PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/
+PATCH_SITES+= http://lwj-hinet.myweb.hinet.net/ \
+ ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \
+ http://bsdchat.com/dist/firefly-cjk-patchset/
PATCHFILES+= cjk-fontconfig-2.3.2-20051217.patch.gz
PATCH_DIST_STRIP+= -p1
.endif