diff options
author | ale <ale@FreeBSD.org> | 2012-05-20 14:42:55 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-20 14:42:55 +0800 |
commit | d829ddb636401f0a885021a9faa2577153e902c8 (patch) | |
tree | ae3aa4869387a8342eaad867ca624f4cc4f1210c /textproc | |
parent | 5a884241854e309541424eeb9908f042c14dd2e6 (diff) | |
download | freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.gz freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.tar.zst freebsd-ports-gnome-d829ddb636401f0a885021a9faa2577153e902c8.zip |
Mark IGNORE with php 5.4 and set 5.3 as default.
Reported by: pav
Pointyhat to: me
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-enchant/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-html_parse/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-syck/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-xslcache/Makefile | 5 |
5 files changed, 10 insertions, 3 deletions
diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile index 79f8c4bf9a12..528d42c198bf 100644 --- a/textproc/pecl-enchant/Makefile +++ b/textproc/pecl-enchant/Makefile @@ -23,5 +23,7 @@ CONFIGURE_ARGS+=--with-enchant=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 .include <bsd.port.mk> diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile index cdbb12b5a088..c1e842291d7e 100644 --- a/textproc/pecl-html_parse/Makefile +++ b/textproc/pecl-html_parse/Makefile @@ -22,6 +22,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libekhtml.a:${PORTSDIR}/textproc/ekhtml USE_PHP= yes USE_PHP_BUILD= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-html_parse diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index 1e9ac4983605..85b7f0daaf67 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -21,6 +21,8 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:${PORTSDIR}/textproc/syck USE_PHP= spl hash USE_PHP_BUILD= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-syck diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index 4418ce6f330a..ab06c9b4cb86 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= xdiff.0:${PORTSDIR}/textproc/libxdiff USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-xslcache/Makefile b/textproc/pecl-xslcache/Makefile index 415109d9c05d..2f90df1b295d 100644 --- a/textproc/pecl-xslcache/Makefile +++ b/textproc/pecl-xslcache/Makefile @@ -16,11 +16,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= miwi@FreeBSD.org COMMENT= Caches the parsed XSL stylesheet between sessions -DEFAULT_PHP_VER=5 -IGNORE_WITH_PHP=4 - USE_PHP= dom xml xsl USE_PHP_BUILD= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 +IGNORE_WITH_PHP=5 .include <bsd.port.mk> |