Bug 90636 - [PATCH] print/freetype2: failed to apply CJK patches
Summary: [PATCH] print/freetype2: failed to apply CJK patches
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-19 07:30 UTC by lwj
Modified: 2013-03-17 04:25 UTC (History)
0 users

See Also:


Attachments
freetype2.diff (1.44 KB, patch)
2005-12-19 07:30 UTC, lwj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lwj 2005-12-19 07:30:07 UTC
The WITH_CJK knob causes failed patching for freetype2.

How-To-Repeat: # cd /usr/ports/print/freetype2
# make -DWITH_CJK

You may want not to compile a bytecode interpreter into the
TrueType driver. Without this you will only compile the code
necessary to load TrueType glyphs without hinting.

Hit Ctrl-C now and use "make WITHOUT_TTF_BYTECODE_ENABLED=yes"

Note that there are important patent issues related to the
use of the interpreter.

===>  Vulnerability check disabled, database not found
===>  Extracting for freetype2-2.1.10_2
=> MD5 Checksum OK for freetype-2.1.10.tar.bz2.
=> SHA256 Checksum OK for freetype-2.1.10.tar.bz2.
=> MD5 Checksum OK for cjk-freetype-2.1.10-20050728.patch.gz.
=> SHA256 Checksum OK for cjk-freetype-2.1.10-20050728.patch.gz.
===>  Patching for freetype2-2.1.10_2
===>  Applying distribution patches for freetype2-2.1.10_2
===>  Applying FreeBSD patches for freetype2-2.1.10_2
1 out of 1 hunks failed--saving rejects to src/base/ftsynth.c.rej
=> Patch patch-src::base::ftsynth.c failed to apply cleanly.
=> Patch(es) patch-aa patch-builds::unix::configure patch-builds::unix::freetype-config.in patch-builds::unix::freetype2.in applied cleanly.
*** Error code 1

Stop in /usr/ports/print/freetype2.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-12-19 13:41:10 UTC
Responsible Changed
From-To: freebsd-bugs->gnome

Over to maintainer.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-12-19 13:50:14 UTC
State Changed
From-To: open->closed

Committed, thanks!