- 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)
This commit is contained in:
parent
51568f301a
commit
b62fd0d3b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227372
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user