CAVEAT! While FreeBSD 10 is not yet released, its release is (likely) imminent so please no "questions regarding unsupported versions" comments.
While upgrading to FreeBSD 10 (which has "builtin" iconv.h) the recommended upgrade path is to rebuild your ports (as usual). While building php55-iconv I get:
^
What is the best way to solve this? Installing converters/libiconv, of course, gives:
Pointers appreciated about the way to solve this. I'd rather spend my time fixing up patches that can be upstreamed than a local hack
While upgrading to FreeBSD 10 (which has "builtin" iconv.h) the recommended upgrade path is to rebuild your ports (as usual). While building php55-iconv I get:
Code:
/usr/obj/ports/usr/ports/converters/php55-iconv/work/php-5.5.7/ext/iconv/iconv.c:252:9: error: use of undeclared identifier '_libiconv_version'
((_libiconv_version >> 8) & 0x0f), (_libiconv_version & 0x0f));
What is the best way to solve this? Installing converters/libiconv, of course, gives:
Code:
converters/libiconv should not be used with iconv from base. Please fix the port which tries to use it
Pointers appreciated about the way to solve this. I'd rather spend my time fixing up patches that can be upstreamed than a local hack