1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

Add support for fileinfo extension.

This commit is contained in:
Alex Dupre 2004-07-21 09:35:04 +00:00
parent ee35ae9ae6
commit ed5c3a6d39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114333
3 changed files with 8 additions and 5 deletions

View File

@ -244,9 +244,9 @@ php-ini:
.if ${USE_PHP:L} != "yes"
# non-version specific components
_USE_PHP_ALL= bcmath bz2 calendar crack ctype curl dba dbase dbx dio \
dom domxml exif filepro fribidi ftp gd gettext gmp iconv \
imagick imap interbase ldap mbstring mcal mcrypt mcve mhash \
ming mnogosearch mssql mysql mysqli ncurses odbc \
dom domxml exif fileinfo filepro fribidi ftp gd gettext gmp \
iconv imagick imap interbase ldap mbstring mcal mcrypt mcve \
mhash ming mnogosearch mssql mysql mysqli ncurses odbc \
openssl oracle overload panda pcntl pcre pdf pgsql posix \
pspell readline recode session shmop simplexml snmp soap \
sockets sqlite sybase_ct sysvmsg sysvsem sysvshm \
@ -265,6 +265,7 @@ dio_DEPENDS= devel/php${PHP_VER}-dio
dom_DEPENDS= textproc/php${PHP_VER}-dom
domxml_DEPENDS= textproc/php${PHP_VER}-domxml
exif_DEPENDS= graphics/php${PHP_VER}-exif
fileinfo_DEPENDS= sysutils/pecl-fileinfo
filepro_DEPENDS=databases/php${PHP_VER}-filepro
fribidi_DEPENDS=converters/pecl-fribidi
ftp_DEPENDS= ftp/php${PHP_VER}-ftp

View File

@ -34,6 +34,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \
DIO "Direct I/O support" off \
DOMXML "DOM support" off \
EXIF "EXIF support" off \
FILEINFO "fileinfo support" off \
FILEPRO "filePro support" off \
FRIBIDI "FriBidi support" off \
FTP "FTP support" off \
@ -95,7 +96,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.endif
ALL_OPTIONS= BCMATH BZ2 CALENDAR CRACK CTYPE CURL DBA DBASE DBX DIO \
DOMXML EXIF FILEPRO FRIBIDI FTP GD GETTEXT \
DOMXML EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \
GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCAL MCRYPT \
MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL NCURSES \
ODBC OPENSSL ORACLE OVERLOAD PANDA PCNTL PCRE PDF PGSQL POSIX \

View File

@ -33,6 +33,7 @@ OPTIONS= BCMATH "bc style precision math functions" off \
DIO "Direct I/O support" off \
DOM "DOM support" on \
EXIF "EXIF support" off \
FILEINFO "fileinfo support" off \
FILEPRO "filePro support" off \
FRIBIDI "FriBidi support" off \
FTP "FTP support" off \
@ -97,7 +98,7 @@ OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
.endif
ALL_OPTIONS= BCMATH BZ2 CALENDAR CTYPE CURL DBA DBASE DBX DIO \
DOM EXIF FILEPRO FRIBIDI FTP GD GETTEXT \
DOM EXIF FILEINFO FILEPRO FRIBIDI FTP GD GETTEXT \
GMP ICONV IMAGICK IMAP INTERBASE LDAP MBSTRING MCRYPT \
MCVE MHASH MIME_MAGIC MING MNOGOSEARCH MSSQL MYSQL MYSQLI \
NCURSES ODBC OPENSSL ORACLE PANDA PCNTL PCRE PDF PGSQL POSIX \