1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove mnogosearch extension.

This commit is contained in:
Alex Dupre 2009-06-15 09:22:34 +00:00
parent 9748c392b2
commit 22720b8978
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235847
2 changed files with 2 additions and 4 deletions

View File

@ -244,7 +244,7 @@ _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba dbase \
tokenizer wddx xml xmlrpc yaz zip zlib
# version specific components
_USE_PHP_VER4= ${_USE_PHP_ALL} crack dbx dio domxml filepro mcal mcve \
mnogosearch oracle overload pfpro xslt yp
oracle overload pfpro xslt yp
_USE_PHP_VER5= ${_USE_PHP_ALL} dom filter ming mysqli oci8 pdo \
pdo_mysql pdo_sqlite \
simplexml soap spl sqlite tidy xmlreader xmlwriter xsl
@ -283,7 +283,6 @@ mcve_DEPENDS= devel/php${PHP_VER}-mcve
memcache_DEPENDS= databases/pecl-memcache
mhash_DEPENDS= security/php${PHP_VER}-mhash
ming_DEPENDS= graphics/php${PHP_VER}-ming
mnogosearch_DEPENDS= www/php${PHP_VER}-mnogosearch
mssql_DEPENDS= databases/php${PHP_VER}-mssql
mysql_DEPENDS= databases/php${PHP_VER}-mysql
mysqli_DEPENDS= databases/php${PHP_VER}-mysqli

View File

@ -60,7 +60,6 @@ OPTIONS= BCMATH "bc style precision math functions" off \
MCRYPT "Encryption support" off \
MCVE "MCVE support" off \
MHASH "Crypto-hashing support" off \
MNOGOSEARCH "mnoGoSearch support" off \
MSSQL "MS-SQL database support" off \
MYSQL "MySQL database support" on \
NCURSES "ncurses support (CLI only)" off \
@ -106,7 +105,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \
DOMXML EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \
GMP ICONV IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \
MCVE MHASH MIME_MAGIC MNOGOSEARCH MSSQL MYSQL NCURSES \
MCVE MHASH MIME_MAGIC MSSQL MYSQL NCURSES \
ODBC OPENSSL ORACLE OVERLOAD PCNTL PCRE PDF PFPRO \
PGSQL POSIX PSPELL READLINE RECODE SESSION SHMOP SNMP SOCKETS \
SYBASE_CT SYSVMSG SYSVSEM SYSVSHM TOKENIZER \