Switch to default PHP 5.3, since not compatible with PHP 5.4.
This commit is contained in:
parent
b66c7f3f9e
commit
292ba1d22d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296734
10 changed files with 20 additions and 4 deletions
|
@ -21,6 +21,8 @@ LIB_DEPENDS= fribidi.3:${PORTSDIR}/converters/fribidi
|
|||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ LICENSE= AL2
|
|||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
USE_PHP= mssql mysql odbc pgsql session sqlite
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
do-install:
|
||||
|
|
|
@ -17,6 +17,8 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PHP= sqlite
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
FILES= MDB2/Driver/Datatype/sqlite.php \
|
||||
MDB2/Driver/Function/sqlite.php \
|
||||
|
|
|
@ -14,7 +14,8 @@ DISTNAME= SQLiteManager-${PORTVERSION}
|
|||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= A multilingual web based tool to manage SQLite database
|
||||
|
||||
IGNORE_WITH_PHP= 4
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
NO_BUILD= yes
|
||||
PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}"
|
||||
USE_PHP= sqlite
|
||||
|
|
|
@ -21,6 +21,8 @@ LIB_DEPENDS= yaz.4:${PORTSDIR}/net/yaz
|
|||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
CONFIGURE_ARGS= --with-yaz=${LOCALBASE}
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ COMMENT= A PHP extension that implements high-level protections
|
|||
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP=4
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
CONFIGURE_ARGS= --enable-suhosin
|
||||
|
||||
|
|
|
@ -20,7 +20,8 @@ OPTIONS= DOCCOMM "Retain doc-comments in internal php structures" off
|
|||
USE_PHP= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_PHP_BUILD= yes
|
||||
IGNORE_WITH_PHP=4
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
CONFIGURE_ARGS= --enable-eaccelerator=shared \
|
||||
--with-eaccelerator-userid=80 \
|
||||
|
|
|
@ -20,6 +20,8 @@ USE_BZIP2= yes
|
|||
USE_PHP= ctype curl gd hash json mbstring mysql pdo session \
|
||||
simplexml sqlite xml zip
|
||||
WANT_PHP_WEB= yes
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
WWWDOCROOT?= www
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@ USE_PHP= ctype curl gettext hash iconv json mysql \
|
|||
pcre pdo pdo_sqlite posix session \
|
||||
simplexml spl sqlite tokenizer \
|
||||
xmlwriter zlib xmlreader
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
|
||||
USE_MYSQL= 5.0
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@ COMMENT= A framework for developing PHP web applications
|
|||
NO_BUILD= yes
|
||||
USE_PHP= spl
|
||||
WANT_PHP_WEB= yes
|
||||
IGNORE_WITH_PHP=4
|
||||
DEFAULT_PHP_VER=53
|
||||
IGNORE_WITH_PHP=5
|
||||
USE_GETTEXT= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
|
Loading…
Reference in a new issue