Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 10:52:24 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541743 - head/databases/phpmyadmin5
Message-ID:  <202007091052.069AqOTH069458@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Jul  9 10:52:24 2020
New Revision: 541743
URL: https://svnweb.freebsd.org/changeset/ports/541743

Log:
  Add xmlwriter for USE_PHP: this fix a Problem with 2FA
  
  PR:		247134
  Reported by:	epopen@gmail.com
  Sponsored by:	Netzkommune GmbH

Modified:
  head/databases/phpmyadmin5/Makefile

Modified: head/databases/phpmyadmin5/Makefile
==============================================================================
--- head/databases/phpmyadmin5/Makefile	Thu Jul  9 10:48:21 2020	(r541742)
+++ head/databases/phpmyadmin5/Makefile	Thu Jul  9 10:52:24 2020	(r541743)
@@ -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 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?202007091052.069AqOTH069458>