1 | gd2 port |
---|
2 | libfreetype.6 is in base system (panther) /usr/X11R6/lib but no header |
---|
3 | so need a change in depends_lib |
---|
4 | |
---|
5 | DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided |
---|
6 | DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided |
---|
7 | DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided |
---|
8 | DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided |
---|
9 | DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided |
---|
10 | DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided |
---|
11 | DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/libpng-1.2.5.bz2 |
---|
12 | DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/jpeg-6b.bz2 |
---|
13 | DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libfreetype.6.dylib regex: ^libfreetype\.6\.dylib$ |
---|
14 | DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ |
---|
15 | DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$ |
---|
16 | DEBUG: Found Dependency: path: /usr/bin filename: perl regex: ^perl$ |
---|
17 | DEBUG: Skipping completed com.apple.main (gd2) |
---|
18 | DEBUG: Skipping completed com.apple.fetch (gd2) |
---|
19 | DEBUG: Skipping completed com.apple.checksum (gd2) |
---|
20 | DEBUG: Skipping completed com.apple.extract (gd2) |
---|
21 | DEBUG: Skipping completed com.apple.patch (gd2) |
---|
22 | DEBUG: Skipping completed com.apple.configure (gd2) |
---|
23 | ---> Building gd2 with target all |
---|
24 | DEBUG: Executing com.apple.build (gd2) |
---|
25 | DEBUG: Assembled command: 'cd "/Users/touche/tmp/darwinports/dports/graphics/gd2/work/gd-2.0.15" && make all CCLD="gcc -L./.libs"' |
---|
26 | make all-recursive |
---|
27 | Making all in config |
---|
28 | make[2]: Nothing to be done for `all'. |
---|
29 | Making all in test |
---|
30 | make[2]: Nothing to be done for `all'. |
---|
31 | if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/opt/local/include/libpng12 -g -O2 -MT gdft.lo -MD -MP -MF ".deps/gdft.Tpo" \ |
---|
32 | -c -o gdft.lo `test -f 'gdft.c' || echo './'`gdft.c; \ |
---|
33 | then mv ".deps/gdft.Tpo" ".deps/gdft.Plo"; \ |
---|
34 | else rm -f ".deps/gdft.Tpo"; exit 1; \ |
---|
35 | fi |
---|
36 | rm -f .libs/gdft.lo |
---|
37 | gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/opt/local/include/libpng12 -g -O2 -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c -fno-common -DPIC -o .libs/gdft.lo |
---|
38 | gdft.c:57:31: freetype/freetype.h: No such file or directory |
---|
39 | gdft.c:58:30: freetype/ftglyph.h: No such file or directory |
---|
40 | gdft.c:103: error: parse error before "FT_Library" |
---|
41 | gdft.c:103: warning: no semicolon at end of struct or union |
---|
42 | gdft.c:104: warning: data definition has no type or storage class |
---|
43 | gdft.c:105: error: parse error before "have_char_map_unicode" |
---|
44 | gdft.c:106: warning: data definition has no type or storage class |
---|
45 | gdft.c:108: error: parse error before '}' token |
---|
46 | gdft.c:109: warning: data definition has no type or storage class |
---|
47 | gdft.c:114: error: parse error before "FT_Library" |
---|
48 | gdft.c:114: warning: no semicolon at end of struct or union |
---|
49 | gdft.c:116: warning: data definition has no type or storage class |
---|
50 | gdft.c: In function `fontTest': |
---|
51 | gdft.c:334: error: `a' undeclared (first use in this function) |
---|
52 | gdft.c:334: error: (Each undeclared identifier is reported only once |
---|
53 | gdft.c:334: error: for each function it appears in.) |
---|
54 | gdft.c:334: error: parse error before ')' token |
---|
55 | gdft.c:335: error: `b' undeclared (first use in this function) |
---|
56 | gdft.c:335: error: parse error before ')' token |
---|
57 | gdft.c: In function `fontFetch': |
---|
58 | gdft.c:343: error: `a' undeclared (first use in this function) |
---|
59 | gdft.c:344: error: `b' undeclared (first use in this function) |
---|
60 | gdft.c:344: error: parse error before ')' token |
---|
61 | gdft.c:352: error: `FT_Error' undeclared (first use in this function) |
---|
62 | gdft.c:352: error: parse error before "err" |
---|
63 | gdft.c:353: error: `FT_CharMap' undeclared (first use in this function) |
---|
64 | gdft.c:356: error: parse error before ')' token |
---|
65 | gdft.c:433: error: `err' undeclared (first use in this function) |
---|
66 | gdft.c:453: error: `charmap' undeclared (first use in this function) |
---|
67 | gdft.c:462: error: `found' undeclared (first use in this function) |
---|
68 | gdft.c: In function `fontRelease': |
---|
69 | gdft.c:497: error: `a' undeclared (first use in this function) |
---|
70 | gdft.c:497: error: parse error before ')' token |
---|
71 | gdft.c: At top level: |
---|
72 | gdft.c:592: error: parse error before "FT_Bitmap" |
---|
73 | gdft.c: In function `gdft_draw_bitmap': |
---|
74 | gdft.c:602: error: `fg' undeclared (first use in this function) |
---|
75 | gdft.c:603: error: `im' undeclared (first use in this function) |
---|
76 | gdft.c:607: error: `bitmap' undeclared (first use in this function) |
---|
77 | gdft.c:611: error: `pen_y' undeclared (first use in this function) |
---|
78 | gdft.c:618: error: `ft_pixel_mode_grays' undeclared (first use in this function) |
---|
79 | gdft.c:627: error: `ft_pixel_mode_mono' undeclared (first use in this function) |
---|
80 | gdft.c:651: error: `pen_x' undeclared (first use in this function) |
---|
81 | gdft.c:743: error: `tc_cache' undeclared (first use in this function) |
---|
82 | gdft.c: At top level: |
---|
83 | gdft.c:753: error: parse error before "v1" |
---|
84 | gdft.c: In function `gdroundupdown': |
---|
85 | gdft.c:755: error: `updown' undeclared (first use in this function) |
---|
86 | gdft.c:756: error: `v1' undeclared (first use in this function) |
---|
87 | gdft.c: At top level: |
---|
88 | gdft.c:765: error: parse error before "library" |
---|
89 | gdft.c:765: warning: data definition has no type or storage class |
---|
90 | gdft.c: In function `gdImageStringFTEx': |
---|
91 | gdft.c:793: error: `FT_BBox' undeclared (first use in this function) |
---|
92 | gdft.c:793: error: parse error before "bbox" |
---|
93 | gdft.c:794: error: `FT_Matrix' undeclared (first use in this function) |
---|
94 | gdft.c:795: error: `FT_Vector' undeclared (first use in this function) |
---|
95 | gdft.c:796: error: `FT_Face' undeclared (first use in this function) |
---|
96 | gdft.c:797: error: `FT_Glyph' undeclared (first use in this function) |
---|
97 | gdft.c:798: error: `FT_GlyphSlot' undeclared (first use in this function) |
---|
98 | gdft.c:799: error: `FT_Error' undeclared (first use in this function) |
---|
99 | gdft.c:800: error: `FT_Bool' undeclared (first use in this function) |
---|
100 | gdft.c:801: error: `FT_UInt' undeclared (first use in this function) |
---|
101 | gdft.c:806: error: `font' undeclared (first use in this function) |
---|
102 | gdft.c:807: error: parse error before "fontkey" |
---|
103 | gdft.c:811: error: `FT_BitmapGlyph' undeclared (first use in this function) |
---|
104 | gdft.c:811: error: parse error before "bm" |
---|
105 | gdft.c:814: error: `FT_LOAD_DEFAULT' undeclared (first use in this function) |
---|
106 | gdft.c:854: error: `fontkey' undeclared (first use in this function) |
---|
107 | gdft.c:856: error: parse error before ')' token |
---|
108 | gdft.c:863: error: `slot' undeclared (first use in this function) |
---|
109 | gdft.c:863: error: invalid type argument of `->' |
---|
110 | gdft.c:865: error: `FT_F26Dot6' undeclared (first use in this function) |
---|
111 | gdft.c:872: error: `matrix' undeclared (first use in this function) |
---|
112 | gdft.c:872: error: `FT_Fixed' undeclared (first use in this function) |
---|
113 | gdft.c:877: error: `penf' undeclared (first use in this function) |
---|
114 | gdft.c:878: error: `pen' undeclared (first use in this function) |
---|
115 | gdft.c:879: error: `bbox' undeclared (first use in this function) |
---|
116 | gdft.c:881: error: `use_kerning' undeclared (first use in this function) |
---|
117 | gdft.c:882: error: `previous' undeclared (first use in this function) |
---|
118 | gdft.c:885: error: `FT_LOAD_MONOCHROME' undeclared (first use in this function) |
---|
119 | gdft.c:972: error: invalid type argument of `->' |
---|
120 | gdft.c:1047: error: `glyph_index' undeclared (first use in this function) |
---|
121 | gdft.c:1053: error: `ft_kerning_default' undeclared (first use in this function) |
---|
122 | gdft.c:1053: error: `delta' undeclared (first use in this function) |
---|
123 | gdft.c:1060: error: `err' undeclared (first use in this function) |
---|
124 | gdft.c:1068: error: `image' undeclared (first use in this function) |
---|
125 | gdft.c:1071: error: `ft_glyph_bbox_gridfit' undeclared (first use in this function) |
---|
126 | gdft.c:1071: error: `glyph_bbox' undeclared (first use in this function) |
---|
127 | gdft.c:1101: error: `ft_glyph_format_bitmap' undeclared (first use in this function) |
---|
128 | gdft.c:1103: error: `ft_render_mode_normal' undeclared (first use in this function) |
---|
129 | gdft.c:1112: error: `bm' undeclared (first use in this function) |
---|
130 | gdft.c:1112: error: parse error before "image" |
---|
131 | make[2]: *** [gdft.lo] Error 1 |
---|
132 | make[1]: *** [all-recursive] Error 1 |
---|
133 | make: *** [all] Error 2 |
---|
134 | Error: Target com.apple.build returned: shell command "cd "/Users/touche/tmp/darwinports/dports/graphics/gd2/work/gd-2.0.15" && make all CCLD="gcc -L./.libs"" returned error 2 |
---|
135 | Command output: gdft.c:811: error: parse error before "bm" |
---|
136 | gdft.c:814: error: `FT_LOAD_DEFAULT' undeclared (first use in this function) |
---|
137 | gdft.c:854: error: `fontkey' undeclared (first use in this function) |
---|
138 | gdft.c:856: error: parse error before ')' token |
---|
139 | gdft.c:863: error: `slot' undeclared (first use in this function) |
---|
140 | gdft.c:863: error: invalid type argument of `->' |
---|
141 | gdft.c:865: error: `FT_F26Dot6' undeclared (first use in this function) |
---|
142 | gdft.c:872: error: `matrix' undeclared (first use in this function) |
---|
143 | gdft.c:872: error: `FT_Fixed' undeclared (first use in this function) |
---|
144 | gdft.c:877: error: `penf' undeclared (first use in this function) |
---|
145 | gdft.c:878: error: `pen' undeclared (first use in this function) |
---|
146 | gdft.c:879: error: `bbox' undeclared (first use in this function) |
---|
147 | gdft.c:881: error: `use_kerning' undeclared (first use in this function) |
---|
148 | gdft.c:882: error: `previous' undeclared (first use in this function) |
---|
149 | gdft.c:885: error: `FT_LOAD_MONOCHROME' undeclared (first use in this function) |
---|
150 | gdft.c:972: error: invalid type argument of `->' |
---|
151 | gdft.c:1047: error: `glyph_index' undeclared (first use in this function) |
---|
152 | gdft.c:1053: error: `ft_kerning_default' undeclared (first use in this function) |
---|
153 | gdft.c:1053: error: `delta' undeclared (first use in this function) |
---|
154 | gdft.c:1060: error: `err' undeclared (first use in this function) |
---|
155 | gdft.c:1068: error: `image' undeclared (first use in this function) |
---|
156 | gdft.c:1071: error: `ft_glyph_bbox_gridfit' undeclared (first use in this function) |
---|
157 | gdft.c:1071: error: `glyph_bbox' undeclared (first use in this function) |
---|
158 | gdft.c:1101: error: `ft_glyph_format_bitmap' undeclared (first use in this function) |
---|
159 | gdft.c:1103: error: `ft_render_mode_normal' undeclared (first use in this function) |
---|
160 | gdft.c:1112: error: `bm' undeclared (first use in this function) |
---|
161 | gdft.c:1112: error: parse error before "image" |
---|
162 | make[2]: *** [gdft.lo] Error 1 |
---|
163 | make[1]: *** [all-recursive] Error 1 |
---|
164 | make: *** [all] Error 2 |
---|
165 | |
---|
166 | Warning: the following items did not execute (for gd2): com.apple.build |
---|