Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 2015 13:38:14 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401867 - head/databases/phpmyadmin
Message-ID:  <201511181338.tAIDcEiH030281@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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