aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2009-02-01 23:53:45 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2009-02-01 23:53:45 +0800
commit101e15cd358f1afa6d3ca9a552a41c77d8c65416 (patch)
tree0d6abac2eed8afd61fcfaa7e12cc1d86c254207c /databases
parente7f06f1722ece51fe29bacfa3f151a92ee856355 (diff)
downloadfreebsd-ports-gnome-101e15cd358f1afa6d3ca9a552a41c77d8c65416.tar.gz
freebsd-ports-gnome-101e15cd358f1afa6d3ca9a552a41c77d8c65416.tar.zst
freebsd-ports-gnome-101e15cd358f1afa6d3ca9a552a41c77d8c65416.zip
- Remove MYSQLI options which doesn't make sence for this version of phpmyadmin
PR: 130897 Submitted by: Matthew Seaman <m dot seaman at infracaninophile dot co dot uk> (maintainer)
Diffstat (limited to 'databases')
-rw-r--r--databases/phpmyadmin211/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile
index 84ceb04051a0..64c90eea4298 100644
--- a/databases/phpmyadmin211/Makefile
+++ b/databases/phpmyadmin211/Makefile
@@ -7,6 +7,7 @@
PORTNAME= phpMyAdmin211
DISTVERSION= 2.11.9.4
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= SF/phpmyadmin
DISTNAME= ${PORTNAME:S/211//}-${DISTVERSION}-all-languages
@@ -71,7 +72,6 @@ SUB_FILES+= pkg-message
OPTIONS= BZ2 "bzip2 library support" on \
GD "GD library support" on \
- MYSQLI "Improved MySQL support" off \
OPENSSL "OpenSSL support" on \
PDF "PDFlib support (implies GD)" on \
ZLIB "ZLIB support" on \
@@ -93,13 +93,6 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
USE_PHP+= ${opt:L}
. endif
.endfor
-
-# Options that default to off:
-.for opt in MYSQLI
-. if defined(WITH_${opt}) && !defined(WITHOUT_${opt})
-USE_PHP+= ${opt:L}
-. endif
-.endfor
.endif
.include <bsd.port.pre.mk>
@@ -128,8 +121,8 @@ pre-everything::
${ECHO_MSG} " WITH_SUPHP=yes Install appropriately for use with"
${ECHO_MSG} " the www/suphp port [default: no]"
${ECHO_MSG} ""
- ${ECHO_MSG} "Note that selecting the MYSQLI option will only work"
- ${ECHO_MSG} "with PHP5 and MySQL 4.1.x"
+ ${ECHO_MSG} "Note that the mysqli option is not available with this"
+ ${ECHO_MSG} "port. Please use databases/phpmyadmin instead."
${ECHO_MSG} ""
${ECHO_MSG} "If you want to use PHP4, for best results, please"
${ECHO_MSG} "install lang/php4 before attempting to install"