svn commit: r541743 - head/databases/phpmyadmin5

Jochen Neumeister joneum at FreeBSD.org
Thu Jul 9 10:52:25 UTC 2020


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 at 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


More information about the svn-ports-all mailing list