Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 21:58:58 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r541827 - branches/2020Q3/databases/phpmyadmin5
Message-ID:  <202007092158.069LwwKd089241@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Thu Jul  9 21:58:57 2020
New Revision: 541827
URL: https://svnweb.freebsd.org/changeset/ports/541827

Log:
  MFH: r541743
  
  Add xmlwriter for USE_PHP: this fix a Problem with 2FA
  
  PR:		247134
  Reported by:	epopen@gmail.com
  Sponsored by:	Netzkommune GmbH
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2020Q3/databases/phpmyadmin5/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/databases/phpmyadmin5/Makefile
==============================================================================
--- branches/2020Q3/databases/phpmyadmin5/Makefile	Thu Jul  9 21:57:52 2020	(r541826)
+++ branches/2020Q3/databases/phpmyadmin5/Makefile	Thu Jul  9 21:58:57 2020	(r541827)
@@ -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?202007092158.069LwwKd089241>