svn commit: r401867 - head/databases/phpmyadmin

Matthew Seaman matthew at FreeBSD.org
Wed Nov 18 13:38:16 UTC 2015


Author: matthew
Date: Wed Nov 18 13:38:14 2015
New Revision: 401867
URL: https://svnweb.freebsd.org/changeset/ports/401867

Log:
  Remove the APC option
  
     The pecl-APC extension is not currently supported at the moment in
     PHP-5.5, which is the minimum PHP version required by phpMyAdmin.
     Also the 'animated progress bar' support doesn't need APC with PHP
     5.4.x or above.  (See question 2.9 in the PMA FAQ:
     https://phpmyadmin.readthedocs.org/en/latest/faq.html#configuration
     )
  
  PR:		204659
  Submitted by:	sirdice (at) gmail.com

Modified:
  head/databases/phpmyadmin/Makefile

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Wed Nov 18 13:34:12 2015	(r401866)
+++ head/databases/phpmyadmin/Makefile	Wed Nov 18 13:38:14 2015	(r401867)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phpMyAdmin
 DISTVERSION=	4.5.1
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -26,10 +27,9 @@ USE_PHP=	ctype session filter mbstring j
 # want this, either turn off GD in the config dialog, or else turn off
 # FONTCONFIG in the graphics/gd port options.
 
-OPTIONS_DEFINE=		APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB
+OPTIONS_DEFINE=		BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB
 OPTIONS_DEFAULT=	BZ2 GD MCRYPT OPENSSL XML ZIP ZLIB
 
-APC_DESC=	PHP APC (animated progress bar) support
 BZ2_DESC=	PHP bzip2 library support
 GD_DESC=	PHP GD library support (requires X11)
 MCRYPT_DESC=	PHP MCrypt library support


More information about the svn-ports-all mailing list