summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-02-25 11:22:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-02-25 11:22:40 +0000
commit8842ccdc9a1dd9425cce18cda9bdb51e24e95a73 (patch)
tree522c519a2411c1063a735c863fd854a0ba637be8
parent- Update to 2.3.1 (diff)
Those ports do not build with php 5.6
Notes
Notes: svn path=/head/; revision=379897
-rw-r--r--audio/pecl-id3/Makefile2
-rw-r--r--databases/pecl-drizzle/Makefile2
-rw-r--r--databases/pecl-mdbtools/Makefile2
-rw-r--r--devel/pecl-bbcode/Makefile2
-rw-r--r--devel/pecl-bcompiler/Makefile2
-rw-r--r--devel/pecl-mcve/Makefile2
-rw-r--r--devel/pecl-operator/Makefile1
-rw-r--r--devel/pecl-shape/Makefile2
-rw-r--r--devel/pecl-spread/Makefile1
-rw-r--r--mail/pecl-esmtp/Makefile1
-rw-r--r--net/pecl-cvsclient/Makefile2
-rw-r--r--security/pecl-tcpwrap/Makefile2
-rw-r--r--textproc/pecl-enchant/Makefile2
-rw-r--r--textproc/pecl-html_parse/Makefile2
14 files changed, 14 insertions, 11 deletions
diff --git a/audio/pecl-id3/Makefile b/audio/pecl-id3/Makefile
index 5ab9cf4671f9..eff9d7a5efa6 100644
--- a/audio/pecl-id3/Makefile
+++ b/audio/pecl-id3/Makefile
@@ -16,7 +16,7 @@ LICENSE= PHP30
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
CONFIGURE_ARGS= --enable-id3
diff --git a/databases/pecl-drizzle/Makefile b/databases/pecl-drizzle/Makefile
index 57c72a2ab37e..562f26c30a61 100644
--- a/databases/pecl-drizzle/Makefile
+++ b/databases/pecl-drizzle/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
OPTIONS_DEFINE= DOCS EXAMPLES
diff --git a/databases/pecl-mdbtools/Makefile b/databases/pecl-mdbtools/Makefile
index cb9ce30bf882..0290269f12ed 100644
--- a/databases/pecl-mdbtools/Makefile
+++ b/databases/pecl-mdbtools/Makefile
@@ -21,7 +21,7 @@ USES= pkgconfig tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
USE_PHP_BUILD= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
CONFIGURE_ARGS= --with-mdbtools=${LOCALBASE}
diff --git a/devel/pecl-bbcode/Makefile b/devel/pecl-bbcode/Makefile
index 96a6ed51d19e..a77373ec787b 100644
--- a/devel/pecl-bbcode/Makefile
+++ b/devel/pecl-bbcode/Makefile
@@ -18,7 +18,7 @@ USES= tar:tgz
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
CONFIGURE_ARGS= --enable-bbcode
diff --git a/devel/pecl-bcompiler/Makefile b/devel/pecl-bcompiler/Makefile
index c3f6407a0a6c..5785aa3ef5f7 100644
--- a/devel/pecl-bcompiler/Makefile
+++ b/devel/pecl-bcompiler/Makefile
@@ -16,7 +16,7 @@ LICENSE= PHP202
USES= tar:tgz
USE_PHP= bz2
USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
CONFIGURE_ARGS= --enable-bcompiler
diff --git a/devel/pecl-mcve/Makefile b/devel/pecl-mcve/Makefile
index 983a3a72cc75..5e5d92a28cf0 100644
--- a/devel/pecl-mcve/Makefile
+++ b/devel/pecl-mcve/Makefile
@@ -20,7 +20,7 @@ USES= tar:tgz
USE_OPENSSL= yes
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP= 5
+IGNORE_WITH_PHP= 5 56
CONFIGURE_ARGS+= --with-mcve="${LOCALBASE}"
post-patch:
diff --git a/devel/pecl-operator/Makefile b/devel/pecl-operator/Makefile
index 3e8e33968ee9..14996a96d4de 100644
--- a/devel/pecl-operator/Makefile
+++ b/devel/pecl-operator/Makefile
@@ -17,6 +17,7 @@ USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PORTNAME}
+IGNORE_WITH_PHP= 56
post-extract::
@${CAT} ${PKGMESSAGE}
diff --git a/devel/pecl-shape/Makefile b/devel/pecl-shape/Makefile
index 6b66fda4ed7a..46072edb7e72 100644
--- a/devel/pecl-shape/Makefile
+++ b/devel/pecl-shape/Makefile
@@ -21,7 +21,7 @@ USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= shp
-IGNORE_WITH_PHP= 5
+IGNORE_WITH_PHP= 5 56
CONFIGURE_ARGS+= --with-shp=${LOCALBASE}
diff --git a/devel/pecl-spread/Makefile b/devel/pecl-spread/Makefile
index 7301cc8d0a4b..daec314ef870 100644
--- a/devel/pecl-spread/Makefile
+++ b/devel/pecl-spread/Makefile
@@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/sp.h:${PORTSDIR}/net/spread4
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 56
CONFIGURE_ARGS+= --with-spread=${LOCALBASE}
diff --git a/mail/pecl-esmtp/Makefile b/mail/pecl-esmtp/Makefile
index d67c3b32e326..66334e014f4c 100644
--- a/mail/pecl-esmtp/Makefile
+++ b/mail/pecl-esmtp/Makefile
@@ -19,6 +19,7 @@ LIB_DEPENDS= libesmtp.so:${PORTSDIR}/mail/libesmtp
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 56
OPTIONS_DEFINE= RE2C
OPTIONS_DEFAULT= RE2C
diff --git a/net/pecl-cvsclient/Makefile b/net/pecl-cvsclient/Makefile
index a28de77696bf..99432e2947ad 100644
--- a/net/pecl-cvsclient/Makefile
+++ b/net/pecl-cvsclient/Makefile
@@ -16,6 +16,6 @@ LICENSE= PHP202
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
.include <bsd.port.mk>
diff --git a/security/pecl-tcpwrap/Makefile b/security/pecl-tcpwrap/Makefile
index 2c85e25d493f..61add23ebd01 100644
--- a/security/pecl-tcpwrap/Makefile
+++ b/security/pecl-tcpwrap/Makefile
@@ -16,7 +16,7 @@ LICENSE= PHP202
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 56
post-patch:
@${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/config.m4
diff --git a/textproc/pecl-enchant/Makefile b/textproc/pecl-enchant/Makefile
index da43f302bf1c..867443dbbd8c 100644
--- a/textproc/pecl-enchant/Makefile
+++ b/textproc/pecl-enchant/Makefile
@@ -19,7 +19,7 @@ USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PORTNAME}
-IGNORE_WITH_PHP= 5
+IGNORE_WITH_PHP= 5 56
CONFIGURE_ARGS+= --with-enchant=${LOCALBASE}
.include <bsd.port.mk>
diff --git a/textproc/pecl-html_parse/Makefile b/textproc/pecl-html_parse/Makefile
index 8c346501d5ce..d7f0edcab397 100644
--- a/textproc/pecl-html_parse/Makefile
+++ b/textproc/pecl-html_parse/Makefile
@@ -20,7 +20,7 @@ USES= tar:tgz
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP= 5
+IGNORE_WITH_PHP= 5 56
CONFIGURE_ARGS= --enable-html_parse