Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 05:26:07 +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: r358339 - head/databases/phpmyadmin
Message-ID:  <201406190526.s5J5Q7bf099408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Thu Jun 19 05:26:06 2014
New Revision: 358339
URL: http://svnweb.freebsd.org/changeset/ports/358339
QAT: https://qat.redports.org/buildarchive/r358339/

Log:
  Switch the default setting for the APC option to off.  pecl-APC does
  not provide core phpMyAdmin functionality and it is not compatible
  with php-5.5
  
  PR:		191122
  Submitted by:	feld

Modified:
  head/databases/phpmyadmin/Makefile

Modified: head/databases/phpmyadmin/Makefile
==============================================================================
--- head/databases/phpmyadmin/Makefile	Thu Jun 19 02:49:55 2014	(r358338)
+++ head/databases/phpmyadmin/Makefile	Thu Jun 19 05:26:06 2014	(r358339)
@@ -3,6 +3,7 @@
 
 PORTNAME=	phpMyAdmin
 DISTVERSION=	4.2.3
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
@@ -25,7 +26,7 @@ USE_PHP=	ctype session filter mbstring j
 # FONTCONFIG in the graphics/gd port options.
 
 OPTIONS_DEFINE=		APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB
-OPTIONS_DEFAULT=	APC BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB
+OPTIONS_DEFAULT=	BZ2 GD MCRYPT OPENSSL PDF XML ZIP ZLIB
 
 APC_DESC=	PHP APC (animated progress bar) support
 BZ2_DESC=	PHP bzip2 library support



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