>>> Building on exopi-4 under converters/html2text DIST = [converters/html2text:html2text-1.3.2a.tar.gz] FULLPKGNAME = html2text-1.3.2ap5 distfiles size=130088 >>> Running build in converters/html2text at 1711504355.21 ===> converters/html2text ===> Building from scratch html2text-1.3.2ap5 ===> Verifying specs: c m c++ c++abi pthread ===> found c.99.0 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 ===> Checking files for html2text-1.3.2ap5 `/exopi-cvs/ports/distfiles/html2text-1.3.2a.tar.gz' is up to date. >> (SHA256) html2text-1.3.2a.tar.gz: OK ===> Extracting for html2text-1.3.2ap5 gunzip /exopi-obj/pobj/html2text-1.3.2a/html2text-1.3.2a/{html2text.1,html2textrc.5}.gz ===> Patching for html2text-1.3.2ap5 ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.in.orig Wed Jan 14 14:47:02 2004 |+++ Makefile.in Thu Sep 13 21:36:17 2007 -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 29. Hunk #2 succeeded at 48. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Mon Jan 12 15:47:18 2004 |+++ configure Sun Feb 26 20:25:48 2017 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 38. Hunk #2 succeeded at 46. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for html2text-1.3.2ap5 ===> Configuring for html2text-1.3.2ap5 -e Checking C++ compiler... \c -e use "c++" -e Checking ... \c -e OK -e Checking for socket libraries... \c -e no extra libraries required -e Checking "bool"... \c -e built-in -e Checking "explicit"... \c -e built-in -e Checking Standard C++ library... \c -e works; no need to make "./libstd" -e Checking "auto_ptr"... \c -e not defined or not working, use "./libstd/include/auto_ptr.h" -e Checking "makedepend" includes... \c -e use "-I/usr/include -I/usr/include/c++/v1 -I/usr/include/c++/v1/__algorithm -I/usr/include/c++/v1/__bit -I/usr/include/c++/v1/__chrono -I/usr/include/c++/v1/__compare -I/usr/include/c++/v1/__concepts -I/usr/include/c++/v1/__debug_utils -I/usr/include/c++/v1/__format -I/usr/include/c++/v1/__functional -I/usr/include/c++/v1/__fwd -I/usr/include/c++/v1/__ios -I/usr/include/c++/v1/__iterator -I/usr/include/c++/v1/__memory -I/usr/include/c++/v1/__memory_resource -I/usr/include/c++/v1/__random -I/usr/include/c++/v1/__ranges -I/usr/include/c++/v1/__string -I/usr/include/c++/v1/__support/openbsd -I/usr/include/c++/v1/__support/xlocale -I/usr/include/c++/v1/__thread -I/usr/include/c++/v1/__tuple_dir -I/usr/include/c++/v1/__type_traits -I/usr/include/c++/v1/__utility -I/usr/include/c++/v1/__variant -I/usr/include/machine -I/usr/include/sys " -e Creating "./Makefile" from "./Makefile.in"... \c -e done Preparing completed. You may now run "make" (or "gmake"). ===> Building for html2text-1.3.2ap5 c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe html2text.C c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe html.C c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe HTMLControl.C HTMLControl.C:590:13: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror("Too many chars ungotten"); ^ 1 warning generated. c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe HTMLParser.C /usr/local/lib/bison.cc:429:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int yystate; ^~~~~~~~~ /usr/local/lib/bison.cc:430:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register int yyn; ^~~~~~~~~ /usr/local/lib/bison.cc:431:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register short *yyssp; ^~~~~~~~~ /usr/local/lib/bison.cc:432:3: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register YY_HTMLParser_STYPE *yyvsp; ^~~~~~~~~ /usr/local/lib/bison.cc:529:24: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_HTMLParser_ERROR("parser stack overflow"); ^ HTMLParser.y:349:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror("CDATA terminal not found"); ^ HTMLParser.y:357:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror("CDATA terminal not found"); ^ HTMLParser.y:403:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror("CDATA terminal not found"); ^ HTMLParser.y:411:15: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror("CDATA terminal not found"); ^ HTMLParser.y:435:16: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] yyerror ("Levels of opening and closing headings don't match"); ^ /usr/local/lib/bison.cc:794:22: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] YY_HTMLParser_ERROR("parse error"); ^ 11 warnings generated. c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe Area.C c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe format.C format.C:885:27: warning: implicit conversion from 'int' to 'value_type' (aka 'char') changes value from 186 to -70 [-Wconstant-conversion] res = checked ? '*' : LATIN1_ordm; // "ordm" looks like a superscript zero. ~ ^~~~~~~~~~~ ./html.h:90:23: note: expanded from macro 'LATIN1_ordm' #define LATIN1_ordm 186 ^~~ format.C:1173:43: warning: implicit conversion from 'int' to 'char' changes value from 160 to -96 [-Wconstant-conversion] if (c.character == ' ') c.character = LATIN1_nbsp; ~ ^~~~~~~~~~~ ./html.h:64:23: note: expanded from macro 'LATIN1_nbsp' #define LATIN1_nbsp 160 ^~~ 2 warnings generated. c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe sgml.C sgml.C:66:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "AElig", LATIN1_AElig, "AE" }, ^ sgml.C:67:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "AMP", 0, "&" }, ^ sgml.C:68:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Aacute", LATIN1_Aacute, "A'" }, ^ sgml.C:69:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Acirc", LATIN1_Acirc, "A^" }, ^ sgml.C:70:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Agrave", LATIN1_Agrave, "A`" }, ^ sgml.C:71:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Alpha", 0, "A" }, ^ sgml.C:72:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Aring", LATIN1_Aring, "AA" }, ^ sgml.C:73:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Atilde", LATIN1_Atilde, "A~" }, ^ sgml.C:74:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Auml", LATIN1_Auml, "A\"" }, ^ sgml.C:75:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Beta", 0, "B" }, ^ sgml.C:76:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ccedil", LATIN1_Ccedil, "C," }, ^ sgml.C:77:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Chi", 0, "H" }, ^ sgml.C:78:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Dagger", 0, "++" }, ^ sgml.C:79:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Delta", 0, "D" }, ^ sgml.C:80:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ETH", LATIN1_ETH, "D-" }, ^ sgml.C:81:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Eacute", LATIN1_Eacute, "E'" }, ^ sgml.C:82:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ecirc", LATIN1_Ecirc, "E^" }, ^ sgml.C:83:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Egrave", LATIN1_Egrave, "E`" }, ^ sgml.C:84:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Epsilon", 0, "E" }, ^ sgml.C:85:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Eta", 0, "E" }, ^ sgml.C:86:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Euml", LATIN1_Euml, "E\"" }, ^ sgml.C:87:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "GT", 0, ">" }, ^ sgml.C:88:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Gamma", 0, "G" }, ^ sgml.C:89:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Iacute", LATIN1_Iacute, "I'" }, ^ sgml.C:90:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Icirc", LATIN1_Icirc, "I^" }, ^ sgml.C:91:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Igrave", LATIN1_Igrave, "I`" }, ^ sgml.C:92:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Iota", 0, "I" }, ^ sgml.C:93:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Iuml", LATIN1_Iuml, "I\"" }, ^ sgml.C:94:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Kappa", 0, "K" }, ^ sgml.C:95:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "LT", 0, "<" }, ^ sgml.C:96:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Lambda", 0, "L" }, ^ sgml.C:97:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Mu", 0, "M" }, ^ sgml.C:98:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ntilde", LATIN1_Ntilde, "N~" }, ^ sgml.C:99:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Nu", 0, "N" }, ^ sgml.C:100:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "OElig", 0, "OE" }, ^ sgml.C:101:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Oacute", LATIN1_Oacute, "O'" }, ^ sgml.C:102:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ocirc", LATIN1_Ocirc, "O^" }, ^ sgml.C:103:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ograve", LATIN1_Ograve, "O`" }, ^ sgml.C:104:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Omega", 0, "O" }, ^ sgml.C:105:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Omicron", 0, "O" }, ^ sgml.C:106:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Oslash", LATIN1_Oslash, "O/" }, ^ sgml.C:107:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Otilde", LATIN1_Otilde, "O~" }, ^ sgml.C:108:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ouml", LATIN1_Ouml, "O\"" }, ^ sgml.C:109:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Phi", 0, "F" }, ^ sgml.C:110:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Pi", 0, "P" }, ^ sgml.C:111:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Prime", 0, "''" }, ^ sgml.C:112:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Psi", 0, "PS" }, ^ sgml.C:113:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "QUOT", 0, "\"" }, ^ sgml.C:114:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Rho", 0, "R" }, ^ sgml.C:115:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Scaron", 0, "S" }, ^ sgml.C:116:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Sigma", 0, "S" }, ^ sgml.C:117:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "THORN", LATIN1_THORN, "TH" }, ^ sgml.C:118:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Tau", 0, "T" }, ^ sgml.C:119:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Theta", 0, "TH" }, ^ sgml.C:120:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Uacute", LATIN1_Uacute, "U'" }, ^ sgml.C:121:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ucirc", LATIN1_Ucirc, "U^" }, ^ sgml.C:122:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Ugrave", LATIN1_Ugrave, "U`" }, ^ sgml.C:123:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Upsilon", 0, "U" }, ^ sgml.C:124:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Uuml", LATIN1_Uuml, "U\"" }, ^ sgml.C:125:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Xi", 0, "X" }, ^ sgml.C:126:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Yacute", LATIN1_Yacute, "Y'" }, ^ sgml.C:127:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Yuml", 0, "Y\"" }, ^ sgml.C:128:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "Zeta", 0, "Z" }, ^ sgml.C:129:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "aacute", LATIN1_aacute, "a'" }, ^ sgml.C:130:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "acirc", LATIN1_acirc, "a^" }, ^ sgml.C:131:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "acute", LATIN1_acute, "'" }, ^ sgml.C:132:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "aelig", LATIN1_aelig, "ae" }, ^ sgml.C:133:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "agrave", LATIN1_agrave, "a`" }, ^ sgml.C:134:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "alefsym", 0, "Aleph" }, ^ sgml.C:135:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "alpha", 0, "a" }, ^ sgml.C:136:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "amp", 0, "&" }, ^ sgml.C:137:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "and", 0, "AND" }, ^ sgml.C:138:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ang", 0, "-V" }, ^ sgml.C:139:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "apos", 0, "'" }, ^ sgml.C:140:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "aring", LATIN1_aring, "aa" }, ^ sgml.C:141:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "asymp", 0, "~=" }, ^ sgml.C:142:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "atilde", LATIN1_atilde, "a~" }, ^ sgml.C:143:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "auml", LATIN1_auml, "a\"" }, ^ sgml.C:144:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "bdquo", 0, "\"" }, ^ sgml.C:145:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "beta", 0, "b" }, ^ sgml.C:146:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "brvbar", LATIN1_brvbar, "|" }, ^ sgml.C:147:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "bull", 0, " o " }, ^ sgml.C:148:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "cap", 0, "(U" }, ^ sgml.C:149:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ccedil", LATIN1_ccedil, "c," }, ^ sgml.C:150:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "cedil", LATIN1_cedil, "," }, ^ sgml.C:151:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "cent", LATIN1_cent, "-c-" }, ^ sgml.C:152:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "chi", 0, "h" }, ^ sgml.C:153:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "circ", 0, "^" }, ^ sgml.C:155:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "cong", 0, "?=" }, ^ sgml.C:156:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "copy", LATIN1_copy, "(c)" }, ^ sgml.C:157:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "crarr", 0, "<-'" }, ^ sgml.C:158:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "cup", 0, ")U" }, ^ sgml.C:159:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "curren", LATIN1_curren, "CUR" }, ^ sgml.C:160:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "dArr", 0, "vv" }, ^ sgml.C:161:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "dagger", 0, "+" }, ^ sgml.C:162:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "darr", 0, "v" }, ^ sgml.C:163:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "deg", LATIN1_deg, "DEG" }, ^ sgml.C:164:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "delta", 0, "d" }, ^ sgml.C:166:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "divide", LATIN1_divide, "/" }, ^ sgml.C:167:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "eacute", LATIN1_eacute, "e'" }, ^ sgml.C:168:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ecirc", LATIN1_ecirc, "e^" }, ^ sgml.C:169:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "egrave", LATIN1_egrave, "e`" }, ^ sgml.C:170:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "empty", 0, "{}" }, ^ sgml.C:171:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "epsilon", 0, "e" }, ^ sgml.C:172:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "equiv", 0, "==" }, ^ sgml.C:173:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "eta", 0, "e" }, ^ sgml.C:174:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "eth", LATIN1_eth, "d-" }, ^ sgml.C:175:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "euml", LATIN1_euml, "e\"" }, ^ sgml.C:176:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "euro", 0, "EUR" }, ^ sgml.C:177:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "exist", 0, "TE" }, ^ sgml.C:178:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "fnof", 0, "f" }, ^ sgml.C:179:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "forall", 0, "FA" }, ^ sgml.C:180:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "frac12", LATIN1_frac12, " 1/2" }, ^ sgml.C:181:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "frac14", LATIN1_frac14, " 1/4" }, ^ sgml.C:182:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "frac34", LATIN1_frac34, " 3/4" }, ^ sgml.C:183:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "frasl", 0, "/" }, ^ sgml.C:184:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "gamma", 0, "g" }, ^ sgml.C:185:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ge", 0, ">=" }, ^ sgml.C:186:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "gt", 0, ">" }, ^ sgml.C:187:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "hArr", 0, "<=>" }, ^ sgml.C:188:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "harr", 0, "<->" }, ^ sgml.C:190:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "hellip", 0, "..." }, ^ sgml.C:191:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "iacute", LATIN1_iacute, "i'" }, ^ sgml.C:192:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "icirc", LATIN1_icirc, "i^" }, ^ sgml.C:193:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "iexcl", LATIN1_iexcl, "!" }, ^ sgml.C:194:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "igrave", LATIN1_igrave, "i`" }, ^ sgml.C:195:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "image", 0, "Im" }, ^ sgml.C:196:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "infin", 0, "oo" }, ^ sgml.C:197:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "int", 0, "INT" }, ^ sgml.C:198:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "iota", 0, "i" }, ^ sgml.C:199:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "iquest", LATIN1_iquest, "?" }, ^ sgml.C:200:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "isin", 0, "(-" }, ^ sgml.C:201:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "iuml", LATIN1_iuml, "i\"" }, ^ sgml.C:202:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "kappa", 0, "k" }, ^ sgml.C:203:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "lArr", 0, "<=" }, ^ sgml.C:204:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "lambda", 0, "l" }, ^ sgml.C:205:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "lang", 0, "" }, ^ sgml.C:214:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "lsaquo", 0, "<" }, ^ sgml.C:215:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "lsquo", 0, "`" }, ^ sgml.C:216:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "lt", 0, "<" }, ^ sgml.C:217:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "macr", LATIN1_macr, "-" }, ^ sgml.C:218:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "mdash", 0, "--" }, ^ sgml.C:219:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "micro", LATIN1_micro, "my" }, ^ sgml.C:220:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "middot", LATIN1_middot, "." }, ^ sgml.C:221:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "minus", 0, "-" }, ^ sgml.C:222:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "mu", 0, "m" }, ^ sgml.C:223:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "nabla", 0, "Nabla" }, ^ sgml.C:224:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "nbsp", LATIN1_nbsp, " " }, ^ sgml.C:225:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ndash", 0, "-" }, ^ sgml.C:226:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ne", 0, "!=" }, ^ sgml.C:227:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ni", 0, "-)" }, ^ sgml.C:228:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "not", LATIN1_not, "NOT" }, ^ sgml.C:229:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "notin", 0, "!(-" }, ^ sgml.C:230:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "nsub", 0, "!(C" }, ^ sgml.C:231:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ntilde", LATIN1_ntilde, "n~" }, ^ sgml.C:232:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "nu", 0, "n" }, ^ sgml.C:233:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "oacute", LATIN1_oacute, "o'" }, ^ sgml.C:234:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ocirc", LATIN1_ocirc, "o^" }, ^ sgml.C:235:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "oelig", 0, "oe" }, ^ sgml.C:236:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ograve", LATIN1_ograve, "o`" }, ^ sgml.C:237:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "oline", LATIN1_macr, "-" }, ^ sgml.C:238:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "omega", 0, "o" }, ^ sgml.C:239:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "omicron", 0, "o" }, ^ sgml.C:240:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "oplus", 0, "(+)" }, ^ sgml.C:241:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "or", 0, "OR" }, ^ sgml.C:242:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ordf", LATIN1_ordf, "-a" }, ^ sgml.C:243:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ordm", LATIN1_ordm, "-o" }, ^ sgml.C:244:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "oslash", LATIN1_oslash, "o/" }, ^ sgml.C:245:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "otilde", LATIN1_otilde, "o~" }, ^ sgml.C:246:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "otimes", 0, "(x)" }, ^ sgml.C:247:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ouml", LATIN1_ouml, "o\"" }, ^ sgml.C:248:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "para", LATIN1_para, "P:" }, ^ sgml.C:249:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "part", 0, "PART" }, ^ sgml.C:250:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "permil", 0, " 0/00" }, ^ sgml.C:251:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "perp", 0, "-T" }, ^ sgml.C:252:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "phi", 0, "f" }, ^ sgml.C:253:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "pi", 0, "p" }, ^ sgml.C:254:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "piv", 0, "Pi" }, ^ sgml.C:255:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "plusmn", LATIN1_plusmn, "+/-" }, ^ sgml.C:256:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "pound", LATIN1_pound, "-L-" }, ^ sgml.C:257:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "prime", 0, "'" }, ^ sgml.C:258:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "prod", 0, "PROD" }, ^ sgml.C:259:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "prop", 0, "0(" }, ^ sgml.C:260:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "psi", 0, "ps" }, ^ sgml.C:261:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "quot", 0, "\"" }, ^ sgml.C:262:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rArr", 0, "=>" }, ^ sgml.C:263:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "radic", 0, "SQRT" }, ^ sgml.C:264:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rang", 0, "/>" }, ^ sgml.C:265:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "raquo", LATIN1_raquo, ">>" }, ^ sgml.C:266:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rarr", 0, "->" }, ^ sgml.C:268:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rdquo", 0, "\"" }, ^ sgml.C:269:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "real", 0, "Re" }, ^ sgml.C:270:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "reg", LATIN1_reg, "(R)" }, ^ sgml.C:272:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rho", 0, "r" }, ^ sgml.C:273:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rsaquo", 0, ">" }, ^ sgml.C:274:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "rsquo", 0, "'" }, ^ sgml.C:275:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sbquo", 0, "'" }, ^ sgml.C:276:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "scaron", 0, "s" }, ^ sgml.C:277:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sdot", 0, "DOT" }, ^ sgml.C:278:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sect", LATIN1_sect, "S:" }, ^ sgml.C:279:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "shy", LATIN1_shy, "" }, ^ sgml.C:280:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sigma", 0, "s" }, ^ sgml.C:281:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sigmaf", 0, "s" }, ^ sgml.C:282:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sim", 0, "~" }, ^ sgml.C:284:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sub", 0, "(C" }, ^ sgml.C:285:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sube", 0, "(_" }, ^ sgml.C:286:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sum", 0, "SUM" }, ^ sgml.C:287:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sup", 0, ")C" }, ^ sgml.C:288:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sup1", LATIN1_sup1, "^1" }, ^ sgml.C:289:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sup2", LATIN1_sup2, "^2" }, ^ sgml.C:290:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "sup3", LATIN1_sup3, "^3" }, ^ sgml.C:291:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "supe", 0, ")_" }, ^ sgml.C:292:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "szlig", LATIN1_szlig, "ss" }, ^ sgml.C:293:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "tau", 0, "t" }, ^ sgml.C:294:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "there4", 0, ".:" }, ^ sgml.C:295:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "theta", 0, "th" }, ^ sgml.C:296:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "thorn", LATIN1_thorn, "th" }, ^ sgml.C:297:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "tilde", 0, "~" }, ^ sgml.C:298:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "times", LATIN1_times, "x" }, ^ sgml.C:299:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "trade", 0, "[TM]" }, ^ sgml.C:300:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "uArr", 0, "^^" }, ^ sgml.C:301:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "uacute", LATIN1_uacute, "u'" }, ^ sgml.C:302:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "uarr", 0, "^" }, ^ sgml.C:303:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ucirc", LATIN1_ucirc, "u^" }, ^ sgml.C:304:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "ugrave", LATIN1_ugrave, "u`" }, ^ sgml.C:305:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "uml", LATIN1_uml, "\"" }, ^ sgml.C:306:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "upsilon", 0, "u" }, ^ sgml.C:307:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "uuml", LATIN1_uuml, "u\"" }, ^ sgml.C:308:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "weierp", 0, "P" }, ^ sgml.C:309:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "xi", 0, "x" }, ^ sgml.C:310:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "yacute", LATIN1_yacute, "y'" }, ^ sgml.C:311:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "yen", LATIN1_yen, "YEN" }, ^ sgml.C:312:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "yuml", LATIN1_yuml, "y\"" }, ^ sgml.C:313:31: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings] { "zeta", 0, "z" }, ^ 240 warnings generated. c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe table.C c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe urlistream.C c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe Properties.C c++ -c -DVERSION=1.3.2a -DAUTO_PTR_BROKEN -O2 -pipe cmp_nocase.C c++ -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 urlistream.C(urlistream.o:(urlistream::http_open(char const*, int))): warning: sprintf() is often misused, please use snprintf() Compilation completed. You may now move "html2text", "html2text.1.gz" and "html2textrc.5.gz" to their installation directories (e.g. "/usr/local/bin", "/usr/local/man/man1" and "/usr/local/man/man5"). >>> Running package in converters/html2text at 1711504381.34 ===> converters/html2text ===> Faking installation for html2text-1.3.2ap5 /exopi-obj/pobj/html2text-1.3.2a/bin/install -c -s -m 755 /exopi-obj/pobj/html2text-1.3.2a/html2text-1.3.2a/html2text /exopi-obj/pobj/html2text-1.3.2a/fake-amd64/usr/local/bin/ /exopi-obj/pobj/html2text-1.3.2a/bin/install -c -m 644 /exopi-obj/pobj/html2text-1.3.2a/html2text-1.3.2a/html2text.1 /exopi-obj/pobj/html2text-1.3.2a/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/html2text-1.3.2a/bin/install -c -m 644 /exopi-obj/pobj/html2text-1.3.2a/html2text-1.3.2a/html2textrc.5 /exopi-obj/pobj/html2text-1.3.2a/fake-amd64/usr/local/man/man5 /exopi-obj/pobj/html2text-1.3.2a/bin/install -d -m 755 /exopi-obj/pobj/html2text-1.3.2a/fake-amd64/usr/local/share/doc/html2text /exopi-obj/pobj/html2text-1.3.2a/bin/install -c -m 644 /exopi-obj/pobj/html2text-1.3.2a/html2text-1.3.2a/README /exopi-obj/pobj/html2text-1.3.2a/fake-amd64/usr/local/share/doc/html2text ===> Building package for html2text-1.3.2ap5 Create /exopi-cvs/ports/packages/amd64/all/html2text-1.3.2ap5.tgz Creating package html2text-1.3.2ap5 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******* | 12% checksumming|*********** | 18% checksumming|************** | 24% checksumming|****************** | 29% checksumming|********************** | 35% checksumming|************************* | 41% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|************************************ | 59% checksumming|*************************************** | 65% checksumming|******************************************* | 71% checksumming|*********************************************** | 76% checksumming|************************************************** | 82% checksumming|****************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/html2text-1.3.2ap5.tgz >>> Running clean in converters/html2text at 1711504384.05 ===> converters/html2text ===> Cleaning for html2text-1.3.2ap5 >>> Ended at 1711504384.47 max_stuck=0.80/build=26.10/package=2.73/clean=0.46