Bug 88783 - [PATCH] x11-fonts/libXft: Remove WITH_CJK knob for failed building
Summary: [PATCH] x11-fonts/libXft: Remove WITH_CJK knob for failed building
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-11-10 09:50 UTC by chinsan
Modified: 2005-11-10 09:53 UTC (History)
1 user (show)

See Also:


Attachments
libXft.diff (1.21 KB, patch)
2005-11-10 09:50 UTC, chinsan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan 2005-11-10 09:50:14 UTC
 -  Remove WITH_CJK knob for faild building problem which occures on 5.4 -RELAESE and after... :(
    BTW, I will take time to take care of this issue and make new patch...

 -  add SHA256 keyprint

How-To-Repeat: # cd /usr/ports/x11-fonts/libXft/ 
# make -DWITH_CJK 
 cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O -pipe -O2
-pipe -march=i686 -march=pentium3 -MT xftfreetype.lo -MD -MP -MF
.deps/xftfreetype.Tpo -c xftfreetype.c  -fPIC -DPIC -o .libs/xftfreetype.o
xftfreetype.c: In function FontInfoFill':
xftfreetype.c:526: error: C_EMBEDDED_BITMAP' undeclared (first use in this
function)
xftfreetype.c:526: error: (Each undeclared identifier is reported only once
xftfreetype.c:526: error: for each function it appears in.)
xftfreetype.c:565: error: C_USE_GAMMA' undeclared (first use in this
function)
gmake[1]: *** [xftfreetype.lo] Error 1
gmake[1]: Leaving directory /usr/ports/x11-fonts/libXft/work/libXft-2.1.7'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11-fonts/libXft.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-10 09:51:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-11-10 09:51:37 UTC
State Changed
From-To: open->closed

Committed, thanks!