svn commit: r409111 - in head: archivers/pecl-phk databases/php5-tarantool devel/pecl-parsekit devel/pecl-strict net-im/pecl-stomp print/pecl-haru print/pecl-pdflib print/pecl-ps textproc/pecl-syck...
Martin Wilke
miwi at FreeBSD.org
Thu Feb 18 15:08:28 UTC 2016
Author: miwi
Date: Thu Feb 18 15:08:25 2016
New Revision: 409111
URL: https://svnweb.freebsd.org/changeset/ports/409111
Log:
- Ignore php70
Modified:
head/archivers/pecl-phk/Makefile
head/databases/php5-tarantool/Makefile
head/devel/pecl-parsekit/Makefile
head/devel/pecl-strict/Makefile
head/net-im/pecl-stomp/Makefile
head/print/pecl-haru/Makefile
head/print/pecl-pdflib/Makefile
head/print/pecl-ps/Makefile
head/textproc/pecl-syck/Makefile
head/textproc/pecl-yaml/Makefile
Modified: head/archivers/pecl-phk/Makefile
==============================================================================
--- head/archivers/pecl-phk/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/archivers/pecl-phk/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -17,6 +17,7 @@ USES= tar:tgz
USE_PHP= hash
USE_PHP_BUILD= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-phk
Modified: head/databases/php5-tarantool/Makefile
==============================================================================
--- head/databases/php5-tarantool/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/databases/php5-tarantool/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -19,6 +19,7 @@ GH_PROJECT= ${PORTNAME}-php
GH_ACCOUNT= tarantool
GH_TAGNAME= c1c5d5f
TR_VER= 20151222
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS+= --with-tarantool
Modified: head/devel/pecl-parsekit/Makefile
==============================================================================
--- head/devel/pecl-parsekit/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/devel/pecl-parsekit/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -17,7 +17,7 @@ LICENSE= PHP301
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
-IGNORE_WITH_PHP= 53 56
+IGNORE_WITH_PHP= 56 70
CONFIGURE_ARGS= --enable-parsekit
CFLAGS+= -I${LOCALBASE}/include
Modified: head/devel/pecl-strict/Makefile
==============================================================================
--- head/devel/pecl-strict/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/devel/pecl-strict/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -16,5 +16,6 @@ LICENSE= PHP301
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Modified: head/net-im/pecl-stomp/Makefile
==============================================================================
--- head/net-im/pecl-stomp/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/net-im/pecl-stomp/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -16,5 +16,6 @@ USES= tar:tgz
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
Modified: head/print/pecl-haru/Makefile
==============================================================================
--- head/print/pecl-haru/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/print/pecl-haru/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -19,6 +19,7 @@ RUN_DEPENDS:= ${LOCALBASE}/include/hpdf.
USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS+= --with-haru=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
Modified: head/print/pecl-pdflib/Makefile
==============================================================================
--- head/print/pecl-pdflib/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/print/pecl-pdflib/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -20,6 +20,7 @@ USE_PHP= gd
USE_PHP_BUILD= yes
USE_PHPEXT= yes
PHP_MODNAME= pdf
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --with-pdflib=${LOCALBASE}
Modified: head/print/pecl-ps/Makefile
==============================================================================
--- head/print/pecl-ps/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/print/pecl-ps/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -19,6 +19,7 @@ USES= tar:tgz
USE_PHP= yes
USE_PHPEXT= yes
PHP_MODNAME= ${PORTNAME}
+IGNORE_WITH_PHP= 70
post-patch:
@${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4
Modified: head/textproc/pecl-syck/Makefile
==============================================================================
--- head/textproc/pecl-syck/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/textproc/pecl-syck/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -20,6 +20,7 @@ USES= tar:tgz
USE_PHP= spl hash
USE_PHP_BUILD= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
CONFIGURE_ARGS= --enable-syck
Modified: head/textproc/pecl-yaml/Makefile
==============================================================================
--- head/textproc/pecl-yaml/Makefile Thu Feb 18 14:47:05 2016 (r409110)
+++ head/textproc/pecl-yaml/Makefile Thu Feb 18 15:08:25 2016 (r409111)
@@ -20,5 +20,6 @@ USES= tar:tgz
USE_PHP= yes
USE_PHP_BUILD= yes
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list