svn commit: r358339 - head/databases/phpmyadmin
Matthew Seaman
matthew at FreeBSD.org
Thu Jun 19 05:26:07 UTC 2014
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
More information about the svn-ports-all
mailing list