This probably applies to all the various phpmyadmin ports. When attempting to load up the app, I get the following error message: "Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: iconv" Installing php80-iconv (or which ever PHP version you're using) fixes this issue. The various phpmyadmin ports should probably have a runtime dependency listed on their respectively versioned phpXX-iconv ports.
Hi, can you please check this patch for phpmyadmin5? http://joneum.joneumbox.org/phpmyadmin5-fix-iconv.diff Greetings Jochen
No, that isn't correct. I just tested it out. The addition of "iconv" should be under the "USE_PHP" line, not the "USES" line. It is php74-iconv that is required, not libiconv.
Created attachment 227301 [details] Add iconv run depends Aloha, i think the patch should look like this. :) If you can confirm, i will happily go ahead and fix it. :)
(In reply to Torsten Zuehlsdorff from comment #3) Hi, I also noticed this on new installation. Haven't tested the patch but that should be it.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e36ba3bb9c663f97edf237cd6c60ef3b87c0d6e9 commit e36ba3bb9c663f97edf237cd6c60ef3b87c0d6e9 Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2021-09-03 18:22:55 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2021-09-03 18:25:42 +0000 databases/phpmyadmin*: add iconv "Composer detected issues in your platform: Your Composer dependencies require the following PHP extensions to be installed: iconv" PR: 254485 Sponsored by: Netzkommune GmbH databases/phpmyadmin/Makefile | 2 +- databases/phpmyadmin5/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)