Ticket #65112: no.main.log

File no.main.log, 242.6 KB (added by chillin-, 2 years ago)

port -vsN upgrade html2text |tee no.main.log

Line 
1--->  Fetching distfiles for html2text
2--->  Verifying checksums for html2text
3--->  Checksumming html2text-1.3.2a.tar.gz
4--->  Extracting html2text
5--->  Extracting html2text-1.3.2a.tar.gz
6Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/html2text/html2text-1.3.2a.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
7--->  Applying patches to html2text
8--->  Applying patch-configure.diff
9Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/html2text/files/patch-configure.diff'
10patching file configure
11--->  Configuring html2text
12Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && ./configure --prefix=/opt/local
13-e Checking C++ compiler... -e use "g++"
14-e Checking <sys/poll.h>... -e OK
15-e Checking for socket libraries... -e no extra libraries required
16-e Checking "bool"... -e built-in
17-e Checking "explicit"... -e built-in
18-e Checking Standard C++ library... -e works; no need to make "./libstd"
19-e Checking "auto_ptr"... -e not defined or not working, use "./libstd/include/auto_ptr.h"
20-e Checking "makedepend" includes... -e use "-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include -I/usr/include -I/usr/include/c++/4.2.1 -I/usr/include/c++/4.2.1/bits -I/usr/include/c++/4.2.1/debug -I/usr/include/c++/4.2.1/ext -I/usr/include/i386 -I/usr/include/libkern -I/usr/include/libkern/i386 -I/usr/include/mach/i386 -I/usr/include/machine -I/usr/include/sys "
21-e Creating "./Makefile" from "./Makefile.in"... -e done
22
23Preparing completed. You may now run "make" (or "gmake").
24
25--->  Building html2text
26Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/make -j4 -w all
27make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
28g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html2text.C
29g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html.C
30g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLControl.C
31g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLParser.C
32/usr/local/lib/bison.cc:529:24: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
33          YY_HTMLParser_ERROR("parser stack overflow");
34                              ^
35HTMLControl.C:590:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
36    yyerror("Too many chars ungotten");
37            ^
38HTMLParser.y:349:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
39      yyerror("CDATA terminal not found");
40              ^
41HTMLParser.y:357:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
42      yyerror("CDATA terminal not found");
43              ^
44HTMLParser.y:403:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
45      yyerror("CDATA terminal not found");
46              ^
47HTMLParser.y:411:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
48      yyerror("CDATA terminal not found");
49              ^
50HTMLParser.y:435:16: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
51      yyerror ("Levels of opening and closing headings don't match");
52               ^
53/usr/local/lib/bison.cc:794:22: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
54        YY_HTMLParser_ERROR("parse error");
55                            ^
56g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Area.C
571 warning generated.
58g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g format.C
59g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g sgml.C
60g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g table.C
61sgml.C:66:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
62  { "AElig",   LATIN1_AElig,  "AE"         },
63                              ^
64sgml.C:67:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
65  { "AMP",     0,             "&"          },
66                              ^
67sgml.C:68:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
68  { "Aacute",  LATIN1_Aacute, "A'"         },
69                              ^
70sgml.C:69:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
71  { "Acirc",   LATIN1_Acirc,  "A^"         },
72                              ^
73sgml.C:70:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
74  { "Agrave",  LATIN1_Agrave, "A`"         },
75                              ^
76sgml.C:71:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
77  { "Alpha",   0,             "A"          },
78                              ^
79sgml.C:72:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
80  { "Aring",   LATIN1_Aring,  "AA"         },
81                              ^
82sgml.C:73:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
83  { "Atilde",  LATIN1_Atilde, "A~"         },
84                              ^
85sgml.C:74:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
86  { "Auml",    LATIN1_Auml,   "A\""        },
87                              ^
88sgml.C:75:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
89  { "Beta",    0,             "B"          },
90                              ^
91sgml.C:76:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
92  { "Ccedil",  LATIN1_Ccedil, "C,"         },
93                              ^
94sgml.C:77:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
95  { "Chi",     0,             "H"          },
96                              ^
97sgml.C:78:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
98  { "Dagger",  0,             "++"         },
99                              ^
100sgml.C:79:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
101  { "Delta",   0,             "D"          },
102                              ^
103sgml.C:80:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
104  { "ETH",     LATIN1_ETH,    "D-"         },
105                              ^
106sgml.C:81:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
107  { "Eacute",  LATIN1_Eacute, "E'"         },
108                              ^
109sgml.C:82:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
110  { "Ecirc",   LATIN1_Ecirc,  "E^"         },
111                              ^
112sgml.C:83:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
113  { "Egrave",  LATIN1_Egrave, "E`"         },
114                              ^
115sgml.C:84:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
116  { "Epsilon", 0,             "E"          },
117                              ^
118sgml.C:85:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
119  { "Eta",     0,             "E"          },
120                              ^
121sgml.C:86:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
122  { "Euml",    LATIN1_Euml,   "E\""        },
123                              ^
124sgml.C:87:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
125  { "GT",      0,             ">"          },
126                              ^
127sgml.C:88:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
128  { "Gamma",   0,             "G"          },
129                              ^
130sgml.C:89:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
131  { "Iacute",  LATIN1_Iacute, "I'"         },
132                              ^
133sgml.C:90:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
134  { "Icirc",   LATIN1_Icirc,  "I^"         },
135                              ^
136sgml.C:91:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
137  { "Igrave",  LATIN1_Igrave, "I`"         },
138                              ^
139sgml.C:92:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
140  { "Iota",    0,             "I"          },
141                              ^
142sgml.C:93:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
143  { "Iuml",    LATIN1_Iuml,   "I\""        },
144                              ^
145sgml.C:94:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
146  { "Kappa",   0,             "K"          },
147                              ^
148sgml.C:95:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
149  { "LT",      0,             "<"          },
150                              ^
151sgml.C:96:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
152  { "Lambda",  0,             "L"          },
153                              ^
154sgml.C:97:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
155  { "Mu",      0,             "M"          },
156                              ^
157sgml.C:98:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
158  { "Ntilde",  LATIN1_Ntilde, "N~"         },
159                              ^
160sgml.C:99:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
161  { "Nu",      0,             "N"          },
162                              ^
163sgml.C:100:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
164  { "OElig",   0,             "OE"         },
165                              ^
166sgml.C:101:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
167  { "Oacute",  LATIN1_Oacute, "O'"         },
168                              ^
169sgml.C:102:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
170  { "Ocirc",   LATIN1_Ocirc,  "O^"         },
171                              ^
172sgml.C:103:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
173  { "Ograve",  LATIN1_Ograve, "O`"         },
174                              ^
175sgml.C:104:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
176  { "Omega",   0,             "O"          },
177                              ^
178sgml.C:105:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
179  { "Omicron", 0,             "O"          },
180                              ^
181sgml.C:106:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
182  { "Oslash",  LATIN1_Oslash, "O/"         },
183                              ^
184sgml.C:107:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
185  { "Otilde",  LATIN1_Otilde, "O~"         },
186                              ^
187sgml.C:108:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
188  { "Ouml",    LATIN1_Ouml,   "O\""        },
189                              ^
190sgml.C:109:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
191  { "Phi",     0,             "F"          },
192                              ^
193sgml.C:110:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
194  { "Pi",      0,             "P"          },
195                              ^
196sgml.C:111:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
197  { "Prime",   0,             "''"         },
198                              ^
199sgml.C:112:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
200  { "Psi",     0,             "PS"         },
201                              ^
202sgml.C:113:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
203  { "QUOT",    0,             "\""         },
204                              ^
205sgml.C:114:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
206  { "Rho",     0,             "R"          },
207                              ^
208sgml.C:115:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
209  { "Scaron",  0,             "S"          },
210                              ^
211sgml.C:116:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
212  { "Sigma",   0,             "S"          },
213                              ^
214sgml.C:117:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
215  { "THORN",   LATIN1_THORN,  "TH"         },
216                              ^
217sgml.C:118:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
218  { "Tau",     0,             "T"          },
219                              ^
220sgml.C:119:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
221  { "Theta",   0,             "TH"         },
222                              ^
223sgml.C:120:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
224  { "Uacute",  LATIN1_Uacute, "U'"         },
225                              ^
226sgml.C:121:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
227  { "Ucirc",   LATIN1_Ucirc,  "U^"         },
228                              ^
229sgml.C:122:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
230  { "Ugrave",  LATIN1_Ugrave, "U`"         },
231                              ^
232sgml.C:123:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
233  { "Upsilon", 0,             "U"          },
234                              ^
235sgml.C:124:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
236  { "Uuml",    LATIN1_Uuml,   "U\""        },
237                              ^
238sgml.C:125:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
239  { "Xi",      0,             "X"          },
240                              ^
241sgml.C:126:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
242  { "Yacute",  LATIN1_Yacute, "Y'"         },
243                              ^
244sgml.C:127:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
245  { "Yuml",    0,             "Y\""        },
246                              ^
247sgml.C:128:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
248  { "Zeta",    0,             "Z"          },
249                              ^
250sgml.C:129:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
251  { "aacute",  LATIN1_aacute, "a'"         },
252                              ^
253sgml.C:130:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
254  { "acirc",   LATIN1_acirc,  "a^"         },
255                              ^
256sgml.C:131:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
257  { "acute",   LATIN1_acute,  "'"          },
258                              ^
259sgml.C:132:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
260  { "aelig",   LATIN1_aelig,  "ae"         },
261                              ^
262sgml.C:133:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
263  { "agrave",  LATIN1_agrave, "a`"         },
264                              ^
265sgml.C:134:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
266  { "alefsym", 0,             "Aleph"      },
267                              ^
268sgml.C:135:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
269  { "alpha",   0,             "a"          },
270                              ^
271sgml.C:136:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
272  { "amp",     0,             "&"          },
273                              ^
274sgml.C:137:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
275  { "and",     0,             "AND"        },
276                              ^
277sgml.C:138:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
278  { "ang",     0,             "-V"         },
279                              ^
280sgml.C:139:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
281  { "apos",    0,             "'"          },
282                              ^
283sgml.C:140:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
284  { "aring",   LATIN1_aring,  "aa"         },
285                              ^
286sgml.C:141:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
287  { "asymp",   0,             "~="         },
288                              ^
289sgml.C:142:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
290  { "atilde",  LATIN1_atilde, "a~"         },
291                              ^
292sgml.C:143:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
293  { "auml",    LATIN1_auml,   "a\""        },
294                              ^
295sgml.C:144:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
296  { "bdquo",   0,             "\""         },
297                              ^
298sgml.C:145:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
299  { "beta",    0,             "b"          },
300                              ^
301sgml.C:146:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
302  { "brvbar",  LATIN1_brvbar, "|"          },
303                              ^
304sgml.C:147:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
305  { "bull",    0,             " o "        },
306                              ^
307sgml.C:148:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
308  { "cap",     0,             "(U"         },
309                              ^
310sgml.C:149:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
311  { "ccedil",  LATIN1_ccedil, "c,"         },
312                              ^
313sgml.C:150:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
314  { "cedil",   LATIN1_cedil,  ","          },
315                              ^
316sgml.C:151:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
317  { "cent",    LATIN1_cent,   "-c-"        },
318                              ^
319sgml.C:152:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
320  { "chi",     0,             "h"          },
321                              ^
322sgml.C:153:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
323  { "circ",    0,             "^"          },
324                              ^
325sgml.C:155:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
326  { "cong",    0,             "?="         },
327                              ^
328sgml.C:156:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
329  { "copy",    LATIN1_copy,   "(c)"        },
330                              ^
331sgml.C:157:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
332  { "crarr",   0,             "<-'"        },
333                              ^
334sgml.C:158:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
335  { "cup",     0,             ")U"         },
336                              ^
337sgml.C:159:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
338  { "curren",  LATIN1_curren, "CUR"        },
339                              ^
340sgml.C:160:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
341  { "dArr",    0,             "vv"         },
342                              ^
343sgml.C:161:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
344  { "dagger",  0,             "+"          },
345                              ^
346sgml.C:162:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
347  { "darr",    0,             "v"          },
348                              ^
349sgml.C:163:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
350  { "deg",     LATIN1_deg,    "DEG"        },
351                              ^
352sgml.C:164:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
353  { "delta",   0,             "d"          },
354                              ^
355sgml.C:166:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
356  { "divide",  LATIN1_divide, "/"          },
357                              ^
358sgml.C:167:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
359  { "eacute",  LATIN1_eacute, "e'"         },
360                              ^
361sgml.C:168:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
362  { "ecirc",   LATIN1_ecirc,  "e^"         },
363                              ^
364sgml.C:169:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
365  { "egrave",  LATIN1_egrave, "e`"         },
366                              ^
367sgml.C:170:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
368  { "empty",   0,             "{}"         },
369                              ^
370sgml.C:171:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
371  { "epsilon", 0,             "e"          },
372                              ^
373sgml.C:172:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
374  { "equiv",   0,             "=="         },
375                              ^
376sgml.C:173:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
377  { "eta",     0,             "e"          },
378                              ^
379sgml.C:174:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
380  { "eth",     LATIN1_eth,    "d-"         },
381                              ^
382sgml.C:175:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
383  { "euml",    LATIN1_euml,   "e\""        },
384                              ^
385sgml.C:176:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
386  { "euro",    0,             "EUR"        },
387                              ^
388sgml.C:177:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
389  { "exist",   0,             "TE"         },
390                              ^
391sgml.C:178:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
392  { "fnof",    0,             "f"          },
393                              ^
394sgml.C:179:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
395  { "forall",  0,             "FA"         },
396                              ^
397sgml.C:180:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
398  { "frac12",  LATIN1_frac12, " 1/2"       },
399                              ^
400sgml.C:181:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
401  { "frac14",  LATIN1_frac14, " 1/4"       },
402                              ^
403sgml.C:182:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
404  { "frac34",  LATIN1_frac34, " 3/4"       },
405                              ^
406sgml.C:183:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
407  { "frasl",   0,             "/"          },
408                              ^
409sgml.C:184:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
410  { "gamma",   0,             "g"          },
411                              ^
412sgml.C:185:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
413  { "ge",      0,             ">="         },
414                              ^
415sgml.C:186:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
416  { "gt",      0,             ">"          },
417                              ^
418sgml.C:187:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
419  { "hArr",    0,             "<=>"        },
420                              ^
421sgml.C:188:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
422  { "harr",    0,             "<->"        },
423                              ^
424sgml.C:190:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
425  { "hellip",  0,             "..."        },
426                              ^
427sgml.C:191:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
428  { "iacute",  LATIN1_iacute, "i'"         },
429                              ^
430sgml.C:192:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
431  { "icirc",   LATIN1_icirc,  "i^"         },
432                              ^
433sgml.C:193:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
434  { "iexcl",   LATIN1_iexcl,  "!"          },
435                              ^
436sgml.C:194:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
437  { "igrave",  LATIN1_igrave, "i`"         },
438                              ^
439sgml.C:195:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
440  { "image",   0,             "Im"         },
441                              ^
442sgml.C:196:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
443  { "infin",   0,             "oo"         },
444                              ^
445sgml.C:197:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
446  { "int",     0,             "INT"        },
447                              ^
448sgml.C:198:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
449  { "iota",    0,             "i"          },
450                              ^
451sgml.C:199:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
452  { "iquest",  LATIN1_iquest, "?"          },
453                              ^
454sgml.C:200:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
455  { "isin",    0,             "(-"         },
456                              ^
457sgml.C:201:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
458  { "iuml",    LATIN1_iuml,   "i\""        },
459                              ^
460sgml.C:202:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
461  { "kappa",   0,             "k"          },
462                              ^
463sgml.C:203:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
464  { "lArr",    0,             "<="         },
465                              ^
466sgml.C:204:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
467  { "lambda",  0,             "l"          },
468                              ^
469sgml.C:205:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
470  { "lang",    0,             "</"         },
471                              ^
472sgml.C:206:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
473  { "laquo",   LATIN1_laquo,  "<<"         },
474                              ^
475sgml.C:207:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
476  { "larr",    0,             "<-"         },
477                              ^
478sgml.C:209:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
479  { "ldquo",   0,             "\""         },
480                              ^
481sgml.C:210:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
482  { "le",      0,             "<="         },
483                              ^
484sgml.C:212:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
485  { "lowast",  0,             "*"          },
486                              ^
487sgml.C:213:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
488  { "loz",     0,             "<>"         },
489                              ^
490sgml.C:214:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
491  { "lsaquo",  0,             "<"          },
492                              ^
493sgml.C:215:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
494  { "lsquo",   0,             "`"          },
495                              ^
496sgml.C:216:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
497  { "lt",      0,             "<"          },
498                              ^
499sgml.C:217:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
500  { "macr",    LATIN1_macr,   "-"          },
501                              ^
502sgml.C:218:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
503  { "mdash",   0,             "--"         },
504                              ^
505sgml.C:219:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
506  { "micro",   LATIN1_micro,  "my"         },
507                              ^
508sgml.C:220:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
509  { "middot",  LATIN1_middot, "."          },
510                              ^
511sgml.C:221:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
512  { "minus",   0,             "-"          },
513                              ^
514sgml.C:222:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
515  { "mu",      0,             "m"          },
516                              ^
517sgml.C:223:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
518  { "nabla",   0,             "Nabla"      },
519                              ^
520sgml.C:224:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
521  { "nbsp",    LATIN1_nbsp,   " "          },
522                              ^
523sgml.C:225:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
524  { "ndash",   0,             "-"          },
525                              ^
526sgml.C:226:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
527  { "ne",      0,             "!="         },
528                              ^
529sgml.C:227:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
530  { "ni",      0,             "-)"         },
531                              ^
532sgml.C:228:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
533  { "not",     LATIN1_not,    "NOT"        },
534                              ^
535sgml.C:229:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
536  { "notin",   0,             "!(-"        },
537                              ^
538sgml.C:230:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
539  { "nsub",    0,             "!(C"        },
540                              ^
541sgml.C:231:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
542  { "ntilde",  LATIN1_ntilde, "n~"         },
543                              ^
544sgml.C:232:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
545  { "nu",      0,             "n"          },
546                              ^
547sgml.C:233:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
548  { "oacute",  LATIN1_oacute, "o'"         },
549                              ^
550sgml.C:234:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
551  { "ocirc",   LATIN1_ocirc,  "o^"         },
552                              ^
553sgml.C:235:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
554  { "oelig",   0,             "oe"         },
555                              ^
556sgml.C:236:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
557  { "ograve",  LATIN1_ograve, "o`"         },
558                              ^
559sgml.C:237:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
560  { "oline",   LATIN1_macr,   "-"          },
561                              ^
562sgml.C:238:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
563  { "omega",   0,             "o"          },
564                              ^
565sgml.C:239:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
566  { "omicron", 0,             "o"          },
567                              ^
568sgml.C:240:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
569  { "oplus",   0,             "(+)"        },
570                              ^
571sgml.C:241:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
572  { "or",      0,             "OR"         },
573                              ^
574sgml.C:242:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
575  { "ordf",    LATIN1_ordf,   "-a"         },
576                              ^
577sgml.C:243:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
578  { "ordm",    LATIN1_ordm,   "-o"         },
579                              ^
580sgml.C:244:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
581  { "oslash",  LATIN1_oslash, "o/"         },
582                              ^
583sgml.C:245:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
584  { "otilde",  LATIN1_otilde, "o~"         },
585                              ^
586sgml.C:246:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
587  { "otimes",  0,             "(x)"        },
588                              ^
589sgml.C:247:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
590  { "ouml",    LATIN1_ouml,   "o\""        },
591                              ^
592sgml.C:248:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
593  { "para",    LATIN1_para,   "P:"         },
594                              ^
595sgml.C:249:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
596  { "part",    0,             "PART"       },
597                              ^
598sgml.C:250:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
599  { "permil",  0,             " 0/00"      },
600                              ^
601sgml.C:251:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
602  { "perp",    0,             "-T"         },
603                              ^
604sgml.C:252:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
605  { "phi",     0,             "f"          },
606                              ^
607sgml.C:253:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
608  { "pi",      0,             "p"          },
609                              ^
610sgml.C:254:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
611  { "piv",     0,             "Pi"         },
612                              ^
613sgml.C:255:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
614  { "plusmn",  LATIN1_plusmn, "+/-"        },
615                              ^
616sgml.C:256:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
617  { "pound",   LATIN1_pound,  "-L-"        },
618                              ^
619sgml.C:257:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
620  { "prime",   0,             "'"          },
621                              ^
622sgml.C:258:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
623  { "prod",    0,             "PROD"       },
624                              ^
625sgml.C:259:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
626  { "prop",    0,             "0("         },
627                              ^
628sgml.C:260:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
629  { "psi",     0,             "ps"         },
630                              ^
631sgml.C:261:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
632  { "quot",    0,             "\""         },
633                              ^
634sgml.C:262:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
635  { "rArr",    0,             "=>"         },
636                              ^
637sgml.C:263:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
638  { "radic",   0,             "SQRT"       },
639                              ^
640sgml.C:264:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
641  { "rang",    0,             "/>"         },
642                              ^
643sgml.C:265:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
644  { "raquo",   LATIN1_raquo,  ">>"         },
645                              ^
646sgml.C:266:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
647  { "rarr",    0,             "->"         },
648                              ^
649sgml.C:268:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
650  { "rdquo",   0,             "\""         },
651                              ^
652sgml.C:269:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
653  { "real",    0,             "Re"         },
654                              ^
655sgml.C:270:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
656  { "reg",     LATIN1_reg,    "(R)"        },
657                              ^
658sgml.C:272:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
659  { "rho",     0,             "r"          },
660                              ^
661sgml.C:273:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
662  { "rsaquo",  0,             ">"          },
663                              ^
664sgml.C:274:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
665  { "rsquo",   0,             "'"          },
666                              ^
667sgml.C:275:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
668  { "sbquo",   0,             "'"          },
669                              ^
670sgml.C:276:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
671  { "scaron",  0,             "s"          },
672                              ^
673sgml.C:277:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
674  { "sdot",    0,             "DOT"        },
675                              ^
676sgml.C:278:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
677  { "sect",    LATIN1_sect,   "S:"         },
678                              ^
679sgml.C:279:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
680  { "shy",     LATIN1_shy,    ""           },
681                              ^
682sgml.C:280:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
683  { "sigma",   0,             "s"          },
684                              ^
685sgml.C:281:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
686  { "sigmaf",  0,             "s"          },
687                              ^
688sgml.C:282:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
689  { "sim",     0,             "~"          },
690                              ^
691sgml.C:284:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
692  { "sub",     0,             "(C"         },
693                              ^
694sgml.C:285:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
695  { "sube",    0,             "(_"         },
696                              ^
697sgml.C:286:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
698  { "sum",     0,             "SUM"        },
699                              ^
700sgml.C:287:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
701  { "sup",     0,             ")C"         },
702                              ^
703sgml.C:288:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
704  { "sup1",    LATIN1_sup1,   "^1"         },
705                              ^
706sgml.C:289:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
707  { "sup2",    LATIN1_sup2,   "^2"         },
708                              ^
709sgml.C:290:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
710  { "sup3",    LATIN1_sup3,   "^3"         },
711                              ^
712sgml.C:291:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
713  { "supe",    0,             ")_"         },
714                              ^
715sgml.C:292:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
716  { "szlig",   LATIN1_szlig,  "ss"         },
717                              ^
718sgml.C:293:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
719  { "tau",     0,             "t"          },
720                              ^
721sgml.C:294:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
722  { "there4",  0,             ".:"         },
723                              ^
724sgml.C:295:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
725  { "theta",   0,             "th"         },
726                              ^
727sgml.C:296:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
728  { "thorn",   LATIN1_thorn,  "th"         },
729                              ^
730sgml.C:297:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
731  { "tilde",   0,             "~"          },
732                              ^
733sgml.C:298:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
734  { "times",   LATIN1_times,  "x"          },
735                              ^
736sgml.C:299:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
737  { "trade",   0,             "[TM]"       },
738                              ^
739sgml.C:300:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
740  { "uArr",    0,             "^^"         },
741                              ^
742sgml.C:301:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
743  { "uacute",  LATIN1_uacute, "u'"         },
744                              ^
745sgml.C:302:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
746  { "uarr",    0,             "^"          },
747                              ^
748sgml.C:303:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
749  { "ucirc",   LATIN1_ucirc,  "u^"         },
750                              ^
751sgml.C:304:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
752  { "ugrave",  LATIN1_ugrave, "u`"         },
753                              ^
754sgml.C:305:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
755  { "uml",     LATIN1_uml,    "\""         },
756                              ^
757sgml.C:306:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
758  { "upsilon", 0,             "u"          },
759                              ^
760sgml.C:307:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
761  { "uuml",    LATIN1_uuml,   "u\""        },
762                              ^
763sgml.C:308:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
764  { "weierp",  0,             "P"          },
765                              ^
766sgml.C:309:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
767  { "xi",      0,             "x"          },
768                              ^
769sgml.C:310:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
770  { "yacute",  LATIN1_yacute, "y'"         },
771                              ^
772sgml.C:311:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
773  { "yen",     LATIN1_yen,    "YEN"        },
774                              ^
775sgml.C:312:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
776  { "yuml",    LATIN1_yuml,   "y\""        },
777                              ^
778sgml.C:313:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
779  { "zeta",    0,             "z"          },
780                              ^
7817 warnings generated.
782g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g urlistream.C
783240 warnings generated.
784g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Properties.C
785g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g cmp_nocase.C
786g++ -O2 -g html2text.o html.o HTMLControl.o HTMLParser.o Area.o format.o sgml.o table.o urlistream.o Properties.o cmp_nocase.o    -o html2text
787
788Compilation completed. You may now move "html2text", "html2text.1.gz"
789and "html2textrc.5.gz" to their installation directories (e.g.
790"/usr/local/bin", "/usr/local/man/man1" and "/usr/local/man/man5").
791
792make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
793--->  Staging html2text into destroot
794. changed
795        gid expected 0 found 80 modified
796./usr missing (created)
797. missing (directory not created: File exists)
798./Applications missing (created)
799./Developer missing (created)
800./Library missing (created)
801. changed
802        gid expected 80 found 0 modified
803./bin missing (created)
804./etc missing (created)
805./include missing (created)
806./lib missing (created)
807./lib/pkgconfig missing (created)
808./libexec missing (created)
809./sbin missing (created)
810./share missing (created)
811./share/doc missing (created)
812./share/info missing (created)
813./share/man missing (created)
814./share/man/cat1 missing (created)
815./share/man/cat2 missing (created)
816./share/man/cat3 missing (created)
817./share/man/cat4 missing (created)
818./share/man/cat5 missing (created)
819./share/man/cat6 missing (created)
820./share/man/cat7 missing (created)
821./share/man/cat8 missing (created)
822./share/man/cat9 missing (created)
823./share/man/catl missing (created)
824./share/man/catn missing (created)
825./share/man/man1 missing (created)
826./share/man/man2 missing (created)
827./share/man/man3 missing (created)
828./share/man/man4 missing (created)
829./share/man/man5 missing (created)
830./share/man/man6 missing (created)
831./share/man/man7 missing (created)
832./share/man/man8 missing (created)
833./share/man/man9 missing (created)
834./share/man/manl missing (created)
835./share/man/mann missing (created)
836./share/nls missing (created)
837./share/nls/C missing (created)
838./share/nls/af_ZA.ISO8859-1 missing (created)
839./share/nls/af_ZA.ISO8859-15 missing (created)
840./share/nls/bg_BG.CP1251 missing (created)
841./share/nls/cs_CZ.ISO8859-2 missing (created)
842./share/nls/da_DK.ISO8859-1 missing (created)
843./share/nls/da_DK.ISO8859-15 missing (created)
844./share/nls/de_AT.ISO8859-1 missing (created)
845./share/nls/de_AT.ISO8859-15 missing (created)
846./share/nls/de_CH.ISO8859-1 missing (created)
847./share/nls/de_CH.ISO8859-15 missing (created)
848./share/nls/de_DE.ISO8859-1 missing (created)
849./share/nls/de_DE.ISO8859-15 missing (created)
850./share/nls/el_GR.ISO8859-7 missing (created)
851./share/nls/en_AU.ISO8859-1 missing (created)
852./share/nls/en_AU.ISO8859-15 missing (created)
853./share/nls/en_AU.US-ASCII missing (created)
854./share/nls/en_CA.ISO8859-1 missing (created)
855./share/nls/en_CA.ISO8859-15 missing (created)
856./share/nls/en_CA.US-ASCII missing (created)
857./share/nls/en_GB.ISO8859-1 missing (created)
858./share/nls/en_GB.ISO8859-15 missing (created)
859./share/nls/en_GB.US-ASCII missing (created)
860./share/nls/en_NZ.ISO8859-1 missing (created)
861./share/nls/en_NZ.ISO8859-15 missing (created)
862./share/nls/en_NZ.US-ASCII missing (created)
863./share/nls/en_US.ISO8859-1 missing (created)
864./share/nls/en_US.ISO8859-15 missing (created)
865./share/nls/es_ES.ISO8859-1 missing (created)
866./share/nls/es_ES.ISO8859-15 missing (created)
867./share/nls/et_EE.ISO8859-15 missing (created)
868./share/nls/fi_FI.ISO8859-1 missing (created)
869./share/nls/fi_FI.ISO8859-15 missing (created)
870./share/nls/fr_BE.ISO8859-1 missing (created)
871./share/nls/fr_BE.ISO8859-15 missing (created)
872./share/nls/fr_CA.ISO8859-1 missing (created)
873./share/nls/fr_CA.ISO8859-15 missing (created)
874./share/nls/fr_CH.ISO8859-1 missing (created)
875./share/nls/fr_CH.ISO8859-15 missing (created)
876./share/nls/fr_FR.ISO8859-1 missing (created)
877./share/nls/fr_FR.ISO8859-15 missing (created)
878./share/nls/hi_IN.ISCII-DEV missing (created)
879./share/nls/hr_HR.ISO8859-2 missing (created)
880./share/nls/hu_HU.ISO8859-2 missing (created)
881./share/nls/is_IS.ISO8859-1 missing (created)
882./share/nls/is_IS.ISO8859-15 missing (created)
883./share/nls/it_CH.ISO8859-1 missing (created)
884./share/nls/it_CH.ISO8859-15 missing (created)
885./share/nls/it_IT.ISO8859-1 missing (created)
886./share/nls/it_IT.ISO8859-15 missing (created)
887./share/nls/ja_JP.SJIS missing (created)
888./share/nls/ja_JP.eucJP missing (created)
889./share/nls/ko_KR.eucKR missing (created)
890./share/nls/la_LN.ISO8859-1 missing (created)
891./share/nls/la_LN.ISO8859-15 missing (created)
892./share/nls/la_LN.ISO8859-2 missing (created)
893./share/nls/la_LN.ISO8859-4 missing (created)
894./share/nls/la_LN.US-ASCII missing (created)
895./share/nls/lt_LT.ISO8859-4 missing (created)
896./share/nls/nl_BE.ISO8859-1 missing (created)
897./share/nls/nl_BE.ISO8859-15 missing (created)
898./share/nls/nl_NL.ISO8859-1 missing (created)
899./share/nls/nl_NL.ISO8859-15 missing (created)
900./share/nls/no_NO.ISO8859-1 missing (created)
901./share/nls/no_NO.ISO8859-15 missing (created)
902./share/nls/pl_PL.ISO8859-2 missing (created)
903./share/nls/pt_BR.ISO8859-1 missing (created)
904./share/nls/pt_PT.ISO8859-1 missing (created)
905./share/nls/pt_PT.ISO8859-15 missing (created)
906./share/nls/ro_RO.ISO8859-2 missing (created)
907./share/nls/ru_RU.CP866 missing (created)
908./share/nls/ru_RU.ISO8859-5 missing (created)
909./share/nls/ru_RU.KOI8-R missing (created)
910./share/nls/sk_SK.ISO8859-2 missing (created)
911./share/nls/sl_SI.ISO8859-2 missing (created)
912./share/nls/sv_SE.ISO8859-1 missing (created)
913./share/nls/sv_SE.ISO8859-15 missing (created)
914./share/nls/tr_TR.ISO8859-9 missing (created)
915./share/nls/uk_UA.ISO8859-5 missing (created)
916./share/nls/uk_UA.KOI8-U missing (created)
917./share/nls/zh_CN.eucCN missing (created)
918./share/nls/zh_TW.Big5 missing (created)
919./share/skel missing (created)
920./var missing (created)
921./var/cache missing (created)
922./var/db missing (created)
923./var/log missing (created)
924./var/run missing (created)
925./var/spool missing (created)
926./www missing (created)
927xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/bin/html2text
928xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text.1.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man1/html2text.1.gz
929xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2textrc.5.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man5/html2textrc.5.gz
930xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text
931xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a)
932xinstall: CHANGES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CHANGES
933xinstall: COPYING -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/COPYING
934xinstall: CREDITS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CREDITS
935xinstall: KNOWN_BUGS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/KNOWN_BUGS
936xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/README
937xinstall: RELEASE_NOTES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/RELEASE_NOTES
938xinstall: TODO -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/TODO
939--->  Compressing man pages for html2text
940man1/html2text.1:        58.7% -- replaced with man1/html2text.1.gz
941man1/html2text.1.gz: changing permissions from 00644 to 00444
942man5/html2textrc.5:      65.3% -- replaced with man5/html2textrc.5.gz
943man5/html2textrc.5.gz: changing permissions from 00644 to 00444
944--->  Deactivating html2text @1.3.2a_3
945--->  Cleaning html2text
946--->  Removing work directory for html2text
947--->  Uninstalling html2text @1.3.2a_3
948--->  Cleaning html2text
949--->  Removing work directory for html2text
950--->  Installing html2text @1.3.2a_3
951Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/html2text/html2text-1.3.2a_3.darwin_12.x86_64.tbz2
952a .
953a ./+COMMENT
954a ./+CONTENTS
955a ./+DESC
956a ./+PORTFILE
957a ./+STATE
958a ./opt
959a ./opt/local
960a ./opt/local/bin
961a ./opt/local/share
962a ./opt/local/share/doc
963a ./opt/local/share/man
964a ./opt/local/share/man/man1
965a ./opt/local/share/man/man5
966a ./opt/local/share/man/man5/html2textrc.5.gz
967a ./opt/local/share/man/man1/html2text.1.gz
968a ./opt/local/share/doc/html2text
969a ./opt/local/share/doc/html2text/CHANGES
970a ./opt/local/share/doc/html2text/COPYING
971a ./opt/local/share/doc/html2text/CREDITS
972a ./opt/local/share/doc/html2text/KNOWN_BUGS
973a ./opt/local/share/doc/html2text/README
974a ./opt/local/share/doc/html2text/RELEASE_NOTES
975a ./opt/local/share/doc/html2text/TODO
976a ./opt/local/bin/html2text
977--->  Activating html2text @1.3.2a_3
978x ./
979x ./+COMMENT
980x ./+CONTENTS
981x ./+DESC
982x ./+PORTFILE
983x ./+STATE
984x ./opt/
985x ./opt/local/
986x ./opt/local/bin/
987x ./opt/local/share/
988x ./opt/local/share/doc/
989x ./opt/local/share/man/
990x ./opt/local/share/man/man1/
991x ./opt/local/share/man/man5/
992x ./opt/local/share/man/man5/html2textrc.5.gz
993x ./opt/local/share/man/man1/html2text.1.gz
994x ./opt/local/share/doc/html2text/
995x ./opt/local/share/doc/html2text/CHANGES
996x ./opt/local/share/doc/html2text/COPYING
997x ./opt/local/share/doc/html2text/CREDITS
998x ./opt/local/share/doc/html2text/KNOWN_BUGS
999x ./opt/local/share/doc/html2text/README
1000x ./opt/local/share/doc/html2text/RELEASE_NOTES
1001x ./opt/local/share/doc/html2text/TODO
1002x ./opt/local/bin/html2text
1003--->  Cleaning html2text
1004--->  Removing work directory for html2text
1005--->  Scanning binaries for linking errors
1006--->  No broken files found.
1007html2text is using libstdc++ (this installation is configured to use libc++)
1008--->  Found 1 broken port, determining rebuild order
1009--->  Rebuilding in order
1010     html2text @1.3.2a_3
1011--->  Fetching distfiles for html2text
1012--->  Verifying checksums for html2text
1013--->  Checksumming html2text-1.3.2a.tar.gz
1014--->  Extracting html2text
1015--->  Extracting html2text-1.3.2a.tar.gz
1016Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/html2text/html2text-1.3.2a.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
1017--->  Applying patches to html2text
1018--->  Applying patch-configure.diff
1019Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/html2text/files/patch-configure.diff'
1020patching file configure
1021--->  Configuring html2text
1022Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && ./configure --prefix=/opt/local
1023-e Checking C++ compiler... -e use "g++"
1024-e Checking <sys/poll.h>... -e OK
1025-e Checking for socket libraries... -e no extra libraries required
1026-e Checking "bool"... -e built-in
1027-e Checking "explicit"... -e built-in
1028-e Checking Standard C++ library... -e works; no need to make "./libstd"
1029-e Checking "auto_ptr"... -e not defined or not working, use "./libstd/include/auto_ptr.h"
1030-e Checking "makedepend" includes... -e use "-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include -I/usr/include -I/usr/include/c++/4.2.1 -I/usr/include/c++/4.2.1/bits -I/usr/include/c++/4.2.1/debug -I/usr/include/c++/4.2.1/ext -I/usr/include/i386 -I/usr/include/libkern -I/usr/include/libkern/i386 -I/usr/include/mach/i386 -I/usr/include/machine -I/usr/include/sys "
1031-e Creating "./Makefile" from "./Makefile.in"... -e done
1032
1033Preparing completed. You may now run "make" (or "gmake").
1034
1035--->  Building html2text
1036Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/make -j4 -w all
1037make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
1038g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html2text.C
1039g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html.C
1040g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLControl.C
1041g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLParser.C
1042HTMLControl.C:590:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1043    yyerror("Too many chars ungotten");
1044            ^
1045/usr/local/lib/bison.cc:529:24: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1046          YY_HTMLParser_ERROR("parser stack overflow");
1047                              ^
1048HTMLParser.y:349:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1049      yyerror("CDATA terminal not found");
1050              ^
1051HTMLParser.y:357:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1052      yyerror("CDATA terminal not found");
1053              ^
1054HTMLParser.y:403:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1055      yyerror("CDATA terminal not found");
1056              ^
1057HTMLParser.y:411:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1058      yyerror("CDATA terminal not found");
1059              ^
1060HTMLParser.y:435:16: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1061      yyerror ("Levels of opening and closing headings don't match");
1062               ^
1063/usr/local/lib/bison.cc:794:22: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1064        YY_HTMLParser_ERROR("parse error");
1065                            ^
1066g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Area.C
10671 warning generated.
1068g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g format.C
1069g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g sgml.C
1070g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g table.C
1071sgml.C:66:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1072  { "AElig",   LATIN1_AElig,  "AE"         },
1073                              ^
1074sgml.C:67:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1075  { "AMP",     0,             "&"          },
1076                              ^
1077sgml.C:68:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1078  { "Aacute",  LATIN1_Aacute, "A'"         },
1079                              ^
1080sgml.C:69:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1081  { "Acirc",   LATIN1_Acirc,  "A^"         },
1082                              ^
1083sgml.C:70:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1084  { "Agrave",  LATIN1_Agrave, "A`"         },
1085                              ^
1086sgml.C:71:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1087  { "Alpha",   0,             "A"          },
1088                              ^
1089sgml.C:72:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1090  { "Aring",   LATIN1_Aring,  "AA"         },
1091                              ^
1092sgml.C:73:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1093  { "Atilde",  LATIN1_Atilde, "A~"         },
1094                              ^
1095sgml.C:74:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1096  { "Auml",    LATIN1_Auml,   "A\""        },
1097                              ^
1098sgml.C:75:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1099  { "Beta",    0,             "B"          },
1100                              ^
1101sgml.C:76:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1102  { "Ccedil",  LATIN1_Ccedil, "C,"         },
1103                              ^
1104sgml.C:77:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1105  { "Chi",     0,             "H"          },
1106                              ^
1107sgml.C:78:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1108  { "Dagger",  0,             "++"         },
1109                              ^
1110sgml.C:79:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1111  { "Delta",   0,             "D"          },
1112                              ^
1113sgml.C:80:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1114  { "ETH",     LATIN1_ETH,    "D-"         },
1115                              ^
1116sgml.C:81:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1117  { "Eacute",  LATIN1_Eacute, "E'"         },
1118                              ^
1119sgml.C:82:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1120  { "Ecirc",   LATIN1_Ecirc,  "E^"         },
1121                              ^
1122sgml.C:83:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1123  { "Egrave",  LATIN1_Egrave, "E`"         },
1124                              ^
1125sgml.C:84:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1126  { "Epsilon", 0,             "E"          },
1127                              ^
1128sgml.C:85:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1129  { "Eta",     0,             "E"          },
1130                              ^
1131sgml.C:86:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1132  { "Euml",    LATIN1_Euml,   "E\""        },
1133                              ^
1134sgml.C:87:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1135  { "GT",      0,             ">"          },
1136                              ^
1137sgml.C:88:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1138  { "Gamma",   0,             "G"          },
1139                              ^
1140sgml.C:89:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1141  { "Iacute",  LATIN1_Iacute, "I'"         },
1142                              ^
1143sgml.C:90:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1144  { "Icirc",   LATIN1_Icirc,  "I^"         },
1145                              ^
1146sgml.C:91:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1147  { "Igrave",  LATIN1_Igrave, "I`"         },
1148                              ^
1149sgml.C:92:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1150  { "Iota",    0,             "I"          },
1151                              ^
1152sgml.C:93:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1153  { "Iuml",    LATIN1_Iuml,   "I\""        },
1154                              ^
1155sgml.C:94:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1156  { "Kappa",   0,             "K"          },
1157                              ^
1158sgml.C:95:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1159  { "LT",      0,             "<"          },
1160                              ^
1161sgml.C:96:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1162  { "Lambda",  0,             "L"          },
1163                              ^
1164sgml.C:97:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1165  { "Mu",      0,             "M"          },
1166                              ^
1167sgml.C:98:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1168  { "Ntilde",  LATIN1_Ntilde, "N~"         },
1169                              ^
1170sgml.C:99:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1171  { "Nu",      0,             "N"          },
1172                              ^
1173sgml.C:100:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1174  { "OElig",   0,             "OE"         },
1175                              ^
1176sgml.C:101:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1177  { "Oacute",  LATIN1_Oacute, "O'"         },
1178                              ^
1179sgml.C:102:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1180  { "Ocirc",   LATIN1_Ocirc,  "O^"         },
1181                              ^
1182sgml.C:103:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1183  { "Ograve",  LATIN1_Ograve, "O`"         },
1184                              ^
1185sgml.C:104:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1186  { "Omega",   0,             "O"          },
1187                              ^
1188sgml.C:105:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1189  { "Omicron", 0,             "O"          },
1190                              ^
1191sgml.C:106:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1192  { "Oslash",  LATIN1_Oslash, "O/"         },
1193                              ^
1194sgml.C:107:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1195  { "Otilde",  LATIN1_Otilde, "O~"         },
1196                              ^
1197sgml.C:108:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1198  { "Ouml",    LATIN1_Ouml,   "O\""        },
1199                              ^
1200sgml.C:109:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1201  { "Phi",     0,             "F"          },
1202                              ^
1203sgml.C:110:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1204  { "Pi",      0,             "P"          },
1205                              ^
1206sgml.C:111:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1207  { "Prime",   0,             "''"         },
1208                              ^
1209sgml.C:112:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1210  { "Psi",     0,             "PS"         },
1211                              ^
1212sgml.C:113:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1213  { "QUOT",    0,             "\""         },
1214                              ^
1215sgml.C:114:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1216  { "Rho",     0,             "R"          },
1217                              ^
1218sgml.C:115:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1219  { "Scaron",  0,             "S"          },
1220                              ^
1221sgml.C:116:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1222  { "Sigma",   0,             "S"          },
1223                              ^
1224sgml.C:117:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1225  { "THORN",   LATIN1_THORN,  "TH"         },
1226                              ^
1227sgml.C:118:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1228  { "Tau",     0,             "T"          },
1229                              ^
1230sgml.C:119:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1231  { "Theta",   0,             "TH"         },
1232                              ^
1233sgml.C:120:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1234  { "Uacute",  LATIN1_Uacute, "U'"         },
1235                              ^
1236sgml.C:121:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1237  { "Ucirc",   LATIN1_Ucirc,  "U^"         },
1238                              ^
1239sgml.C:122:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1240  { "Ugrave",  LATIN1_Ugrave, "U`"         },
1241                              ^
1242sgml.C:123:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1243  { "Upsilon", 0,             "U"          },
1244                              ^
1245sgml.C:124:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1246  { "Uuml",    LATIN1_Uuml,   "U\""        },
1247                              ^
1248sgml.C:125:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1249  { "Xi",      0,             "X"          },
1250                              ^
1251sgml.C:126:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1252  { "Yacute",  LATIN1_Yacute, "Y'"         },
1253                              ^
1254sgml.C:127:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1255  { "Yuml",    0,             "Y\""        },
1256                              ^
1257sgml.C:128:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1258  { "Zeta",    0,             "Z"          },
1259                              ^
1260sgml.C:129:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1261  { "aacute",  LATIN1_aacute, "a'"         },
1262                              ^
1263sgml.C:130:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1264  { "acirc",   LATIN1_acirc,  "a^"         },
1265                              ^
1266sgml.C:131:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1267  { "acute",   LATIN1_acute,  "'"          },
1268                              ^
1269sgml.C:132:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1270  { "aelig",   LATIN1_aelig,  "ae"         },
1271                              ^
1272sgml.C:133:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1273  { "agrave",  LATIN1_agrave, "a`"         },
1274                              ^
1275sgml.C:134:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1276  { "alefsym", 0,             "Aleph"      },
1277                              ^
1278sgml.C:135:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1279  { "alpha",   0,             "a"          },
1280                              ^
1281sgml.C:136:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1282  { "amp",     0,             "&"          },
1283                              ^
1284sgml.C:137:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1285  { "and",     0,             "AND"        },
1286                              ^
1287sgml.C:138:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1288  { "ang",     0,             "-V"         },
1289                              ^
1290sgml.C:139:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1291  { "apos",    0,             "'"          },
1292                              ^
1293sgml.C:140:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1294  { "aring",   LATIN1_aring,  "aa"         },
1295                              ^
1296sgml.C:141:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1297  { "asymp",   0,             "~="         },
1298                              ^
1299sgml.C:142:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1300  { "atilde",  LATIN1_atilde, "a~"         },
1301                              ^
1302sgml.C:143:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1303  { "auml",    LATIN1_auml,   "a\""        },
1304                              ^
1305sgml.C:144:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1306  { "bdquo",   0,             "\""         },
1307                              ^
1308sgml.C:145:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1309  { "beta",    0,             "b"          },
1310                              ^
1311sgml.C:146:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1312  { "brvbar",  LATIN1_brvbar, "|"          },
1313                              ^
1314sgml.C:147:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1315  { "bull",    0,             " o "        },
1316                              ^
1317sgml.C:148:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1318  { "cap",     0,             "(U"         },
1319                              ^
1320sgml.C:149:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1321  { "ccedil",  LATIN1_ccedil, "c,"         },
1322                              ^
1323sgml.C:150:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1324  { "cedil",   LATIN1_cedil,  ","          },
1325                              ^
1326sgml.C:151:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1327  { "cent",    LATIN1_cent,   "-c-"        },
1328                              ^
1329sgml.C:152:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1330  { "chi",     0,             "h"          },
1331                              ^
1332sgml.C:153:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1333  { "circ",    0,             "^"          },
1334                              ^
1335sgml.C:155:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1336  { "cong",    0,             "?="         },
1337                              ^
1338sgml.C:156:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1339  { "copy",    LATIN1_copy,   "(c)"        },
1340                              ^
1341sgml.C:157:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1342  { "crarr",   0,             "<-'"        },
1343                              ^
1344sgml.C:158:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1345  { "cup",     0,             ")U"         },
1346                              ^
1347sgml.C:159:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1348  { "curren",  LATIN1_curren, "CUR"        },
1349                              ^
1350sgml.C:160:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1351  { "dArr",    0,             "vv"         },
1352                              ^
1353sgml.C:161:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1354  { "dagger",  0,             "+"          },
1355                              ^
1356sgml.C:162:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1357  { "darr",    0,             "v"          },
1358                              ^
1359sgml.C:163:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1360  { "deg",     LATIN1_deg,    "DEG"        },
1361                              ^
1362sgml.C:164:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1363  { "delta",   0,             "d"          },
1364                              ^
1365sgml.C:166:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1366  { "divide",  LATIN1_divide, "/"          },
1367                              ^
1368sgml.C:167:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1369  { "eacute",  LATIN1_eacute, "e'"         },
1370                              ^
1371sgml.C:168:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1372  { "ecirc",   LATIN1_ecirc,  "e^"         },
1373                              ^
1374sgml.C:169:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1375  { "egrave",  LATIN1_egrave, "e`"         },
1376                              ^
1377sgml.C:170:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1378  { "empty",   0,             "{}"         },
1379                              ^
1380sgml.C:171:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1381  { "epsilon", 0,             "e"          },
1382                              ^
1383sgml.C:172:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1384  { "equiv",   0,             "=="         },
1385                              ^
1386sgml.C:173:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1387  { "eta",     0,             "e"          },
1388                              ^
1389sgml.C:174:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1390  { "eth",     LATIN1_eth,    "d-"         },
1391                              ^
1392sgml.C:175:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1393  { "euml",    LATIN1_euml,   "e\""        },
1394                              ^
1395sgml.C:176:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1396  { "euro",    0,             "EUR"        },
1397                              ^
1398sgml.C:177:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1399  { "exist",   0,             "TE"         },
1400                              ^
1401sgml.C:178:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1402  { "fnof",    0,             "f"          },
1403                              ^
1404sgml.C:179:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1405  { "forall",  0,             "FA"         },
1406                              ^
1407sgml.C:180:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1408  { "frac12",  LATIN1_frac12, " 1/2"       },
1409                              ^
1410sgml.C:181:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1411  { "frac14",  LATIN1_frac14, " 1/4"       },
1412                              ^
1413sgml.C:182:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1414  { "frac34",  LATIN1_frac34, " 3/4"       },
1415                              ^
1416sgml.C:183:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1417  { "frasl",   0,             "/"          },
1418                              ^
1419sgml.C:184:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1420  { "gamma",   0,             "g"          },
1421                              ^
1422sgml.C:185:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1423  { "ge",      0,             ">="         },
1424                              ^
1425sgml.C:186:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1426  { "gt",      0,             ">"          },
1427                              ^
1428sgml.C:187:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1429  { "hArr",    0,             "<=>"        },
1430                              ^
1431sgml.C:188:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1432  { "harr",    0,             "<->"        },
1433                              ^
1434sgml.C:190:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1435  { "hellip",  0,             "..."        },
1436                              ^
1437sgml.C:191:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1438  { "iacute",  LATIN1_iacute, "i'"         },
1439                              ^
1440sgml.C:192:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1441  { "icirc",   LATIN1_icirc,  "i^"         },
1442                              ^
1443sgml.C:193:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1444  { "iexcl",   LATIN1_iexcl,  "!"          },
1445                              ^
1446sgml.C:194:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1447  { "igrave",  LATIN1_igrave, "i`"         },
1448                              ^
1449sgml.C:195:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1450  { "image",   0,             "Im"         },
1451                              ^
1452sgml.C:196:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1453  { "infin",   0,             "oo"         },
1454                              ^
1455sgml.C:197:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1456  { "int",     0,             "INT"        },
1457                              ^
1458sgml.C:198:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1459  { "iota",    0,             "i"          },
1460                              ^
1461sgml.C:199:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1462  { "iquest",  LATIN1_iquest, "?"          },
1463                              ^
1464sgml.C:200:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1465  { "isin",    0,             "(-"         },
1466                              ^
1467sgml.C:201:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1468  { "iuml",    LATIN1_iuml,   "i\""        },
1469                              ^
1470sgml.C:202:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1471  { "kappa",   0,             "k"          },
1472                              ^
1473sgml.C:203:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1474  { "lArr",    0,             "<="         },
1475                              ^
1476sgml.C:204:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1477  { "lambda",  0,             "l"          },
1478                              ^
1479sgml.C:205:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1480  { "lang",    0,             "</"         },
1481                              ^
1482sgml.C:206:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1483  { "laquo",   LATIN1_laquo,  "<<"         },
1484                              ^
1485sgml.C:207:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1486  { "larr",    0,             "<-"         },
1487                              ^
1488sgml.C:209:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1489  { "ldquo",   0,             "\""         },
1490                              ^
1491sgml.C:210:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1492  { "le",      0,             "<="         },
1493                              ^
1494sgml.C:212:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1495  { "lowast",  0,             "*"          },
1496                              ^
1497sgml.C:213:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1498  { "loz",     0,             "<>"         },
1499                              ^
1500sgml.C:214:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1501  { "lsaquo",  0,             "<"          },
1502                              ^
1503sgml.C:215:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1504  { "lsquo",   0,             "`"          },
1505                              ^
1506sgml.C:216:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1507  { "lt",      0,             "<"          },
1508                              ^
1509sgml.C:217:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1510  { "macr",    LATIN1_macr,   "-"          },
1511                              ^
1512sgml.C:218:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1513  { "mdash",   0,             "--"         },
1514                              ^
1515sgml.C:219:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1516  { "micro",   LATIN1_micro,  "my"         },
1517                              ^
1518sgml.C:220:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1519  { "middot",  LATIN1_middot, "."          },
1520                              ^
1521sgml.C:221:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1522  { "minus",   0,             "-"          },
1523                              ^
1524sgml.C:222:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1525  { "mu",      0,             "m"          },
1526                              ^
1527sgml.C:223:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1528  { "nabla",   0,             "Nabla"      },
1529                              ^
1530sgml.C:224:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1531  { "nbsp",    LATIN1_nbsp,   " "          },
1532                              ^
1533sgml.C:225:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1534  { "ndash",   0,             "-"          },
1535                              ^
1536sgml.C:226:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1537  { "ne",      0,             "!="         },
1538                              ^
1539sgml.C:227:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1540  { "ni",      0,             "-)"         },
1541                              ^
1542sgml.C:228:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1543  { "not",     LATIN1_not,    "NOT"        },
1544                              ^
1545sgml.C:229:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1546  { "notin",   0,             "!(-"        },
1547                              ^
1548sgml.C:230:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1549  { "nsub",    0,             "!(C"        },
1550                              ^
1551sgml.C:231:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1552  { "ntilde",  LATIN1_ntilde, "n~"         },
1553                              ^
1554sgml.C:232:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1555  { "nu",      0,             "n"          },
1556                              ^
1557sgml.C:233:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1558  { "oacute",  LATIN1_oacute, "o'"         },
1559                              ^
1560sgml.C:234:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1561  { "ocirc",   LATIN1_ocirc,  "o^"         },
1562                              ^
1563sgml.C:235:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1564  { "oelig",   0,             "oe"         },
1565                              ^
1566sgml.C:236:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1567  { "ograve",  LATIN1_ograve, "o`"         },
1568                              ^
1569sgml.C:237:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1570  { "oline",   LATIN1_macr,   "-"          },
1571                              ^
1572sgml.C:238:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1573  { "omega",   0,             "o"          },
1574                              ^
1575sgml.C:239:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1576  { "omicron", 0,             "o"          },
1577                              ^
1578sgml.C:240:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1579  { "oplus",   0,             "(+)"        },
1580                              ^
1581sgml.C:241:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1582  { "or",      0,             "OR"         },
1583                              ^
1584sgml.C:242:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1585  { "ordf",    LATIN1_ordf,   "-a"         },
1586                              ^
1587sgml.C:243:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1588  { "ordm",    LATIN1_ordm,   "-o"         },
1589                              ^
1590sgml.C:244:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1591  { "oslash",  LATIN1_oslash, "o/"         },
1592                              ^
1593sgml.C:245:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1594  { "otilde",  LATIN1_otilde, "o~"         },
1595                              ^
1596sgml.C:246:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1597  { "otimes",  0,             "(x)"        },
1598                              ^
1599sgml.C:247:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1600  { "ouml",    LATIN1_ouml,   "o\""        },
1601                              ^
1602sgml.C:248:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1603  { "para",    LATIN1_para,   "P:"         },
1604                              ^
1605sgml.C:249:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1606  { "part",    0,             "PART"       },
1607                              ^
1608sgml.C:250:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1609  { "permil",  0,             " 0/00"      },
1610                              ^
1611sgml.C:251:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1612  { "perp",    0,             "-T"         },
1613                              ^
1614sgml.C:252:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1615  { "phi",     0,             "f"          },
1616                              ^
1617sgml.C:253:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1618  { "pi",      0,             "p"          },
1619                              ^
1620sgml.C:254:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1621  { "piv",     0,             "Pi"         },
1622                              ^
1623sgml.C:255:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1624  { "plusmn",  LATIN1_plusmn, "+/-"        },
1625                              ^
1626sgml.C:256:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1627  { "pound",   LATIN1_pound,  "-L-"        },
1628                              ^
1629sgml.C:257:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1630  { "prime",   0,             "'"          },
1631                              ^
1632sgml.C:258:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1633  { "prod",    0,             "PROD"       },
1634                              ^
1635sgml.C:259:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1636  { "prop",    0,             "0("         },
1637                              ^
1638sgml.C:260:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1639  { "psi",     0,             "ps"         },
1640                              ^
1641sgml.C:261:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1642  { "quot",    0,             "\""         },
1643                              ^
1644sgml.C:262:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1645  { "rArr",    0,             "=>"         },
1646                              ^
1647sgml.C:263:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1648  { "radic",   0,             "SQRT"       },
1649                              ^
1650sgml.C:264:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1651  { "rang",    0,             "/>"         },
1652                              ^
1653sgml.C:265:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1654  { "raquo",   LATIN1_raquo,  ">>"         },
1655                              ^
1656sgml.C:266:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1657  { "rarr",    0,             "->"         },
1658                              ^
1659sgml.C:268:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1660  { "rdquo",   0,             "\""         },
1661                              ^
1662sgml.C:269:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1663  { "real",    0,             "Re"         },
1664                              ^
1665sgml.C:270:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1666  { "reg",     LATIN1_reg,    "(R)"        },
1667                              ^
1668sgml.C:272:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1669  { "rho",     0,             "r"          },
1670                              ^
1671sgml.C:273:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1672  { "rsaquo",  0,             ">"          },
1673                              ^
1674sgml.C:274:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1675  { "rsquo",   0,             "'"          },
1676                              ^
1677sgml.C:275:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1678  { "sbquo",   0,             "'"          },
1679                              ^
1680sgml.C:276:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1681  { "scaron",  0,             "s"          },
1682                              ^
1683sgml.C:277:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1684  { "sdot",    0,             "DOT"        },
1685                              ^
1686sgml.C:278:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1687  { "sect",    LATIN1_sect,   "S:"         },
1688                              ^
1689sgml.C:279:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1690  { "shy",     LATIN1_shy,    ""           },
1691                              ^
1692sgml.C:280:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1693  { "sigma",   0,             "s"          },
1694                              ^
1695sgml.C:281:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1696  { "sigmaf",  0,             "s"          },
1697                              ^
1698sgml.C:282:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1699  { "sim",     0,             "~"          },
1700                              ^
1701sgml.C:284:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1702  { "sub",     0,             "(C"         },
1703                              ^
1704sgml.C:285:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1705  { "sube",    0,             "(_"         },
1706                              ^
1707sgml.C:286:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1708  { "sum",     0,             "SUM"        },
1709                              ^
1710sgml.C:287:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1711  { "sup",     0,             ")C"         },
1712                              ^
1713sgml.C:288:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1714  { "sup1",    LATIN1_sup1,   "^1"         },
1715                              ^
1716sgml.C:289:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1717  { "sup2",    LATIN1_sup2,   "^2"         },
1718                              ^
1719sgml.C:290:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1720  { "sup3",    LATIN1_sup3,   "^3"         },
1721                              ^
1722sgml.C:291:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1723  { "supe",    0,             ")_"         },
1724                              ^
1725sgml.C:292:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1726  { "szlig",   LATIN1_szlig,  "ss"         },
1727                              ^
1728sgml.C:293:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1729  { "tau",     0,             "t"          },
1730                              ^
1731sgml.C:294:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1732  { "there4",  0,             ".:"         },
1733                              ^
1734sgml.C:295:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1735  { "theta",   0,             "th"         },
1736                              ^
1737sgml.C:296:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1738  { "thorn",   LATIN1_thorn,  "th"         },
1739                              ^
1740sgml.C:297:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1741  { "tilde",   0,             "~"          },
1742                              ^
1743sgml.C:298:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1744  { "times",   LATIN1_times,  "x"          },
1745                              ^
1746sgml.C:299:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1747  { "trade",   0,             "[TM]"       },
1748                              ^
1749sgml.C:300:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1750  { "uArr",    0,             "^^"         },
1751                              ^
1752sgml.C:301:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1753  { "uacute",  LATIN1_uacute, "u'"         },
1754                              ^
1755sgml.C:302:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1756  { "uarr",    0,             "^"          },
1757                              ^
1758sgml.C:303:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1759  { "ucirc",   LATIN1_ucirc,  "u^"         },
1760                              ^
1761sgml.C:304:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1762  { "ugrave",  LATIN1_ugrave, "u`"         },
1763                              ^
1764sgml.C:305:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1765  { "uml",     LATIN1_uml,    "\""         },
1766                              ^
1767sgml.C:306:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1768  { "upsilon", 0,             "u"          },
1769                              ^
1770sgml.C:307:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1771  { "uuml",    LATIN1_uuml,   "u\""        },
1772                              ^
1773sgml.C:308:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1774  { "weierp",  0,             "P"          },
1775                              ^
1776sgml.C:309:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1777  { "xi",      0,             "x"          },
1778                              ^
1779sgml.C:310:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1780  { "yacute",  LATIN1_yacute, "y'"         },
1781                              ^
1782sgml.C:311:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1783  { "yen",     LATIN1_yen,    "YEN"        },
1784                              ^
1785sgml.C:312:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1786  { "yuml",    LATIN1_yuml,   "y\""        },
1787                              ^
1788sgml.C:313:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
1789  { "zeta",    0,             "z"          },
1790                              ^
1791240 warnings generated.
17927 warnings generated.
1793g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g urlistream.C
1794g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Properties.C
1795g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g cmp_nocase.C
1796g++ -O2 -g html2text.o html.o HTMLControl.o HTMLParser.o Area.o format.o sgml.o table.o urlistream.o Properties.o cmp_nocase.o    -o html2text
1797
1798Compilation completed. You may now move "html2text", "html2text.1.gz"
1799and "html2textrc.5.gz" to their installation directories (e.g.
1800"/usr/local/bin", "/usr/local/man/man1" and "/usr/local/man/man5").
1801
1802make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
1803--->  Staging html2text into destroot
1804. changed
1805        gid expected 0 found 80 modified
1806./usr missing (created)
1807. missing (directory not created: File exists)
1808./Applications missing (created)
1809./Developer missing (created)
1810./Library missing (created)
1811. changed
1812        gid expected 80 found 0 modified
1813./bin missing (created)
1814./etc missing (created)
1815./include missing (created)
1816./lib missing (created)
1817./lib/pkgconfig missing (created)
1818./libexec missing (created)
1819./sbin missing (created)
1820./share missing (created)
1821./share/doc missing (created)
1822./share/info missing (created)
1823./share/man missing (created)
1824./share/man/cat1 missing (created)
1825./share/man/cat2 missing (created)
1826./share/man/cat3 missing (created)
1827./share/man/cat4 missing (created)
1828./share/man/cat5 missing (created)
1829./share/man/cat6 missing (created)
1830./share/man/cat7 missing (created)
1831./share/man/cat8 missing (created)
1832./share/man/cat9 missing (created)
1833./share/man/catl missing (created)
1834./share/man/catn missing (created)
1835./share/man/man1 missing (created)
1836./share/man/man2 missing (created)
1837./share/man/man3 missing (created)
1838./share/man/man4 missing (created)
1839./share/man/man5 missing (created)
1840./share/man/man6 missing (created)
1841./share/man/man7 missing (created)
1842./share/man/man8 missing (created)
1843./share/man/man9 missing (created)
1844./share/man/manl missing (created)
1845./share/man/mann missing (created)
1846./share/nls missing (created)
1847./share/nls/C missing (created)
1848./share/nls/af_ZA.ISO8859-1 missing (created)
1849./share/nls/af_ZA.ISO8859-15 missing (created)
1850./share/nls/bg_BG.CP1251 missing (created)
1851./share/nls/cs_CZ.ISO8859-2 missing (created)
1852./share/nls/da_DK.ISO8859-1 missing (created)
1853./share/nls/da_DK.ISO8859-15 missing (created)
1854./share/nls/de_AT.ISO8859-1 missing (created)
1855./share/nls/de_AT.ISO8859-15 missing (created)
1856./share/nls/de_CH.ISO8859-1 missing (created)
1857./share/nls/de_CH.ISO8859-15 missing (created)
1858./share/nls/de_DE.ISO8859-1 missing (created)
1859./share/nls/de_DE.ISO8859-15 missing (created)
1860./share/nls/el_GR.ISO8859-7 missing (created)
1861./share/nls/en_AU.ISO8859-1 missing (created)
1862./share/nls/en_AU.ISO8859-15 missing (created)
1863./share/nls/en_AU.US-ASCII missing (created)
1864./share/nls/en_CA.ISO8859-1 missing (created)
1865./share/nls/en_CA.ISO8859-15 missing (created)
1866./share/nls/en_CA.US-ASCII missing (created)
1867./share/nls/en_GB.ISO8859-1 missing (created)
1868./share/nls/en_GB.ISO8859-15 missing (created)
1869./share/nls/en_GB.US-ASCII missing (created)
1870./share/nls/en_NZ.ISO8859-1 missing (created)
1871./share/nls/en_NZ.ISO8859-15 missing (created)
1872./share/nls/en_NZ.US-ASCII missing (created)
1873./share/nls/en_US.ISO8859-1 missing (created)
1874./share/nls/en_US.ISO8859-15 missing (created)
1875./share/nls/es_ES.ISO8859-1 missing (created)
1876./share/nls/es_ES.ISO8859-15 missing (created)
1877./share/nls/et_EE.ISO8859-15 missing (created)
1878./share/nls/fi_FI.ISO8859-1 missing (created)
1879./share/nls/fi_FI.ISO8859-15 missing (created)
1880./share/nls/fr_BE.ISO8859-1 missing (created)
1881./share/nls/fr_BE.ISO8859-15 missing (created)
1882./share/nls/fr_CA.ISO8859-1 missing (created)
1883./share/nls/fr_CA.ISO8859-15 missing (created)
1884./share/nls/fr_CH.ISO8859-1 missing (created)
1885./share/nls/fr_CH.ISO8859-15 missing (created)
1886./share/nls/fr_FR.ISO8859-1 missing (created)
1887./share/nls/fr_FR.ISO8859-15 missing (created)
1888./share/nls/hi_IN.ISCII-DEV missing (created)
1889./share/nls/hr_HR.ISO8859-2 missing (created)
1890./share/nls/hu_HU.ISO8859-2 missing (created)
1891./share/nls/is_IS.ISO8859-1 missing (created)
1892./share/nls/is_IS.ISO8859-15 missing (created)
1893./share/nls/it_CH.ISO8859-1 missing (created)
1894./share/nls/it_CH.ISO8859-15 missing (created)
1895./share/nls/it_IT.ISO8859-1 missing (created)
1896./share/nls/it_IT.ISO8859-15 missing (created)
1897./share/nls/ja_JP.SJIS missing (created)
1898./share/nls/ja_JP.eucJP missing (created)
1899./share/nls/ko_KR.eucKR missing (created)
1900./share/nls/la_LN.ISO8859-1 missing (created)
1901./share/nls/la_LN.ISO8859-15 missing (created)
1902./share/nls/la_LN.ISO8859-2 missing (created)
1903./share/nls/la_LN.ISO8859-4 missing (created)
1904./share/nls/la_LN.US-ASCII missing (created)
1905./share/nls/lt_LT.ISO8859-4 missing (created)
1906./share/nls/nl_BE.ISO8859-1 missing (created)
1907./share/nls/nl_BE.ISO8859-15 missing (created)
1908./share/nls/nl_NL.ISO8859-1 missing (created)
1909./share/nls/nl_NL.ISO8859-15 missing (created)
1910./share/nls/no_NO.ISO8859-1 missing (created)
1911./share/nls/no_NO.ISO8859-15 missing (created)
1912./share/nls/pl_PL.ISO8859-2 missing (created)
1913./share/nls/pt_BR.ISO8859-1 missing (created)
1914./share/nls/pt_PT.ISO8859-1 missing (created)
1915./share/nls/pt_PT.ISO8859-15 missing (created)
1916./share/nls/ro_RO.ISO8859-2 missing (created)
1917./share/nls/ru_RU.CP866 missing (created)
1918./share/nls/ru_RU.ISO8859-5 missing (created)
1919./share/nls/ru_RU.KOI8-R missing (created)
1920./share/nls/sk_SK.ISO8859-2 missing (created)
1921./share/nls/sl_SI.ISO8859-2 missing (created)
1922./share/nls/sv_SE.ISO8859-1 missing (created)
1923./share/nls/sv_SE.ISO8859-15 missing (created)
1924./share/nls/tr_TR.ISO8859-9 missing (created)
1925./share/nls/uk_UA.ISO8859-5 missing (created)
1926./share/nls/uk_UA.KOI8-U missing (created)
1927./share/nls/zh_CN.eucCN missing (created)
1928./share/nls/zh_TW.Big5 missing (created)
1929./share/skel missing (created)
1930./var missing (created)
1931./var/cache missing (created)
1932./var/db missing (created)
1933./var/log missing (created)
1934./var/run missing (created)
1935./var/spool missing (created)
1936./www missing (created)
1937xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/bin/html2text
1938xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text.1.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man1/html2text.1.gz
1939xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2textrc.5.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man5/html2textrc.5.gz
1940xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text
1941xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a)
1942xinstall: CHANGES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CHANGES
1943xinstall: COPYING -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/COPYING
1944xinstall: CREDITS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CREDITS
1945xinstall: KNOWN_BUGS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/KNOWN_BUGS
1946xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/README
1947xinstall: RELEASE_NOTES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/RELEASE_NOTES
1948xinstall: TODO -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/TODO
1949--->  Compressing man pages for html2text
1950man1/html2text.1:        58.7% -- replaced with man1/html2text.1.gz
1951man1/html2text.1.gz: changing permissions from 00644 to 00444
1952man5/html2textrc.5:      65.3% -- replaced with man5/html2textrc.5.gz
1953man5/html2textrc.5.gz: changing permissions from 00644 to 00444
1954--->  Deactivating html2text @1.3.2a_3
1955--->  Cleaning html2text
1956--->  Removing work directory for html2text
1957--->  Uninstalling html2text @1.3.2a_3
1958--->  Cleaning html2text
1959--->  Removing work directory for html2text
1960--->  Installing html2text @1.3.2a_3
1961Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/html2text/html2text-1.3.2a_3.darwin_12.x86_64.tbz2
1962a .
1963a ./+COMMENT
1964a ./+CONTENTS
1965a ./+DESC
1966a ./+PORTFILE
1967a ./+STATE
1968a ./opt
1969a ./opt/local
1970a ./opt/local/bin
1971a ./opt/local/share
1972a ./opt/local/share/doc
1973a ./opt/local/share/man
1974a ./opt/local/share/man/man1
1975a ./opt/local/share/man/man5
1976a ./opt/local/share/man/man5/html2textrc.5.gz
1977a ./opt/local/share/man/man1/html2text.1.gz
1978a ./opt/local/share/doc/html2text
1979a ./opt/local/share/doc/html2text/CHANGES
1980a ./opt/local/share/doc/html2text/COPYING
1981a ./opt/local/share/doc/html2text/CREDITS
1982a ./opt/local/share/doc/html2text/KNOWN_BUGS
1983a ./opt/local/share/doc/html2text/README
1984a ./opt/local/share/doc/html2text/RELEASE_NOTES
1985a ./opt/local/share/doc/html2text/TODO
1986a ./opt/local/bin/html2text
1987--->  Activating html2text @1.3.2a_3
1988x ./
1989x ./+COMMENT
1990x ./+CONTENTS
1991x ./+DESC
1992x ./+PORTFILE
1993x ./+STATE
1994x ./opt/
1995x ./opt/local/
1996x ./opt/local/bin/
1997x ./opt/local/share/
1998x ./opt/local/share/doc/
1999x ./opt/local/share/man/
2000x ./opt/local/share/man/man1/
2001x ./opt/local/share/man/man5/
2002x ./opt/local/share/man/man5/html2textrc.5.gz
2003x ./opt/local/share/man/man1/html2text.1.gz
2004x ./opt/local/share/doc/html2text/
2005x ./opt/local/share/doc/html2text/CHANGES
2006x ./opt/local/share/doc/html2text/COPYING
2007x ./opt/local/share/doc/html2text/CREDITS
2008x ./opt/local/share/doc/html2text/KNOWN_BUGS
2009x ./opt/local/share/doc/html2text/README
2010x ./opt/local/share/doc/html2text/RELEASE_NOTES
2011x ./opt/local/share/doc/html2text/TODO
2012x ./opt/local/bin/html2text
2013--->  Cleaning html2text
2014--->  Removing work directory for html2text
2015--->  Scanning binaries for linking errors
2016--->  No broken files found.
2017html2text is using libstdc++ (this installation is configured to use libc++)
2018--->  Found 1 broken port, determining rebuild order
2019--->  Rebuilding in order
2020     html2text @1.3.2a_3
2021--->  Fetching distfiles for html2text
2022--->  Verifying checksums for html2text
2023--->  Checksumming html2text-1.3.2a.tar.gz
2024--->  Extracting html2text
2025--->  Extracting html2text-1.3.2a.tar.gz
2026Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/html2text/html2text-1.3.2a.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
2027--->  Applying patches to html2text
2028--->  Applying patch-configure.diff
2029Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/html2text/files/patch-configure.diff'
2030patching file configure
2031--->  Configuring html2text
2032Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && ./configure --prefix=/opt/local
2033-e Checking C++ compiler... -e use "g++"
2034-e Checking <sys/poll.h>... -e OK
2035-e Checking for socket libraries... -e no extra libraries required
2036-e Checking "bool"... -e built-in
2037-e Checking "explicit"... -e built-in
2038-e Checking Standard C++ library... -e works; no need to make "./libstd"
2039-e Checking "auto_ptr"... -e not defined or not working, use "./libstd/include/auto_ptr.h"
2040-e Checking "makedepend" includes... -e use "-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include -I/usr/include -I/usr/include/c++/4.2.1 -I/usr/include/c++/4.2.1/bits -I/usr/include/c++/4.2.1/debug -I/usr/include/c++/4.2.1/ext -I/usr/include/i386 -I/usr/include/libkern -I/usr/include/libkern/i386 -I/usr/include/mach/i386 -I/usr/include/machine -I/usr/include/sys "
2041-e Creating "./Makefile" from "./Makefile.in"... -e done
2042
2043Preparing completed. You may now run "make" (or "gmake").
2044
2045--->  Building html2text
2046Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/make -j4 -w all
2047make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
2048g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html2text.C
2049g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html.C
2050g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLControl.C
2051g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLParser.C
2052/usr/local/lib/bison.cc:529:24: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2053          YY_HTMLParser_ERROR("parser stack overflow");
2054                              ^
2055HTMLParser.y:349:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2056      yyerror("CDATA terminal not found");
2057              ^
2058HTMLParser.y:357:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2059      yyerror("CDATA terminal not found");
2060              ^
2061HTMLParser.y:403:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2062      yyerror("CDATA terminal not found");
2063              ^
2064HTMLParser.y:411:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2065      yyerror("CDATA terminal not found");
2066              ^
2067HTMLParser.y:435:16: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2068      yyerror ("Levels of opening and closing headings don't match");
2069               ^
2070HTMLControl.C:590:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2071    yyerror("Too many chars ungotten");
2072            ^
2073/usr/local/lib/bison.cc:794:22: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2074        YY_HTMLParser_ERROR("parse error");
2075                            ^
2076g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Area.C
20771 warning generated.
2078g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g format.C
2079g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g sgml.C
2080g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g table.C
2081sgml.C:66:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2082  { "AElig",   LATIN1_AElig,  "AE"         },
2083                              ^
2084sgml.C:67:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2085  { "AMP",     0,             "&"          },
2086                              ^
2087sgml.C:68:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2088  { "Aacute",  LATIN1_Aacute, "A'"         },
2089                              ^
2090sgml.C:69:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2091  { "Acirc",   LATIN1_Acirc,  "A^"         },
2092                              ^
2093sgml.C:70:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2094  { "Agrave",  LATIN1_Agrave, "A`"         },
2095                              ^
2096sgml.C:71:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2097  { "Alpha",   0,             "A"          },
2098                              ^
2099sgml.C:72:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2100  { "Aring",   LATIN1_Aring,  "AA"         },
2101                              ^
2102sgml.C:73:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2103  { "Atilde",  LATIN1_Atilde, "A~"         },
2104                              ^
2105sgml.C:74:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2106  { "Auml",    LATIN1_Auml,   "A\""        },
2107                              ^
2108sgml.C:75:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2109  { "Beta",    0,             "B"          },
2110                              ^
2111sgml.C:76:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2112  { "Ccedil",  LATIN1_Ccedil, "C,"         },
2113                              ^
2114sgml.C:77:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2115  { "Chi",     0,             "H"          },
2116                              ^
2117sgml.C:78:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2118  { "Dagger",  0,             "++"         },
2119                              ^
2120sgml.C:79:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2121  { "Delta",   0,             "D"          },
2122                              ^
2123sgml.C:80:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2124  { "ETH",     LATIN1_ETH,    "D-"         },
2125                              ^
2126sgml.C:81:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2127  { "Eacute",  LATIN1_Eacute, "E'"         },
2128                              ^
2129sgml.C:82:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2130  { "Ecirc",   LATIN1_Ecirc,  "E^"         },
2131                              ^
2132sgml.C:83:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2133  { "Egrave",  LATIN1_Egrave, "E`"         },
2134                              ^
2135sgml.C:84:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2136  { "Epsilon", 0,             "E"          },
2137                              ^
2138sgml.C:85:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2139  { "Eta",     0,             "E"          },
2140                              ^
2141sgml.C:86:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2142  { "Euml",    LATIN1_Euml,   "E\""        },
2143                              ^
2144sgml.C:87:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2145  { "GT",      0,             ">"          },
2146                              ^
2147sgml.C:88:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2148  { "Gamma",   0,             "G"          },
2149                              ^
2150sgml.C:89:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2151  { "Iacute",  LATIN1_Iacute, "I'"         },
2152                              ^
2153sgml.C:90:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2154  { "Icirc",   LATIN1_Icirc,  "I^"         },
2155                              ^
2156sgml.C:91:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2157  { "Igrave",  LATIN1_Igrave, "I`"         },
2158                              ^
2159sgml.C:92:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2160  { "Iota",    0,             "I"          },
2161                              ^
2162sgml.C:93:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2163  { "Iuml",    LATIN1_Iuml,   "I\""        },
2164                              ^
2165sgml.C:94:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2166  { "Kappa",   0,             "K"          },
2167                              ^
2168sgml.C:95:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2169  { "LT",      0,             "<"          },
2170                              ^
2171sgml.C:96:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2172  { "Lambda",  0,             "L"          },
2173                              ^
2174sgml.C:97:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2175  { "Mu",      0,             "M"          },
2176                              ^
2177sgml.C:98:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2178  { "Ntilde",  LATIN1_Ntilde, "N~"         },
2179                              ^
2180sgml.C:99:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2181  { "Nu",      0,             "N"          },
2182                              ^
2183sgml.C:100:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2184  { "OElig",   0,             "OE"         },
2185                              ^
2186sgml.C:101:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2187  { "Oacute",  LATIN1_Oacute, "O'"         },
2188                              ^
2189sgml.C:102:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2190  { "Ocirc",   LATIN1_Ocirc,  "O^"         },
2191                              ^
2192sgml.C:103:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2193  { "Ograve",  LATIN1_Ograve, "O`"         },
2194                              ^
2195sgml.C:104:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2196  { "Omega",   0,             "O"          },
2197                              ^
2198sgml.C:105:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2199  { "Omicron", 0,             "O"          },
2200                              ^
2201sgml.C:106:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2202  { "Oslash",  LATIN1_Oslash, "O/"         },
2203                              ^
2204sgml.C:107:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2205  { "Otilde",  LATIN1_Otilde, "O~"         },
2206                              ^
2207sgml.C:108:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2208  { "Ouml",    LATIN1_Ouml,   "O\""        },
2209                              ^
2210sgml.C:109:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2211  { "Phi",     0,             "F"          },
2212                              ^
2213sgml.C:110:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2214  { "Pi",      0,             "P"          },
2215                              ^
2216sgml.C:111:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2217  { "Prime",   0,             "''"         },
2218                              ^
2219sgml.C:112:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2220  { "Psi",     0,             "PS"         },
2221                              ^
2222sgml.C:113:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2223  { "QUOT",    0,             "\""         },
2224                              ^
2225sgml.C:114:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2226  { "Rho",     0,             "R"          },
2227                              ^
2228sgml.C:115:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2229  { "Scaron",  0,             "S"          },
2230                              ^
2231sgml.C:116:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2232  { "Sigma",   0,             "S"          },
2233                              ^
2234sgml.C:117:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2235  { "THORN",   LATIN1_THORN,  "TH"         },
2236                              ^
2237sgml.C:118:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2238  { "Tau",     0,             "T"          },
2239                              ^
2240sgml.C:119:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2241  { "Theta",   0,             "TH"         },
2242                              ^
2243sgml.C:120:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2244  { "Uacute",  LATIN1_Uacute, "U'"         },
2245                              ^
2246sgml.C:121:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2247  { "Ucirc",   LATIN1_Ucirc,  "U^"         },
2248                              ^
2249sgml.C:122:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2250  { "Ugrave",  LATIN1_Ugrave, "U`"         },
2251                              ^
2252sgml.C:123:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2253  { "Upsilon", 0,             "U"          },
2254                              ^
2255sgml.C:124:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2256  { "Uuml",    LATIN1_Uuml,   "U\""        },
2257                              ^
2258sgml.C:125:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2259  { "Xi",      0,             "X"          },
2260                              ^
2261sgml.C:126:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2262  { "Yacute",  LATIN1_Yacute, "Y'"         },
2263                              ^
2264sgml.C:127:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2265  { "Yuml",    0,             "Y\""        },
2266                              ^
2267sgml.C:128:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2268  { "Zeta",    0,             "Z"          },
2269                              ^
2270sgml.C:129:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2271  { "aacute",  LATIN1_aacute, "a'"         },
2272                              ^
2273sgml.C:130:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2274  { "acirc",   LATIN1_acirc,  "a^"         },
2275                              ^
2276sgml.C:131:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2277  { "acute",   LATIN1_acute,  "'"          },
2278                              ^
2279sgml.C:132:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2280  { "aelig",   LATIN1_aelig,  "ae"         },
2281                              ^
2282sgml.C:133:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2283  { "agrave",  LATIN1_agrave, "a`"         },
2284                              ^
2285sgml.C:134:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2286  { "alefsym", 0,             "Aleph"      },
2287                              ^
2288sgml.C:135:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2289  { "alpha",   0,             "a"          },
2290                              ^
2291sgml.C:136:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2292  { "amp",     0,             "&"          },
2293                              ^
2294sgml.C:137:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2295  { "and",     0,             "AND"        },
2296                              ^
2297sgml.C:138:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2298  { "ang",     0,             "-V"         },
2299                              ^
2300sgml.C:139:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2301  { "apos",    0,             "'"          },
2302                              ^
2303sgml.C:140:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2304  { "aring",   LATIN1_aring,  "aa"         },
2305                              ^
2306sgml.C:141:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2307  { "asymp",   0,             "~="         },
2308                              ^
2309sgml.C:142:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2310  { "atilde",  LATIN1_atilde, "a~"         },
2311                              ^
2312sgml.C:143:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2313  { "auml",    LATIN1_auml,   "a\""        },
2314                              ^
2315sgml.C:144:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2316  { "bdquo",   0,             "\""         },
2317                              ^
2318sgml.C:145:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2319  { "beta",    0,             "b"          },
2320                              ^
2321sgml.C:146:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2322  { "brvbar",  LATIN1_brvbar, "|"          },
2323                              ^
2324sgml.C:147:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2325  { "bull",    0,             " o "        },
2326                              ^
2327sgml.C:148:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2328  { "cap",     0,             "(U"         },
2329                              ^
2330sgml.C:149:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2331  { "ccedil",  LATIN1_ccedil, "c,"         },
2332                              ^
2333sgml.C:150:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2334  { "cedil",   LATIN1_cedil,  ","          },
2335                              ^
2336sgml.C:151:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2337  { "cent",    LATIN1_cent,   "-c-"        },
2338                              ^
2339sgml.C:152:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2340  { "chi",     0,             "h"          },
2341                              ^
2342sgml.C:153:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2343  { "circ",    0,             "^"          },
2344                              ^
2345sgml.C:155:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2346  { "cong",    0,             "?="         },
2347                              ^
2348sgml.C:156:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2349  { "copy",    LATIN1_copy,   "(c)"        },
2350                              ^
2351sgml.C:157:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2352  { "crarr",   0,             "<-'"        },
2353                              ^
2354sgml.C:158:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2355  { "cup",     0,             ")U"         },
2356                              ^
2357sgml.C:159:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2358  { "curren",  LATIN1_curren, "CUR"        },
2359                              ^
2360sgml.C:160:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2361  { "dArr",    0,             "vv"         },
2362                              ^
2363sgml.C:161:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2364  { "dagger",  0,             "+"          },
2365                              ^
2366sgml.C:162:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2367  { "darr",    0,             "v"          },
2368                              ^
2369sgml.C:163:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2370  { "deg",     LATIN1_deg,    "DEG"        },
2371                              ^
2372sgml.C:164:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2373  { "delta",   0,             "d"          },
2374                              ^
2375sgml.C:166:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2376  { "divide",  LATIN1_divide, "/"          },
2377                              ^
2378sgml.C:167:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2379  { "eacute",  LATIN1_eacute, "e'"         },
2380                              ^
2381sgml.C:168:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2382  { "ecirc",   LATIN1_ecirc,  "e^"         },
2383                              ^
2384sgml.C:169:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2385  { "egrave",  LATIN1_egrave, "e`"         },
2386                              ^
2387sgml.C:170:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2388  { "empty",   0,             "{}"         },
2389                              ^
2390sgml.C:171:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2391  { "epsilon", 0,             "e"          },
2392                              ^
2393sgml.C:172:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2394  { "equiv",   0,             "=="         },
2395                              ^
2396sgml.C:173:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2397  { "eta",     0,             "e"          },
2398                              ^
2399sgml.C:174:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2400  { "eth",     LATIN1_eth,    "d-"         },
2401                              ^
2402sgml.C:175:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2403  { "euml",    LATIN1_euml,   "e\""        },
2404                              ^
2405sgml.C:176:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2406  { "euro",    0,             "EUR"        },
2407                              ^
2408sgml.C:177:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2409  { "exist",   0,             "TE"         },
2410                              ^
2411sgml.C:178:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2412  { "fnof",    0,             "f"          },
2413                              ^
2414sgml.C:179:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2415  { "forall",  0,             "FA"         },
2416                              ^
2417sgml.C:180:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2418  { "frac12",  LATIN1_frac12, " 1/2"       },
2419                              ^
2420sgml.C:181:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2421  { "frac14",  LATIN1_frac14, " 1/4"       },
2422                              ^
2423sgml.C:182:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2424  { "frac34",  LATIN1_frac34, " 3/4"       },
2425                              ^
2426sgml.C:183:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2427  { "frasl",   0,             "/"          },
2428                              ^
2429sgml.C:184:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2430  { "gamma",   0,             "g"          },
2431                              ^
2432sgml.C:185:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2433  { "ge",      0,             ">="         },
2434                              ^
2435sgml.C:186:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2436  { "gt",      0,             ">"          },
2437                              ^
2438sgml.C:187:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2439  { "hArr",    0,             "<=>"        },
2440                              ^
2441sgml.C:188:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2442  { "harr",    0,             "<->"        },
2443                              ^
2444sgml.C:190:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2445  { "hellip",  0,             "..."        },
2446                              ^
2447sgml.C:191:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2448  { "iacute",  LATIN1_iacute, "i'"         },
2449                              ^
2450sgml.C:192:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2451  { "icirc",   LATIN1_icirc,  "i^"         },
2452                              ^
2453sgml.C:193:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2454  { "iexcl",   LATIN1_iexcl,  "!"          },
2455                              ^
2456sgml.C:194:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2457  { "igrave",  LATIN1_igrave, "i`"         },
2458                              ^
2459sgml.C:195:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2460  { "image",   0,             "Im"         },
2461                              ^
2462sgml.C:196:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2463  { "infin",   0,             "oo"         },
2464                              ^
2465sgml.C:197:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2466  { "int",     0,             "INT"        },
2467                              ^
2468sgml.C:198:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2469  { "iota",    0,             "i"          },
2470                              ^
2471sgml.C:199:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2472  { "iquest",  LATIN1_iquest, "?"          },
2473                              ^
2474sgml.C:200:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2475  { "isin",    0,             "(-"         },
2476                              ^
2477sgml.C:201:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2478  { "iuml",    LATIN1_iuml,   "i\""        },
2479                              ^
2480sgml.C:202:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2481  { "kappa",   0,             "k"          },
2482                              ^
2483sgml.C:203:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2484  { "lArr",    0,             "<="         },
2485                              ^
2486sgml.C:204:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2487  { "lambda",  0,             "l"          },
2488                              ^
2489sgml.C:205:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2490  { "lang",    0,             "</"         },
2491                              ^
2492sgml.C:206:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2493  { "laquo",   LATIN1_laquo,  "<<"         },
2494                              ^
2495sgml.C:207:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2496  { "larr",    0,             "<-"         },
2497                              ^
2498sgml.C:209:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2499  { "ldquo",   0,             "\""         },
2500                              ^
2501sgml.C:210:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2502  { "le",      0,             "<="         },
2503                              ^
2504sgml.C:212:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2505  { "lowast",  0,             "*"          },
2506                              ^
2507sgml.C:213:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2508  { "loz",     0,             "<>"         },
2509                              ^
2510sgml.C:214:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2511  { "lsaquo",  0,             "<"          },
2512                              ^
2513sgml.C:215:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2514  { "lsquo",   0,             "`"          },
2515                              ^
2516sgml.C:216:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2517  { "lt",      0,             "<"          },
2518                              ^
2519sgml.C:217:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2520  { "macr",    LATIN1_macr,   "-"          },
2521                              ^
2522sgml.C:218:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2523  { "mdash",   0,             "--"         },
2524                              ^
2525sgml.C:219:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2526  { "micro",   LATIN1_micro,  "my"         },
2527                              ^
2528sgml.C:220:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2529  { "middot",  LATIN1_middot, "."          },
2530                              ^
2531sgml.C:221:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2532  { "minus",   0,             "-"          },
2533                              ^
2534sgml.C:222:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2535  { "mu",      0,             "m"          },
2536                              ^
2537sgml.C:223:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2538  { "nabla",   0,             "Nabla"      },
2539                              ^
2540sgml.C:224:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2541  { "nbsp",    LATIN1_nbsp,   " "          },
2542                              ^
2543sgml.C:225:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2544  { "ndash",   0,             "-"          },
2545                              ^
2546sgml.C:226:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2547  { "ne",      0,             "!="         },
2548                              ^
2549sgml.C:227:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2550  { "ni",      0,             "-)"         },
2551                              ^
2552sgml.C:228:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2553  { "not",     LATIN1_not,    "NOT"        },
2554                              ^
2555sgml.C:229:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2556  { "notin",   0,             "!(-"        },
2557                              ^
2558sgml.C:230:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2559  { "nsub",    0,             "!(C"        },
2560                              ^
2561sgml.C:231:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2562  { "ntilde",  LATIN1_ntilde, "n~"         },
2563                              ^
2564sgml.C:232:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2565  { "nu",      0,             "n"          },
2566                              ^
2567sgml.C:233:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2568  { "oacute",  LATIN1_oacute, "o'"         },
2569                              ^
2570sgml.C:234:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2571  { "ocirc",   LATIN1_ocirc,  "o^"         },
2572                              ^
2573sgml.C:235:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2574  { "oelig",   0,             "oe"         },
2575                              ^
2576sgml.C:236:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2577  { "ograve",  LATIN1_ograve, "o`"         },
2578                              ^
2579sgml.C:237:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2580  { "oline",   LATIN1_macr,   "-"          },
2581                              ^
2582sgml.C:238:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2583  { "omega",   0,             "o"          },
2584                              ^
2585sgml.C:239:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2586  { "omicron", 0,             "o"          },
2587                              ^
2588sgml.C:240:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2589  { "oplus",   0,             "(+)"        },
2590                              ^
2591sgml.C:241:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2592  { "or",      0,             "OR"         },
2593                              ^
2594sgml.C:242:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2595  { "ordf",    LATIN1_ordf,   "-a"         },
2596                              ^
2597sgml.C:243:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2598  { "ordm",    LATIN1_ordm,   "-o"         },
2599                              ^
2600sgml.C:244:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2601  { "oslash",  LATIN1_oslash, "o/"         },
2602                              ^
2603sgml.C:245:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2604  { "otilde",  LATIN1_otilde, "o~"         },
2605                              ^
2606sgml.C:246:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2607  { "otimes",  0,             "(x)"        },
2608                              ^
2609sgml.C:247:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2610  { "ouml",    LATIN1_ouml,   "o\""        },
2611                              ^
2612sgml.C:248:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2613  { "para",    LATIN1_para,   "P:"         },
2614                              ^
2615sgml.C:249:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2616  { "part",    0,             "PART"       },
2617                              ^
2618sgml.C:250:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2619  { "permil",  0,             " 0/00"      },
2620                              ^
2621sgml.C:251:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2622  { "perp",    0,             "-T"         },
2623                              ^
2624sgml.C:252:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2625  { "phi",     0,             "f"          },
2626                              ^
2627sgml.C:253:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2628  { "pi",      0,             "p"          },
2629                              ^
2630sgml.C:254:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2631  { "piv",     0,             "Pi"         },
2632                              ^
2633sgml.C:255:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2634  { "plusmn",  LATIN1_plusmn, "+/-"        },
2635                              ^
2636sgml.C:256:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2637  { "pound",   LATIN1_pound,  "-L-"        },
2638                              ^
2639sgml.C:257:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2640  { "prime",   0,             "'"          },
2641                              ^
2642sgml.C:258:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2643  { "prod",    0,             "PROD"       },
2644                              ^
2645sgml.C:259:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2646  { "prop",    0,             "0("         },
2647                              ^
2648sgml.C:260:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2649  { "psi",     0,             "ps"         },
2650                              ^
2651sgml.C:261:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2652  { "quot",    0,             "\""         },
2653                              ^
2654sgml.C:262:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2655  { "rArr",    0,             "=>"         },
2656                              ^
2657sgml.C:263:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2658  { "radic",   0,             "SQRT"       },
2659                              ^
2660sgml.C:264:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2661  { "rang",    0,             "/>"         },
2662                              ^
2663sgml.C:265:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2664  { "raquo",   LATIN1_raquo,  ">>"         },
2665                              ^
2666sgml.C:266:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2667  { "rarr",    0,             "->"         },
2668                              ^
2669sgml.C:268:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2670  { "rdquo",   0,             "\""         },
2671                              ^
2672sgml.C:269:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2673  { "real",    0,             "Re"         },
2674                              ^
2675sgml.C:270:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2676  { "reg",     LATIN1_reg,    "(R)"        },
2677                              ^
2678sgml.C:272:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2679  { "rho",     0,             "r"          },
2680                              ^
2681sgml.C:273:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2682  { "rsaquo",  0,             ">"          },
2683                              ^
2684sgml.C:274:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2685  { "rsquo",   0,             "'"          },
2686                              ^
2687sgml.C:275:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2688  { "sbquo",   0,             "'"          },
2689                              ^
2690sgml.C:276:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2691  { "scaron",  0,             "s"          },
2692                              ^
2693sgml.C:277:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2694  { "sdot",    0,             "DOT"        },
2695                              ^
2696sgml.C:278:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2697  { "sect",    LATIN1_sect,   "S:"         },
2698                              ^
2699sgml.C:279:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2700  { "shy",     LATIN1_shy,    ""           },
2701                              ^
2702sgml.C:280:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2703  { "sigma",   0,             "s"          },
2704                              ^
2705sgml.C:281:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2706  { "sigmaf",  0,             "s"          },
2707                              ^
2708sgml.C:282:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2709  { "sim",     0,             "~"          },
2710                              ^
2711sgml.C:284:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2712  { "sub",     0,             "(C"         },
2713                              ^
2714sgml.C:285:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2715  { "sube",    0,             "(_"         },
2716                              ^
2717sgml.C:286:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2718  { "sum",     0,             "SUM"        },
2719                              ^
2720sgml.C:287:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2721  { "sup",     0,             ")C"         },
2722                              ^
2723sgml.C:288:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2724  { "sup1",    LATIN1_sup1,   "^1"         },
2725                              ^
2726sgml.C:289:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2727  { "sup2",    LATIN1_sup2,   "^2"         },
2728                              ^
2729sgml.C:290:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2730  { "sup3",    LATIN1_sup3,   "^3"         },
2731                              ^
2732sgml.C:291:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2733  { "supe",    0,             ")_"         },
2734                              ^
2735sgml.C:292:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2736  { "szlig",   LATIN1_szlig,  "ss"         },
2737                              ^
2738sgml.C:293:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2739  { "tau",     0,             "t"          },
2740                              ^
2741sgml.C:294:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2742  { "there4",  0,             ".:"         },
2743                              ^
2744sgml.C:295:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2745  { "theta",   0,             "th"         },
2746                              ^
2747sgml.C:296:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2748  { "thorn",   LATIN1_thorn,  "th"         },
2749                              ^
2750sgml.C:297:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2751  { "tilde",   0,             "~"          },
2752                              ^
2753sgml.C:298:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2754  { "times",   LATIN1_times,  "x"          },
2755                              ^
2756sgml.C:299:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2757  { "trade",   0,             "[TM]"       },
2758                              ^
2759sgml.C:300:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2760  { "uArr",    0,             "^^"         },
2761                              ^
2762sgml.C:301:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2763  { "uacute",  LATIN1_uacute, "u'"         },
2764                              ^
2765sgml.C:302:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2766  { "uarr",    0,             "^"          },
2767                              ^
2768sgml.C:303:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2769  { "ucirc",   LATIN1_ucirc,  "u^"         },
2770                              ^
2771sgml.C:304:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2772  { "ugrave",  LATIN1_ugrave, "u`"         },
2773                              ^
2774sgml.C:305:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2775  { "uml",     LATIN1_uml,    "\""         },
2776                              ^
2777sgml.C:306:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2778  { "upsilon", 0,             "u"          },
2779                              ^
2780sgml.C:307:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2781  { "uuml",    LATIN1_uuml,   "u\""        },
2782                              ^
2783sgml.C:308:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2784  { "weierp",  0,             "P"          },
2785                              ^
2786sgml.C:309:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2787  { "xi",      0,             "x"          },
2788                              ^
2789sgml.C:310:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2790  { "yacute",  LATIN1_yacute, "y'"         },
2791                              ^
2792sgml.C:311:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2793  { "yen",     LATIN1_yen,    "YEN"        },
2794                              ^
2795sgml.C:312:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2796  { "yuml",    LATIN1_yuml,   "y\""        },
2797                              ^
2798sgml.C:313:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
2799  { "zeta",    0,             "z"          },
2800                              ^
28017 warnings generated.
2802g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g urlistream.C
2803240 warnings generated.
2804g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Properties.C
2805g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g cmp_nocase.C
2806g++ -O2 -g html2text.o html.o HTMLControl.o HTMLParser.o Area.o format.o sgml.o table.o urlistream.o Properties.o cmp_nocase.o    -o html2text
2807
2808Compilation completed. You may now move "html2text", "html2text.1.gz"
2809and "html2textrc.5.gz" to their installation directories (e.g.
2810"/usr/local/bin", "/usr/local/man/man1" and "/usr/local/man/man5").
2811
2812make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
2813--->  Staging html2text into destroot
2814. changed
2815        gid expected 0 found 80 modified
2816./usr missing (created)
2817. missing (directory not created: File exists)
2818./Applications missing (created)
2819./Developer missing (created)
2820./Library missing (created)
2821. changed
2822        gid expected 80 found 0 modified
2823./bin missing (created)
2824./etc missing (created)
2825./include missing (created)
2826./lib missing (created)
2827./lib/pkgconfig missing (created)
2828./libexec missing (created)
2829./sbin missing (created)
2830./share missing (created)
2831./share/doc missing (created)
2832./share/info missing (created)
2833./share/man missing (created)
2834./share/man/cat1 missing (created)
2835./share/man/cat2 missing (created)
2836./share/man/cat3 missing (created)
2837./share/man/cat4 missing (created)
2838./share/man/cat5 missing (created)
2839./share/man/cat6 missing (created)
2840./share/man/cat7 missing (created)
2841./share/man/cat8 missing (created)
2842./share/man/cat9 missing (created)
2843./share/man/catl missing (created)
2844./share/man/catn missing (created)
2845./share/man/man1 missing (created)
2846./share/man/man2 missing (created)
2847./share/man/man3 missing (created)
2848./share/man/man4 missing (created)
2849./share/man/man5 missing (created)
2850./share/man/man6 missing (created)
2851./share/man/man7 missing (created)
2852./share/man/man8 missing (created)
2853./share/man/man9 missing (created)
2854./share/man/manl missing (created)
2855./share/man/mann missing (created)
2856./share/nls missing (created)
2857./share/nls/C missing (created)
2858./share/nls/af_ZA.ISO8859-1 missing (created)
2859./share/nls/af_ZA.ISO8859-15 missing (created)
2860./share/nls/bg_BG.CP1251 missing (created)
2861./share/nls/cs_CZ.ISO8859-2 missing (created)
2862./share/nls/da_DK.ISO8859-1 missing (created)
2863./share/nls/da_DK.ISO8859-15 missing (created)
2864./share/nls/de_AT.ISO8859-1 missing (created)
2865./share/nls/de_AT.ISO8859-15 missing (created)
2866./share/nls/de_CH.ISO8859-1 missing (created)
2867./share/nls/de_CH.ISO8859-15 missing (created)
2868./share/nls/de_DE.ISO8859-1 missing (created)
2869./share/nls/de_DE.ISO8859-15 missing (created)
2870./share/nls/el_GR.ISO8859-7 missing (created)
2871./share/nls/en_AU.ISO8859-1 missing (created)
2872./share/nls/en_AU.ISO8859-15 missing (created)
2873./share/nls/en_AU.US-ASCII missing (created)
2874./share/nls/en_CA.ISO8859-1 missing (created)
2875./share/nls/en_CA.ISO8859-15 missing (created)
2876./share/nls/en_CA.US-ASCII missing (created)
2877./share/nls/en_GB.ISO8859-1 missing (created)
2878./share/nls/en_GB.ISO8859-15 missing (created)
2879./share/nls/en_GB.US-ASCII missing (created)
2880./share/nls/en_NZ.ISO8859-1 missing (created)
2881./share/nls/en_NZ.ISO8859-15 missing (created)
2882./share/nls/en_NZ.US-ASCII missing (created)
2883./share/nls/en_US.ISO8859-1 missing (created)
2884./share/nls/en_US.ISO8859-15 missing (created)
2885./share/nls/es_ES.ISO8859-1 missing (created)
2886./share/nls/es_ES.ISO8859-15 missing (created)
2887./share/nls/et_EE.ISO8859-15 missing (created)
2888./share/nls/fi_FI.ISO8859-1 missing (created)
2889./share/nls/fi_FI.ISO8859-15 missing (created)
2890./share/nls/fr_BE.ISO8859-1 missing (created)
2891./share/nls/fr_BE.ISO8859-15 missing (created)
2892./share/nls/fr_CA.ISO8859-1 missing (created)
2893./share/nls/fr_CA.ISO8859-15 missing (created)
2894./share/nls/fr_CH.ISO8859-1 missing (created)
2895./share/nls/fr_CH.ISO8859-15 missing (created)
2896./share/nls/fr_FR.ISO8859-1 missing (created)
2897./share/nls/fr_FR.ISO8859-15 missing (created)
2898./share/nls/hi_IN.ISCII-DEV missing (created)
2899./share/nls/hr_HR.ISO8859-2 missing (created)
2900./share/nls/hu_HU.ISO8859-2 missing (created)
2901./share/nls/is_IS.ISO8859-1 missing (created)
2902./share/nls/is_IS.ISO8859-15 missing (created)
2903./share/nls/it_CH.ISO8859-1 missing (created)
2904./share/nls/it_CH.ISO8859-15 missing (created)
2905./share/nls/it_IT.ISO8859-1 missing (created)
2906./share/nls/it_IT.ISO8859-15 missing (created)
2907./share/nls/ja_JP.SJIS missing (created)
2908./share/nls/ja_JP.eucJP missing (created)
2909./share/nls/ko_KR.eucKR missing (created)
2910./share/nls/la_LN.ISO8859-1 missing (created)
2911./share/nls/la_LN.ISO8859-15 missing (created)
2912./share/nls/la_LN.ISO8859-2 missing (created)
2913./share/nls/la_LN.ISO8859-4 missing (created)
2914./share/nls/la_LN.US-ASCII missing (created)
2915./share/nls/lt_LT.ISO8859-4 missing (created)
2916./share/nls/nl_BE.ISO8859-1 missing (created)
2917./share/nls/nl_BE.ISO8859-15 missing (created)
2918./share/nls/nl_NL.ISO8859-1 missing (created)
2919./share/nls/nl_NL.ISO8859-15 missing (created)
2920./share/nls/no_NO.ISO8859-1 missing (created)
2921./share/nls/no_NO.ISO8859-15 missing (created)
2922./share/nls/pl_PL.ISO8859-2 missing (created)
2923./share/nls/pt_BR.ISO8859-1 missing (created)
2924./share/nls/pt_PT.ISO8859-1 missing (created)
2925./share/nls/pt_PT.ISO8859-15 missing (created)
2926./share/nls/ro_RO.ISO8859-2 missing (created)
2927./share/nls/ru_RU.CP866 missing (created)
2928./share/nls/ru_RU.ISO8859-5 missing (created)
2929./share/nls/ru_RU.KOI8-R missing (created)
2930./share/nls/sk_SK.ISO8859-2 missing (created)
2931./share/nls/sl_SI.ISO8859-2 missing (created)
2932./share/nls/sv_SE.ISO8859-1 missing (created)
2933./share/nls/sv_SE.ISO8859-15 missing (created)
2934./share/nls/tr_TR.ISO8859-9 missing (created)
2935./share/nls/uk_UA.ISO8859-5 missing (created)
2936./share/nls/uk_UA.KOI8-U missing (created)
2937./share/nls/zh_CN.eucCN missing (created)
2938./share/nls/zh_TW.Big5 missing (created)
2939./share/skel missing (created)
2940./var missing (created)
2941./var/cache missing (created)
2942./var/db missing (created)
2943./var/log missing (created)
2944./var/run missing (created)
2945./var/spool missing (created)
2946./www missing (created)
2947xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/bin/html2text
2948xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text.1.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man1/html2text.1.gz
2949xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2textrc.5.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man5/html2textrc.5.gz
2950xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text
2951xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a)
2952xinstall: CHANGES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CHANGES
2953xinstall: COPYING -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/COPYING
2954xinstall: CREDITS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CREDITS
2955xinstall: KNOWN_BUGS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/KNOWN_BUGS
2956xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/README
2957xinstall: RELEASE_NOTES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/RELEASE_NOTES
2958xinstall: TODO -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/TODO
2959--->  Compressing man pages for html2text
2960man1/html2text.1:        58.7% -- replaced with man1/html2text.1.gz
2961man1/html2text.1.gz: changing permissions from 00644 to 00444
2962man5/html2textrc.5:      65.3% -- replaced with man5/html2textrc.5.gz
2963man5/html2textrc.5.gz: changing permissions from 00644 to 00444
2964--->  Deactivating html2text @1.3.2a_3
2965--->  Cleaning html2text
2966--->  Removing work directory for html2text
2967--->  Uninstalling html2text @1.3.2a_3
2968--->  Cleaning html2text
2969--->  Removing work directory for html2text
2970--->  Installing html2text @1.3.2a_3
2971Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/html2text/html2text-1.3.2a_3.darwin_12.x86_64.tbz2
2972a .
2973a ./+COMMENT
2974a ./+CONTENTS
2975a ./+DESC
2976a ./+PORTFILE
2977a ./+STATE
2978a ./opt
2979a ./opt/local
2980a ./opt/local/bin
2981a ./opt/local/share
2982a ./opt/local/share/doc
2983a ./opt/local/share/man
2984a ./opt/local/share/man/man1
2985a ./opt/local/share/man/man5
2986a ./opt/local/share/man/man5/html2textrc.5.gz
2987a ./opt/local/share/man/man1/html2text.1.gz
2988a ./opt/local/share/doc/html2text
2989a ./opt/local/share/doc/html2text/CHANGES
2990a ./opt/local/share/doc/html2text/COPYING
2991a ./opt/local/share/doc/html2text/CREDITS
2992a ./opt/local/share/doc/html2text/KNOWN_BUGS
2993a ./opt/local/share/doc/html2text/README
2994a ./opt/local/share/doc/html2text/RELEASE_NOTES
2995a ./opt/local/share/doc/html2text/TODO
2996a ./opt/local/bin/html2text
2997--->  Activating html2text @1.3.2a_3
2998x ./
2999x ./+COMMENT
3000x ./+CONTENTS
3001x ./+DESC
3002x ./+PORTFILE
3003x ./+STATE
3004x ./opt/
3005x ./opt/local/
3006x ./opt/local/bin/
3007x ./opt/local/share/
3008x ./opt/local/share/doc/
3009x ./opt/local/share/man/
3010x ./opt/local/share/man/man1/
3011x ./opt/local/share/man/man5/
3012x ./opt/local/share/man/man5/html2textrc.5.gz
3013x ./opt/local/share/man/man1/html2text.1.gz
3014x ./opt/local/share/doc/html2text/
3015x ./opt/local/share/doc/html2text/CHANGES
3016x ./opt/local/share/doc/html2text/COPYING
3017x ./opt/local/share/doc/html2text/CREDITS
3018x ./opt/local/share/doc/html2text/KNOWN_BUGS
3019x ./opt/local/share/doc/html2text/README
3020x ./opt/local/share/doc/html2text/RELEASE_NOTES
3021x ./opt/local/share/doc/html2text/TODO
3022x ./opt/local/bin/html2text
3023--->  Cleaning html2text
3024--->  Removing work directory for html2text
3025--->  Scanning binaries for linking errors
3026--->  No broken files found.
3027html2text is using libstdc++ (this installation is configured to use libc++)
3028--->  Found 1 broken port, determining rebuild order
3029--->  Rebuilding in order
3030     html2text @1.3.2a_3
3031--->  Fetching distfiles for html2text
3032--->  Verifying checksums for html2text
3033--->  Checksumming html2text-1.3.2a.tar.gz
3034--->  Extracting html2text
3035--->  Extracting html2text-1.3.2a.tar.gz
3036Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work" && /usr/bin/gzip -dc '/opt/local/var/macports/distfiles/html2text/html2text-1.3.2a.tar.gz' | /usr/bin/gnutar --no-same-owner -xf -
3037--->  Applying patches to html2text
3038--->  Applying patch-configure.diff
3039Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/patch -p0 < '/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/textproc/html2text/files/patch-configure.diff'
3040patching file configure
3041--->  Configuring html2text
3042Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && ./configure --prefix=/opt/local
3043-e Checking C++ compiler... -e use "g++"
3044-e Checking <sys/poll.h>... -e OK
3045-e Checking for socket libraries... -e no extra libraries required
3046-e Checking "bool"... -e built-in
3047-e Checking "explicit"... -e built-in
3048-e Checking Standard C++ library... -e works; no need to make "./libstd"
3049-e Checking "auto_ptr"... -e not defined or not working, use "./libstd/include/auto_ptr.h"
3050-e Checking "makedepend" includes... -e use "-I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/5.1/include -I/usr/include -I/usr/include/c++/4.2.1 -I/usr/include/c++/4.2.1/bits -I/usr/include/c++/4.2.1/debug -I/usr/include/c++/4.2.1/ext -I/usr/include/i386 -I/usr/include/libkern -I/usr/include/libkern/i386 -I/usr/include/mach/i386 -I/usr/include/machine -I/usr/include/sys "
3051-e Creating "./Makefile" from "./Makefile.in"... -e done
3052
3053Preparing completed. You may now run "make" (or "gmake").
3054
3055--->  Building html2text
3056Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a" && /usr/bin/make -j4 -w all
3057make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
3058g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html2text.C
3059g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g html.C
3060g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLControl.C
3061g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g HTMLParser.C
3062HTMLControl.C:590:13: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3063    yyerror("Too many chars ungotten");
3064            ^
3065/usr/local/lib/bison.cc:529:24: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3066          YY_HTMLParser_ERROR("parser stack overflow");
3067                              ^
3068HTMLParser.y:349:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3069      yyerror("CDATA terminal not found");
3070              ^
3071HTMLParser.y:357:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3072      yyerror("CDATA terminal not found");
3073              ^
3074HTMLParser.y:403:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3075      yyerror("CDATA terminal not found");
3076              ^
3077HTMLParser.y:411:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3078      yyerror("CDATA terminal not found");
3079              ^
3080HTMLParser.y:435:16: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3081      yyerror ("Levels of opening and closing headings don't match");
3082               ^
3083/usr/local/lib/bison.cc:794:22: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3084        YY_HTMLParser_ERROR("parse error");
3085                            ^
3086g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Area.C
30871 warning generated.
3088g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g format.C
3089g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g sgml.C
3090g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g table.C
3091sgml.C:66:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3092  { "AElig",   LATIN1_AElig,  "AE"         },
3093                              ^
3094sgml.C:67:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3095  { "AMP",     0,             "&"          },
3096                              ^
3097sgml.C:68:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3098  { "Aacute",  LATIN1_Aacute, "A'"         },
3099                              ^
3100sgml.C:69:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3101  { "Acirc",   LATIN1_Acirc,  "A^"         },
3102                              ^
3103sgml.C:70:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3104  { "Agrave",  LATIN1_Agrave, "A`"         },
3105                              ^
3106sgml.C:71:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3107  { "Alpha",   0,             "A"          },
3108                              ^
3109sgml.C:72:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3110  { "Aring",   LATIN1_Aring,  "AA"         },
3111                              ^
3112sgml.C:73:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3113  { "Atilde",  LATIN1_Atilde, "A~"         },
3114                              ^
3115sgml.C:74:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3116  { "Auml",    LATIN1_Auml,   "A\""        },
3117                              ^
3118sgml.C:75:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3119  { "Beta",    0,             "B"          },
3120                              ^
3121sgml.C:76:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3122  { "Ccedil",  LATIN1_Ccedil, "C,"         },
3123                              ^
3124sgml.C:77:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3125  { "Chi",     0,             "H"          },
3126                              ^
3127sgml.C:78:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3128  { "Dagger",  0,             "++"         },
3129                              ^
3130sgml.C:79:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3131  { "Delta",   0,             "D"          },
3132                              ^
3133sgml.C:80:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3134  { "ETH",     LATIN1_ETH,    "D-"         },
3135                              ^
3136sgml.C:81:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3137  { "Eacute",  LATIN1_Eacute, "E'"         },
3138                              ^
3139sgml.C:82:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3140  { "Ecirc",   LATIN1_Ecirc,  "E^"         },
3141                              ^
3142sgml.C:83:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3143  { "Egrave",  LATIN1_Egrave, "E`"         },
3144                              ^
3145sgml.C:84:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3146  { "Epsilon", 0,             "E"          },
3147                              ^
3148sgml.C:85:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3149  { "Eta",     0,             "E"          },
3150                              ^
3151sgml.C:86:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3152  { "Euml",    LATIN1_Euml,   "E\""        },
3153                              ^
3154sgml.C:87:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3155  { "GT",      0,             ">"          },
3156                              ^
3157sgml.C:88:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3158  { "Gamma",   0,             "G"          },
3159                              ^
3160sgml.C:89:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3161  { "Iacute",  LATIN1_Iacute, "I'"         },
3162                              ^
3163sgml.C:90:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3164  { "Icirc",   LATIN1_Icirc,  "I^"         },
3165                              ^
3166sgml.C:91:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3167  { "Igrave",  LATIN1_Igrave, "I`"         },
3168                              ^
3169sgml.C:92:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3170  { "Iota",    0,             "I"          },
3171                              ^
3172sgml.C:93:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3173  { "Iuml",    LATIN1_Iuml,   "I\""        },
3174                              ^
3175sgml.C:94:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3176  { "Kappa",   0,             "K"          },
3177                              ^
3178sgml.C:95:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3179  { "LT",      0,             "<"          },
3180                              ^
3181sgml.C:96:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3182  { "Lambda",  0,             "L"          },
3183                              ^
3184sgml.C:97:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3185  { "Mu",      0,             "M"          },
3186                              ^
3187sgml.C:98:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3188  { "Ntilde",  LATIN1_Ntilde, "N~"         },
3189                              ^
3190sgml.C:99:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3191  { "Nu",      0,             "N"          },
3192                              ^
3193sgml.C:100:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3194  { "OElig",   0,             "OE"         },
3195                              ^
3196sgml.C:101:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3197  { "Oacute",  LATIN1_Oacute, "O'"         },
3198                              ^
3199sgml.C:102:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3200  { "Ocirc",   LATIN1_Ocirc,  "O^"         },
3201                              ^
3202sgml.C:103:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3203  { "Ograve",  LATIN1_Ograve, "O`"         },
3204                              ^
3205sgml.C:104:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3206  { "Omega",   0,             "O"          },
3207                              ^
3208sgml.C:105:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3209  { "Omicron", 0,             "O"          },
3210                              ^
3211sgml.C:106:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3212  { "Oslash",  LATIN1_Oslash, "O/"         },
3213                              ^
3214sgml.C:107:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3215  { "Otilde",  LATIN1_Otilde, "O~"         },
3216                              ^
3217sgml.C:108:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3218  { "Ouml",    LATIN1_Ouml,   "O\""        },
3219                              ^
3220sgml.C:109:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3221  { "Phi",     0,             "F"          },
3222                              ^
3223sgml.C:110:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3224  { "Pi",      0,             "P"          },
3225                              ^
3226sgml.C:111:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3227  { "Prime",   0,             "''"         },
3228                              ^
3229sgml.C:112:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3230  { "Psi",     0,             "PS"         },
3231                              ^
3232sgml.C:113:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3233  { "QUOT",    0,             "\""         },
3234                              ^
3235sgml.C:114:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3236  { "Rho",     0,             "R"          },
3237                              ^
3238sgml.C:115:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3239  { "Scaron",  0,             "S"          },
3240                              ^
3241sgml.C:116:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3242  { "Sigma",   0,             "S"          },
3243                              ^
3244sgml.C:117:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3245  { "THORN",   LATIN1_THORN,  "TH"         },
3246                              ^
3247sgml.C:118:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3248  { "Tau",     0,             "T"          },
3249                              ^
3250sgml.C:119:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3251  { "Theta",   0,             "TH"         },
3252                              ^
3253sgml.C:120:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3254  { "Uacute",  LATIN1_Uacute, "U'"         },
3255                              ^
3256sgml.C:121:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3257  { "Ucirc",   LATIN1_Ucirc,  "U^"         },
3258                              ^
3259sgml.C:122:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3260  { "Ugrave",  LATIN1_Ugrave, "U`"         },
3261                              ^
3262sgml.C:123:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3263  { "Upsilon", 0,             "U"          },
3264                              ^
3265sgml.C:124:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3266  { "Uuml",    LATIN1_Uuml,   "U\""        },
3267                              ^
3268sgml.C:125:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3269  { "Xi",      0,             "X"          },
3270                              ^
3271sgml.C:126:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3272  { "Yacute",  LATIN1_Yacute, "Y'"         },
3273                              ^
3274sgml.C:127:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3275  { "Yuml",    0,             "Y\""        },
3276                              ^
3277sgml.C:128:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3278  { "Zeta",    0,             "Z"          },
3279                              ^
3280sgml.C:129:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3281  { "aacute",  LATIN1_aacute, "a'"         },
3282                              ^
3283sgml.C:130:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3284  { "acirc",   LATIN1_acirc,  "a^"         },
3285                              ^
3286sgml.C:131:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3287  { "acute",   LATIN1_acute,  "'"          },
3288                              ^
3289sgml.C:132:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3290  { "aelig",   LATIN1_aelig,  "ae"         },
3291                              ^
3292sgml.C:133:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3293  { "agrave",  LATIN1_agrave, "a`"         },
3294                              ^
3295sgml.C:134:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3296  { "alefsym", 0,             "Aleph"      },
3297                              ^
3298sgml.C:135:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3299  { "alpha",   0,             "a"          },
3300                              ^
3301sgml.C:136:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3302  { "amp",     0,             "&"          },
3303                              ^
3304sgml.C:137:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3305  { "and",     0,             "AND"        },
3306                              ^
3307sgml.C:138:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3308  { "ang",     0,             "-V"         },
3309                              ^
3310sgml.C:139:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3311  { "apos",    0,             "'"          },
3312                              ^
3313sgml.C:140:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3314  { "aring",   LATIN1_aring,  "aa"         },
3315                              ^
3316sgml.C:141:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3317  { "asymp",   0,             "~="         },
3318                              ^
3319sgml.C:142:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3320  { "atilde",  LATIN1_atilde, "a~"         },
3321                              ^
3322sgml.C:143:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3323  { "auml",    LATIN1_auml,   "a\""        },
3324                              ^
3325sgml.C:144:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3326  { "bdquo",   0,             "\""         },
3327                              ^
3328sgml.C:145:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3329  { "beta",    0,             "b"          },
3330                              ^
3331sgml.C:146:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3332  { "brvbar",  LATIN1_brvbar, "|"          },
3333                              ^
3334sgml.C:147:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3335  { "bull",    0,             " o "        },
3336                              ^
3337sgml.C:148:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3338  { "cap",     0,             "(U"         },
3339                              ^
3340sgml.C:149:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3341  { "ccedil",  LATIN1_ccedil, "c,"         },
3342                              ^
3343sgml.C:150:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3344  { "cedil",   LATIN1_cedil,  ","          },
3345                              ^
3346sgml.C:151:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3347  { "cent",    LATIN1_cent,   "-c-"        },
3348                              ^
3349sgml.C:152:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3350  { "chi",     0,             "h"          },
3351                              ^
3352sgml.C:153:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3353  { "circ",    0,             "^"          },
3354                              ^
3355sgml.C:155:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3356  { "cong",    0,             "?="         },
3357                              ^
3358sgml.C:156:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3359  { "copy",    LATIN1_copy,   "(c)"        },
3360                              ^
3361sgml.C:157:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3362  { "crarr",   0,             "<-'"        },
3363                              ^
3364sgml.C:158:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3365  { "cup",     0,             ")U"         },
3366                              ^
3367sgml.C:159:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3368  { "curren",  LATIN1_curren, "CUR"        },
3369                              ^
3370sgml.C:160:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3371  { "dArr",    0,             "vv"         },
3372                              ^
3373sgml.C:161:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3374  { "dagger",  0,             "+"          },
3375                              ^
3376sgml.C:162:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3377  { "darr",    0,             "v"          },
3378                              ^
3379sgml.C:163:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3380  { "deg",     LATIN1_deg,    "DEG"        },
3381                              ^
3382sgml.C:164:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3383  { "delta",   0,             "d"          },
3384                              ^
3385sgml.C:166:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3386  { "divide",  LATIN1_divide, "/"          },
3387                              ^
3388sgml.C:167:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3389  { "eacute",  LATIN1_eacute, "e'"         },
3390                              ^
3391sgml.C:168:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3392  { "ecirc",   LATIN1_ecirc,  "e^"         },
3393                              ^
3394sgml.C:169:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3395  { "egrave",  LATIN1_egrave, "e`"         },
3396                              ^
3397sgml.C:170:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3398  { "empty",   0,             "{}"         },
3399                              ^
3400sgml.C:171:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3401  { "epsilon", 0,             "e"          },
3402                              ^
3403sgml.C:172:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3404  { "equiv",   0,             "=="         },
3405                              ^
3406sgml.C:173:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3407  { "eta",     0,             "e"          },
3408                              ^
3409sgml.C:174:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3410  { "eth",     LATIN1_eth,    "d-"         },
3411                              ^
3412sgml.C:175:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3413  { "euml",    LATIN1_euml,   "e\""        },
3414                              ^
3415sgml.C:176:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3416  { "euro",    0,             "EUR"        },
3417                              ^
3418sgml.C:177:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3419  { "exist",   0,             "TE"         },
3420                              ^
3421sgml.C:178:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3422  { "fnof",    0,             "f"          },
3423                              ^
3424sgml.C:179:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3425  { "forall",  0,             "FA"         },
3426                              ^
3427sgml.C:180:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3428  { "frac12",  LATIN1_frac12, " 1/2"       },
3429                              ^
3430sgml.C:181:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3431  { "frac14",  LATIN1_frac14, " 1/4"       },
3432                              ^
3433sgml.C:182:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3434  { "frac34",  LATIN1_frac34, " 3/4"       },
3435                              ^
3436sgml.C:183:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3437  { "frasl",   0,             "/"          },
3438                              ^
3439sgml.C:184:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3440  { "gamma",   0,             "g"          },
3441                              ^
3442sgml.C:185:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3443  { "ge",      0,             ">="         },
3444                              ^
3445sgml.C:186:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3446  { "gt",      0,             ">"          },
3447                              ^
3448sgml.C:187:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3449  { "hArr",    0,             "<=>"        },
3450                              ^
3451sgml.C:188:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3452  { "harr",    0,             "<->"        },
3453                              ^
3454sgml.C:190:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3455  { "hellip",  0,             "..."        },
3456                              ^
3457sgml.C:191:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3458  { "iacute",  LATIN1_iacute, "i'"         },
3459                              ^
3460sgml.C:192:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3461  { "icirc",   LATIN1_icirc,  "i^"         },
3462                              ^
3463sgml.C:193:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3464  { "iexcl",   LATIN1_iexcl,  "!"          },
3465                              ^
3466sgml.C:194:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3467  { "igrave",  LATIN1_igrave, "i`"         },
3468                              ^
3469sgml.C:195:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3470  { "image",   0,             "Im"         },
3471                              ^
3472sgml.C:196:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3473  { "infin",   0,             "oo"         },
3474                              ^
3475sgml.C:197:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3476  { "int",     0,             "INT"        },
3477                              ^
3478sgml.C:198:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3479  { "iota",    0,             "i"          },
3480                              ^
3481sgml.C:199:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3482  { "iquest",  LATIN1_iquest, "?"          },
3483                              ^
3484sgml.C:200:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3485  { "isin",    0,             "(-"         },
3486                              ^
3487sgml.C:201:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3488  { "iuml",    LATIN1_iuml,   "i\""        },
3489                              ^
3490sgml.C:202:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3491  { "kappa",   0,             "k"          },
3492                              ^
3493sgml.C:203:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3494  { "lArr",    0,             "<="         },
3495                              ^
3496sgml.C:204:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3497  { "lambda",  0,             "l"          },
3498                              ^
3499sgml.C:205:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3500  { "lang",    0,             "</"         },
3501                              ^
3502sgml.C:206:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3503  { "laquo",   LATIN1_laquo,  "<<"         },
3504                              ^
3505sgml.C:207:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3506  { "larr",    0,             "<-"         },
3507                              ^
3508sgml.C:209:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3509  { "ldquo",   0,             "\""         },
3510                              ^
3511sgml.C:210:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3512  { "le",      0,             "<="         },
3513                              ^
3514sgml.C:212:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3515  { "lowast",  0,             "*"          },
3516                              ^
3517sgml.C:213:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3518  { "loz",     0,             "<>"         },
3519                              ^
3520sgml.C:214:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3521  { "lsaquo",  0,             "<"          },
3522                              ^
3523sgml.C:215:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3524  { "lsquo",   0,             "`"          },
3525                              ^
3526sgml.C:216:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3527  { "lt",      0,             "<"          },
3528                              ^
3529sgml.C:217:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3530  { "macr",    LATIN1_macr,   "-"          },
3531                              ^
3532sgml.C:218:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3533  { "mdash",   0,             "--"         },
3534                              ^
3535sgml.C:219:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3536  { "micro",   LATIN1_micro,  "my"         },
3537                              ^
3538sgml.C:220:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3539  { "middot",  LATIN1_middot, "."          },
3540                              ^
3541sgml.C:221:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3542  { "minus",   0,             "-"          },
3543                              ^
3544sgml.C:222:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3545  { "mu",      0,             "m"          },
3546                              ^
3547sgml.C:223:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3548  { "nabla",   0,             "Nabla"      },
3549                              ^
3550sgml.C:224:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3551  { "nbsp",    LATIN1_nbsp,   " "          },
3552                              ^
3553sgml.C:225:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3554  { "ndash",   0,             "-"          },
3555                              ^
3556sgml.C:226:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3557  { "ne",      0,             "!="         },
3558                              ^
3559sgml.C:227:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3560  { "ni",      0,             "-)"         },
3561                              ^
3562sgml.C:228:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3563  { "not",     LATIN1_not,    "NOT"        },
3564                              ^
3565sgml.C:229:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3566  { "notin",   0,             "!(-"        },
3567                              ^
3568sgml.C:230:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3569  { "nsub",    0,             "!(C"        },
3570                              ^
3571sgml.C:231:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3572  { "ntilde",  LATIN1_ntilde, "n~"         },
3573                              ^
3574sgml.C:232:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3575  { "nu",      0,             "n"          },
3576                              ^
3577sgml.C:233:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3578  { "oacute",  LATIN1_oacute, "o'"         },
3579                              ^
3580sgml.C:234:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3581  { "ocirc",   LATIN1_ocirc,  "o^"         },
3582                              ^
3583sgml.C:235:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3584  { "oelig",   0,             "oe"         },
3585                              ^
3586sgml.C:236:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3587  { "ograve",  LATIN1_ograve, "o`"         },
3588                              ^
3589sgml.C:237:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3590  { "oline",   LATIN1_macr,   "-"          },
3591                              ^
3592sgml.C:238:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3593  { "omega",   0,             "o"          },
3594                              ^
3595sgml.C:239:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3596  { "omicron", 0,             "o"          },
3597                              ^
3598sgml.C:240:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3599  { "oplus",   0,             "(+)"        },
3600                              ^
3601sgml.C:241:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3602  { "or",      0,             "OR"         },
3603                              ^
3604sgml.C:242:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3605  { "ordf",    LATIN1_ordf,   "-a"         },
3606                              ^
3607sgml.C:243:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3608  { "ordm",    LATIN1_ordm,   "-o"         },
3609                              ^
3610sgml.C:244:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3611  { "oslash",  LATIN1_oslash, "o/"         },
3612                              ^
3613sgml.C:245:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3614  { "otilde",  LATIN1_otilde, "o~"         },
3615                              ^
3616sgml.C:246:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3617  { "otimes",  0,             "(x)"        },
3618                              ^
3619sgml.C:247:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3620  { "ouml",    LATIN1_ouml,   "o\""        },
3621                              ^
3622sgml.C:248:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3623  { "para",    LATIN1_para,   "P:"         },
3624                              ^
3625sgml.C:249:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3626  { "part",    0,             "PART"       },
3627                              ^
3628sgml.C:250:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3629  { "permil",  0,             " 0/00"      },
3630                              ^
3631sgml.C:251:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3632  { "perp",    0,             "-T"         },
3633                              ^
3634sgml.C:252:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3635  { "phi",     0,             "f"          },
3636                              ^
3637sgml.C:253:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3638  { "pi",      0,             "p"          },
3639                              ^
3640sgml.C:254:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3641  { "piv",     0,             "Pi"         },
3642                              ^
3643sgml.C:255:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3644  { "plusmn",  LATIN1_plusmn, "+/-"        },
3645                              ^
3646sgml.C:256:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3647  { "pound",   LATIN1_pound,  "-L-"        },
3648                              ^
3649sgml.C:257:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3650  { "prime",   0,             "'"          },
3651                              ^
3652sgml.C:258:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3653  { "prod",    0,             "PROD"       },
3654                              ^
3655sgml.C:259:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3656  { "prop",    0,             "0("         },
3657                              ^
3658sgml.C:260:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3659  { "psi",     0,             "ps"         },
3660                              ^
3661sgml.C:261:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3662  { "quot",    0,             "\""         },
3663                              ^
3664sgml.C:262:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3665  { "rArr",    0,             "=>"         },
3666                              ^
3667sgml.C:263:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3668  { "radic",   0,             "SQRT"       },
3669                              ^
3670sgml.C:264:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3671  { "rang",    0,             "/>"         },
3672                              ^
3673sgml.C:265:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3674  { "raquo",   LATIN1_raquo,  ">>"         },
3675                              ^
3676sgml.C:266:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3677  { "rarr",    0,             "->"         },
3678                              ^
3679sgml.C:268:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3680  { "rdquo",   0,             "\""         },
3681                              ^
3682sgml.C:269:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3683  { "real",    0,             "Re"         },
3684                              ^
3685sgml.C:270:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3686  { "reg",     LATIN1_reg,    "(R)"        },
3687                              ^
3688sgml.C:272:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3689  { "rho",     0,             "r"          },
3690                              ^
3691sgml.C:273:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3692  { "rsaquo",  0,             ">"          },
3693                              ^
3694sgml.C:274:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3695  { "rsquo",   0,             "'"          },
3696                              ^
3697sgml.C:275:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3698  { "sbquo",   0,             "'"          },
3699                              ^
3700sgml.C:276:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3701  { "scaron",  0,             "s"          },
3702                              ^
3703sgml.C:277:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3704  { "sdot",    0,             "DOT"        },
3705                              ^
3706sgml.C:278:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3707  { "sect",    LATIN1_sect,   "S:"         },
3708                              ^
3709sgml.C:279:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3710  { "shy",     LATIN1_shy,    ""           },
3711                              ^
3712sgml.C:280:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3713  { "sigma",   0,             "s"          },
3714                              ^
3715sgml.C:281:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3716  { "sigmaf",  0,             "s"          },
3717                              ^
3718sgml.C:282:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3719  { "sim",     0,             "~"          },
3720                              ^
3721sgml.C:284:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3722  { "sub",     0,             "(C"         },
3723                              ^
3724sgml.C:285:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3725  { "sube",    0,             "(_"         },
3726                              ^
3727sgml.C:286:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3728  { "sum",     0,             "SUM"        },
3729                              ^
3730sgml.C:287:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3731  { "sup",     0,             ")C"         },
3732                              ^
3733sgml.C:288:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3734  { "sup1",    LATIN1_sup1,   "^1"         },
3735                              ^
3736sgml.C:289:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3737  { "sup2",    LATIN1_sup2,   "^2"         },
3738                              ^
3739sgml.C:290:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3740  { "sup3",    LATIN1_sup3,   "^3"         },
3741                              ^
3742sgml.C:291:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3743  { "supe",    0,             ")_"         },
3744                              ^
3745sgml.C:292:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3746  { "szlig",   LATIN1_szlig,  "ss"         },
3747                              ^
3748sgml.C:293:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3749  { "tau",     0,             "t"          },
3750                              ^
3751sgml.C:294:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3752  { "there4",  0,             ".:"         },
3753                              ^
3754sgml.C:295:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3755  { "theta",   0,             "th"         },
3756                              ^
3757sgml.C:296:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3758  { "thorn",   LATIN1_thorn,  "th"         },
3759                              ^
3760sgml.C:297:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3761  { "tilde",   0,             "~"          },
3762                              ^
3763sgml.C:298:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3764  { "times",   LATIN1_times,  "x"          },
3765                              ^
3766sgml.C:299:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3767  { "trade",   0,             "[TM]"       },
3768                              ^
3769sgml.C:300:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3770  { "uArr",    0,             "^^"         },
3771                              ^
3772sgml.C:301:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3773  { "uacute",  LATIN1_uacute, "u'"         },
3774                              ^
3775sgml.C:302:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3776  { "uarr",    0,             "^"          },
3777                              ^
3778sgml.C:303:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3779  { "ucirc",   LATIN1_ucirc,  "u^"         },
3780                              ^
3781sgml.C:304:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3782  { "ugrave",  LATIN1_ugrave, "u`"         },
3783                              ^
3784sgml.C:305:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3785  { "uml",     LATIN1_uml,    "\""         },
3786                              ^
3787sgml.C:306:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3788  { "upsilon", 0,             "u"          },
3789                              ^
3790sgml.C:307:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3791  { "uuml",    LATIN1_uuml,   "u\""        },
3792                              ^
3793sgml.C:308:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3794  { "weierp",  0,             "P"          },
3795                              ^
3796sgml.C:309:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3797  { "xi",      0,             "x"          },
3798                              ^
3799sgml.C:310:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3800  { "yacute",  LATIN1_yacute, "y'"         },
3801                              ^
3802sgml.C:311:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3803  { "yen",     LATIN1_yen,    "YEN"        },
3804                              ^
3805sgml.C:312:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3806  { "yuml",    LATIN1_yuml,   "y\""        },
3807                              ^
3808sgml.C:313:31: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings]
3809  { "zeta",    0,             "z"          },
3810                              ^
38117 warnings generated.
3812g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g urlistream.C
3813240 warnings generated.
3814g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g Properties.C
3815g++ -c  -DVERSION=1.3.2a    -DAUTO_PTR_BROKEN -O2 -g cmp_nocase.C
3816g++ -O2 -g html2text.o html.o HTMLControl.o HTMLParser.o Area.o format.o sgml.o table.o urlistream.o Properties.o cmp_nocase.o    -o html2text
3817
3818Compilation completed. You may now move "html2text", "html2text.1.gz"
3819and "html2textrc.5.gz" to their installation directories (e.g.
3820"/usr/local/bin", "/usr/local/man/man1" and "/usr/local/man/man5").
3821
3822make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a'
3823--->  Staging html2text into destroot
3824. changed
3825        gid expected 0 found 80 modified
3826./usr missing (created)
3827. missing (directory not created: File exists)
3828./Applications missing (created)
3829./Developer missing (created)
3830./Library missing (created)
3831. changed
3832        gid expected 80 found 0 modified
3833./bin missing (created)
3834./etc missing (created)
3835./include missing (created)
3836./lib missing (created)
3837./lib/pkgconfig missing (created)
3838./libexec missing (created)
3839./sbin missing (created)
3840./share missing (created)
3841./share/doc missing (created)
3842./share/info missing (created)
3843./share/man missing (created)
3844./share/man/cat1 missing (created)
3845./share/man/cat2 missing (created)
3846./share/man/cat3 missing (created)
3847./share/man/cat4 missing (created)
3848./share/man/cat5 missing (created)
3849./share/man/cat6 missing (created)
3850./share/man/cat7 missing (created)
3851./share/man/cat8 missing (created)
3852./share/man/cat9 missing (created)
3853./share/man/catl missing (created)
3854./share/man/catn missing (created)
3855./share/man/man1 missing (created)
3856./share/man/man2 missing (created)
3857./share/man/man3 missing (created)
3858./share/man/man4 missing (created)
3859./share/man/man5 missing (created)
3860./share/man/man6 missing (created)
3861./share/man/man7 missing (created)
3862./share/man/man8 missing (created)
3863./share/man/man9 missing (created)
3864./share/man/manl missing (created)
3865./share/man/mann missing (created)
3866./share/nls missing (created)
3867./share/nls/C missing (created)
3868./share/nls/af_ZA.ISO8859-1 missing (created)
3869./share/nls/af_ZA.ISO8859-15 missing (created)
3870./share/nls/bg_BG.CP1251 missing (created)
3871./share/nls/cs_CZ.ISO8859-2 missing (created)
3872./share/nls/da_DK.ISO8859-1 missing (created)
3873./share/nls/da_DK.ISO8859-15 missing (created)
3874./share/nls/de_AT.ISO8859-1 missing (created)
3875./share/nls/de_AT.ISO8859-15 missing (created)
3876./share/nls/de_CH.ISO8859-1 missing (created)
3877./share/nls/de_CH.ISO8859-15 missing (created)
3878./share/nls/de_DE.ISO8859-1 missing (created)
3879./share/nls/de_DE.ISO8859-15 missing (created)
3880./share/nls/el_GR.ISO8859-7 missing (created)
3881./share/nls/en_AU.ISO8859-1 missing (created)
3882./share/nls/en_AU.ISO8859-15 missing (created)
3883./share/nls/en_AU.US-ASCII missing (created)
3884./share/nls/en_CA.ISO8859-1 missing (created)
3885./share/nls/en_CA.ISO8859-15 missing (created)
3886./share/nls/en_CA.US-ASCII missing (created)
3887./share/nls/en_GB.ISO8859-1 missing (created)
3888./share/nls/en_GB.ISO8859-15 missing (created)
3889./share/nls/en_GB.US-ASCII missing (created)
3890./share/nls/en_NZ.ISO8859-1 missing (created)
3891./share/nls/en_NZ.ISO8859-15 missing (created)
3892./share/nls/en_NZ.US-ASCII missing (created)
3893./share/nls/en_US.ISO8859-1 missing (created)
3894./share/nls/en_US.ISO8859-15 missing (created)
3895./share/nls/es_ES.ISO8859-1 missing (created)
3896./share/nls/es_ES.ISO8859-15 missing (created)
3897./share/nls/et_EE.ISO8859-15 missing (created)
3898./share/nls/fi_FI.ISO8859-1 missing (created)
3899./share/nls/fi_FI.ISO8859-15 missing (created)
3900./share/nls/fr_BE.ISO8859-1 missing (created)
3901./share/nls/fr_BE.ISO8859-15 missing (created)
3902./share/nls/fr_CA.ISO8859-1 missing (created)
3903./share/nls/fr_CA.ISO8859-15 missing (created)
3904./share/nls/fr_CH.ISO8859-1 missing (created)
3905./share/nls/fr_CH.ISO8859-15 missing (created)
3906./share/nls/fr_FR.ISO8859-1 missing (created)
3907./share/nls/fr_FR.ISO8859-15 missing (created)
3908./share/nls/hi_IN.ISCII-DEV missing (created)
3909./share/nls/hr_HR.ISO8859-2 missing (created)
3910./share/nls/hu_HU.ISO8859-2 missing (created)
3911./share/nls/is_IS.ISO8859-1 missing (created)
3912./share/nls/is_IS.ISO8859-15 missing (created)
3913./share/nls/it_CH.ISO8859-1 missing (created)
3914./share/nls/it_CH.ISO8859-15 missing (created)
3915./share/nls/it_IT.ISO8859-1 missing (created)
3916./share/nls/it_IT.ISO8859-15 missing (created)
3917./share/nls/ja_JP.SJIS missing (created)
3918./share/nls/ja_JP.eucJP missing (created)
3919./share/nls/ko_KR.eucKR missing (created)
3920./share/nls/la_LN.ISO8859-1 missing (created)
3921./share/nls/la_LN.ISO8859-15 missing (created)
3922./share/nls/la_LN.ISO8859-2 missing (created)
3923./share/nls/la_LN.ISO8859-4 missing (created)
3924./share/nls/la_LN.US-ASCII missing (created)
3925./share/nls/lt_LT.ISO8859-4 missing (created)
3926./share/nls/nl_BE.ISO8859-1 missing (created)
3927./share/nls/nl_BE.ISO8859-15 missing (created)
3928./share/nls/nl_NL.ISO8859-1 missing (created)
3929./share/nls/nl_NL.ISO8859-15 missing (created)
3930./share/nls/no_NO.ISO8859-1 missing (created)
3931./share/nls/no_NO.ISO8859-15 missing (created)
3932./share/nls/pl_PL.ISO8859-2 missing (created)
3933./share/nls/pt_BR.ISO8859-1 missing (created)
3934./share/nls/pt_PT.ISO8859-1 missing (created)
3935./share/nls/pt_PT.ISO8859-15 missing (created)
3936./share/nls/ro_RO.ISO8859-2 missing (created)
3937./share/nls/ru_RU.CP866 missing (created)
3938./share/nls/ru_RU.ISO8859-5 missing (created)
3939./share/nls/ru_RU.KOI8-R missing (created)
3940./share/nls/sk_SK.ISO8859-2 missing (created)
3941./share/nls/sl_SI.ISO8859-2 missing (created)
3942./share/nls/sv_SE.ISO8859-1 missing (created)
3943./share/nls/sv_SE.ISO8859-15 missing (created)
3944./share/nls/tr_TR.ISO8859-9 missing (created)
3945./share/nls/uk_UA.ISO8859-5 missing (created)
3946./share/nls/uk_UA.KOI8-U missing (created)
3947./share/nls/zh_CN.eucCN missing (created)
3948./share/nls/zh_TW.Big5 missing (created)
3949./share/skel missing (created)
3950./var missing (created)
3951./var/cache missing (created)
3952./var/db missing (created)
3953./var/log missing (created)
3954./var/run missing (created)
3955./var/spool missing (created)
3956./www missing (created)
3957xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/bin/html2text
3958xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2text.1.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man1/html2text.1.gz
3959xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a/html2textrc.5.gz -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/man/man5/html2textrc.5.gz
3960xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text
3961xinstall: chdir(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/html2text-1.3.2a)
3962xinstall: CHANGES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CHANGES
3963xinstall: COPYING -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/COPYING
3964xinstall: CREDITS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/CREDITS
3965xinstall: KNOWN_BUGS -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/KNOWN_BUGS
3966xinstall: README -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/README
3967xinstall: RELEASE_NOTES -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/RELEASE_NOTES
3968xinstall: TODO -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot/opt/local/share/doc/html2text/TODO
3969--->  Compressing man pages for html2text
3970man1/html2text.1:        58.7% -- replaced with man1/html2text.1.gz
3971man1/html2text.1.gz: changing permissions from 00644 to 00444
3972man5/html2textrc.5:      65.3% -- replaced with man5/html2textrc.5.gz
3973man5/html2textrc.5.gz: changing permissions from 00644 to 00444
3974--->  Deactivating html2text @1.3.2a_3
3975--->  Cleaning html2text
3976--->  Removing work directory for html2text
3977--->  Uninstalling html2text @1.3.2a_3
3978--->  Cleaning html2text
3979--->  Removing work directory for html2text
3980--->  Installing html2text @1.3.2a_3
3981Executing:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_html2text/html2text/work/destroot" && /usr/bin/tar -cvf - . | /usr/bin/bzip2 -c9 > /opt/local/var/macports/software/html2text/html2text-1.3.2a_3.darwin_12.x86_64.tbz2
3982a .
3983a ./+COMMENT
3984a ./+CONTENTS
3985a ./+DESC
3986a ./+PORTFILE
3987a ./+STATE
3988a ./opt
3989a ./opt/local
3990a ./opt/local/bin
3991a ./opt/local/share
3992a ./opt/local/share/doc
3993a ./opt/local/share/man
3994a ./opt/local/share/man/man1
3995a ./opt/local/share/man/man5
3996a ./opt/local/share/man/man5/html2textrc.5.gz
3997a ./opt/local/share/man/man1/html2text.1.gz
3998a ./opt/local/share/doc/html2text
3999a ./opt/local/share/doc/html2text/CHANGES
4000a ./opt/local/share/doc/html2text/COPYING
4001a ./opt/local/share/doc/html2text/CREDITS
4002a ./opt/local/share/doc/html2text/KNOWN_BUGS
4003a ./opt/local/share/doc/html2text/README
4004a ./opt/local/share/doc/html2text/RELEASE_NOTES
4005a ./opt/local/share/doc/html2text/TODO
4006a ./opt/local/bin/html2text
4007--->  Activating html2text @1.3.2a_3
4008x ./
4009x ./+COMMENT
4010x ./+CONTENTS
4011x ./+DESC
4012x ./+PORTFILE
4013x ./+STATE
4014x ./opt/
4015x ./opt/local/
4016x ./opt/local/bin/
4017x ./opt/local/share/
4018x ./opt/local/share/doc/
4019x ./opt/local/share/man/
4020x ./opt/local/share/man/man1/
4021x ./opt/local/share/man/man5/
4022x ./opt/local/share/man/man5/html2textrc.5.gz
4023x ./opt/local/share/man/man1/html2text.1.gz
4024x ./opt/local/share/doc/html2text/
4025x ./opt/local/share/doc/html2text/CHANGES
4026x ./opt/local/share/doc/html2text/COPYING
4027x ./opt/local/share/doc/html2text/CREDITS
4028x ./opt/local/share/doc/html2text/KNOWN_BUGS
4029x ./opt/local/share/doc/html2text/README
4030x ./opt/local/share/doc/html2text/RELEASE_NOTES
4031x ./opt/local/share/doc/html2text/TODO
4032x ./opt/local/bin/html2text
4033--->  Cleaning html2text
4034--->  Removing work directory for html2text
4035--->  Scanning binaries for linking errors
4036--->  No broken files found.
4037html2text is using libstdc++ (this installation is configured to use libc++)