diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-17 14:17:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-17 14:17:36 +0000 |
commit | 99fd747ae025323418f2f9d5a949fcd11b6e7920 (patch) | |
tree | 38310ac7737b5c3b950717e9e12a49939d5123bc | |
parent | d8f6dbf0603ab6270edd74665412bf6d23be5511 (diff) | |
download | ports-99fd747ae025323418f2f9d5a949fcd11b6e7920.tar.gz ports-99fd747ae025323418f2f9d5a949fcd11b6e7920.zip |
Notes
-rw-r--r-- | devel/pecl-operator/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-runkit/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-spread/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-xhprof/Makefile | 1 | ||||
-rw-r--r-- | finance/php-tclink/Makefile | 1 | ||||
-rw-r--r-- | german/pecl-konto_check/Makefile | 1 | ||||
-rw-r--r-- | lang/pecl-perl/Makefile | 2 | ||||
-rw-r--r-- | mail/pecl-esmtp/Makefile | 1 |
8 files changed, 8 insertions, 2 deletions
diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile index ecd28e510474..4905da545138 100644 --- a/devel/pecl-operator/Makefile +++ b/devel/pecl-operator/Makefile @@ -21,7 +21,7 @@ LICENSE= PHP30 USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER?= 5 +DEFAULT_PHP_VER?= 53 IGNORE_WITH_PHP= 4 PHP_MODNAME= ${PORTNAME} diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile index f36a7012b780..12aaae3a7bfe 100644 --- a/devel/pecl-runkit/Makefile +++ b/devel/pecl-runkit/Makefile @@ -20,6 +20,7 @@ COMMENT= PECL extension to modify constants, user-defined functions and classes USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= runkit +DEFAULT_PHP_VER=53 CONFIGURE_ARGS= --enable-runkit=classkit diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile index 2d57dc0f19ba..358c1d466551 100644 --- a/devel/pecl-spread/Makefile +++ b/devel/pecl-spread/Makefile @@ -22,6 +22,7 @@ LICENSE= PHP301 USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=4 CONFIGURE_ARGS+=--with-spread=${LOCALBASE} diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile index f33ee63ca283..2fe23e6a2c7f 100644 --- a/devel/pecl-xhprof/Makefile +++ b/devel/pecl-xhprof/Makefile @@ -21,6 +21,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes ONLY_FOR_ARCHS= i386 amd64 +DEFAULT_PHP_VER=53 .include <bsd.port.pre.mk> diff --git a/finance/php-tclink/Makefile b/finance/php-tclink/Makefile index f7bbbd57d506..81a4f7bbfffc 100644 --- a/finance/php-tclink/Makefile +++ b/finance/php-tclink/Makefile @@ -18,5 +18,6 @@ COMMENT= A PHP extension for TrustCommerce credit card processing USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes +DEFAULT_PHP_VER=53 .include <bsd.port.mk> diff --git a/german/pecl-konto_check/Makefile b/german/pecl-konto_check/Makefile index 57393679ff98..6a7e8a42c557 100644 --- a/german/pecl-konto_check/Makefile +++ b/german/pecl-konto_check/Makefile @@ -20,6 +20,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} +DEFAULT_PHP_VER=53 WRKSRC= ${WRKDIR}/php diff --git a/lang/pecl-perl/Makefile b/lang/pecl-perl/Makefile index be9048dc106b..900c7b36843a 100644 --- a/lang/pecl-perl/Makefile +++ b/lang/pecl-perl/Makefile @@ -20,7 +20,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes -DEFAULT_PHP_VER=5 +DEFAULT_PHP_VER=53 USE_PERL5= yes diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile index f75621779a08..4ef800fbc44c 100644 --- a/mail/pecl-esmtp/Makefile +++ b/mail/pecl-esmtp/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= esmtp:${PORTSDIR}/mail/libesmtp USE_PHP= yes USE_PHPEXT= yes +DEFAULT_PHP_VER=53 OPTIONS= RE2C "Enable re2c to regenerate PHP parsers" on |