ports/84220: [UPDATE] print/freetype2: Readd WITH_CJK knob with an updated patch
chinsan
chinsan.tw at gmail.com
Thu Jul 28 12:40:13 UTC 2005
>Number: 84220
>Category: ports
>Synopsis: [UPDATE] print/freetype2: Readd WITH_CJK knob with an updated patch
>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: Thu Jul 28 12:40:12 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 #0: Thu Jul 7 10:03:49 CST 2005 root at chinsan.twbbs.org:/usr/obj/usr/src/sys/GENERIC i386
>Description:
-This is a new CJK patch(also fix display under emboldening)
also includes the following patchs:
http://firefly.idv.tw/setfont-xft/patches/freetype/old/freetype-2.1.4-smooth-usegamma-20030519.patch
http://lists.gnu.org/archive/html/freetype-devel/2005-06/msg00070.html
- port maintainer(gnome at FreeBSD.org) is CC'd.
>How-To-Repeat:
>Fix:
--- freetype2.diff begins here ---
diff -ruN freetype2.orig/Makefile freetype2/Makefile
--- freetype2.orig/Makefile Fri Jul 15 00:52:56 2005
+++ freetype2/Makefile Thu Jul 28 01:50:24 2005
@@ -35,12 +35,13 @@
CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.endif
-#.if defined(WITH_CJK)
-#PATCH_SITES+= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/ \
-# http://bsdchat.com/dist/firefly-cjk-patchset/
-#PATCHFILES+= cjk-freetype-2.1.9-20050315.patch.gz
-#PATCH_DIST_STRIP+= -p1
-#.endif
+.if defined(WITH_CJK)
+PATCH_SITES+= http://bsdchat.com/dist/firefly-cjk-patchset/ \
+ http://bbs.ilc.edu.tw/~chinsan/ \
+ ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
+PATCHFILES+= cjk-freetype-2.1.10-20050728.patch.gz
+PATCH_DIST_STRIP+= -p1
+.endif
pre-everything::
.if !defined(WITHOUT_TTF_BYTECODE_ENABLED)
diff -ruN freetype2.orig/distinfo freetype2/distinfo
--- freetype2.orig/distinfo Fri Jul 15 00:52:56 2005
+++ freetype2/distinfo Thu Jul 28 02:47:15 2005
@@ -1,4 +1,4 @@
MD5 (freetype-2.1.10.tar.bz2) = a4012e7d1f6400df44a16743b11b8423
SIZE (freetype-2.1.10.tar.bz2) = 1037107
-MD5 (cjk-freetype-2.1.9-20050315.patch.gz) = 6939b67cb81e1ffe9b9758cce20f3bc7
-SIZE (cjk-freetype-2.1.9-20050315.patch.gz) = 17437
+MD5 (cjk-freetype-2.1.10-20050728.patch.gz) = 7584b9c3de3e1e032897a48f00e2c0f4
+SIZE (cjk-freetype-2.1.10-20050728.patch.gz) = 1200
--- freetype2.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list