Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 18:25:55 GMT
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e36ba3bb9c66 - main - databases/phpmyadmin*: add iconv
Message-ID:  <202109031825.183IPtPk096164@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by joneum:

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(-)

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109031825.183IPtPk096164>