git: e36ba3bb9c66 - main - databases/phpmyadmin*: add iconv
Jochen Neumeister
joneum at FreeBSD.org
Fri Sep 3 18:25:55 UTC 2021
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e36ba3bb9c663f97edf237cd6c60ef3b87c0d6e9
commit e36ba3bb9c663f97edf237cd6c60ef3b87c0d6e9
Author: Jochen Neumeister <joneum at FreeBSD.org>
AuthorDate: 2021-09-03 18:22:55 +0000
Commit: Jochen Neumeister <joneum at 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(-)
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 0cc2881064ea..6fbe1eba3753 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -28,7 +28,7 @@ NO_BUILD= yes
# could, in principle, also use the PHP dbase extension, but it's not
# available for PHP >= 7.0 and of only minority interest.
-USE_PHP= ctype filter hash json mysqli session spl xml
+USE_PHP= ctype filter hash iconv json mysqli session spl xml
.endif
# Note: default settings will pull in X11 client support. If you don't
diff --git a/databases/phpmyadmin5/Makefile b/databases/phpmyadmin5/Makefile
index 81b746c59902..a79e5dabf154 100644
--- a/databases/phpmyadmin5/Makefile
+++ b/databases/phpmyadmin5/Makefile
@@ -26,7 +26,7 @@ NO_BUILD= yes
# could, in principle, also use the PHP dbase extension, but it's not
# available for PHP >= 7.0 and of only minority interest.
-USE_PHP= ctype filter hash json mysqli session spl xml xmlwriter
+USE_PHP= ctype filter hash iconv json mysqli session spl xml xmlwriter
.endif
# Note: default settings will pull in X11 client support. If you don't
More information about the dev-commits-ports-all
mailing list