From f805596461de14573cb256886e7eda3cd2679df1 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 11 May 2012 19:35:11 +0000 Subject: [PATCH] php4 is EOLed --- Mk/bsd.php.mk | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 1565423a5c32..bd514fd96848 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -50,9 +50,7 @@ PHP_EXT_INC= pcre spl DEFAULT_PHP_VER?= 5 PHP_VER?= ${DEFAULT_PHP_VER} -.if ${PHP_VER} == 4 -PHP_EXT_DIR= 20020429 -.elif ${PHP_VER} == 52 +if ${PHP_VER} == 52 PHP_EXT_DIR= 20060613 .else PHP_EXT_DIR= 20090626 @@ -247,8 +245,6 @@ _USE_PHP_ALL= apc bcmath bitset bz2 calendar ctype curl dba \ sockets sybase_ct sysvmsg sysvsem sysvshm \ tokenizer wddx xml xmlrpc yaz zip zlib # version specific components -_USE_PHP_VER4= ${_USE_PHP_ALL} crack dbase dbx dio domxml filepro mcal mcve \ - mhash ncurses oracle overload pfpro xslt yp _USE_PHP_VER5= ${_USE_PHP_ALL} dom filter mysqli pdo \ pdo_mysql pdo_pgsql pdo_sqlite phar \ simplexml soap spl sqlite sqlite3 tidy xmlreader xmlwriter xsl @@ -338,12 +334,6 @@ xslt_DEPENDS= textproc/php${PHP_VER}-xslt yaz_DEPENDS= net/pecl-yaz yp_DEPENDS= net/php${PHP_VER}-yp zlib_DEPENDS= archivers/php${PHP_VER}-zlib -.if ${PHP_VER} == 4 -fileinfo_DEPENDS= sysutils/pecl-fileinfo -hash_DEPENDS= security/pecl-hash -json_DEPENDS= devel/pecl-json -zip_DEPENDS= archivers/pecl-zip -.else .if ${PHP_VER} == 52 fileinfo_DEPENDS= sysutils/pecl-fileinfo .else @@ -352,7 +342,6 @@ fileinfo_DEPENDS= sysutils/php${PHP_VER}-fileinfo hash_DEPENDS= security/php${PHP_VER}-hash json_DEPENDS= devel/php${PHP_VER}-json zip_DEPENDS= archivers/php${PHP_VER}-zip -.endif . for extension in ${USE_PHP} . if ${_USE_PHP_VER${PHP_VER}:M${extension}} != ""