= Bryan Blackburn = == Notes == === Tcl Env Bug === Tickets #13930, #13953, #14876, #16010, #16675. Others? === iconv vs libiconv symbol Issue === Tickets #13055, #16648, #16862, #16892. Seems like the issue is that the port is not finding the libiconv header from MacPorts, and instead uses the one in /usr, so it believes iconv_ is the prefix to use. The fixes which work so far are to use {{{--with-libiconv-prefix=${prefix}}}} in configure.args when available, otherwise some other trick (eg, {{{-I${prefix}/include}}} for CPPFLAGS) to make sure the header is found at the right time. == Tickets == === [query:reporter=blb@macports.org Reported Tickets] === [[TicketQuery(reporter=blb@macports.org&status=new|assigned|reopened)]] === [query:owner=blb@macports Assigned Tickets] === [[TicketQuery(owner=blb@macports.org&status=new|assigned|reopened)]] === [query:cc=blb@macports On CC] === [[TicketQuery(cc~=blb@macports.org&status=new|assigned|reopened)]] == Ports == * [source:trunk/dports/devel/apr_memcache devel/apr_memcache] * [source:trunk/dports/devel/lzo devel/lzo] * [source:trunk/dports/emulators/freesci emulators/freesci] * [source:trunk/dports/games/cannonsmash games/cannonsmash] * [source:trunk/dports/math/ent math/ent] * [source:trunk/dports/net/cidr net/cidr] * [source:trunk/dports/net/dnstracer net/dnstracer] * [source:trunk/dports/net/nslint net/nslint] * [source:trunk/dports/python/py25-asn1 python/py25-asn1] * [source:trunk/dports/python/py25-keyczar python/py25-keyczar] * [source:trunk/dports/security/md5deep security/md5deep] * [source:trunk/dports/sysutils/lzop sysutils/lzop] * [source:trunk/dports/sysutils/maxwell sysutils/maxwell] * [source:trunk/dports/www/ajp-wsgi www/ajp-wsgi] * [source:trunk/dports/www/links www/links] * [source:trunk/dports/www/mod_gnutls www/mod_gnutls] [wiki:MacPortsDevelopers Back to the MacPorts developers page]