diff options
author | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-07 20:14:34 +0800 |
commit | 443a8a28b3bcbcb6163d5e590206070badda7501 (patch) | |
tree | 7ec17b9d0da9fc4e843775137cd0b2b0a658807a /textproc | |
parent | 410d2a7b66efffe3bb6c70ceabaa012daf28bd5e (diff) | |
download | freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.gz freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.tar.zst freebsd-ports-gnome-443a8a28b3bcbcb6163d5e590206070badda7501.zip |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile | 2 | ||||
-rw-r--r-- | textproc/pear-Structures_DataGrid_DataSource_XML/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-ctemplate/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-doublemetaphone/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-stem/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-syck/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-wbxml/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-xdiff/Makefile | 2 | ||||
-rw-r--r-- | textproc/pecl-yaml/Makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile index 9cd0d0125a6a..962a2392289d 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile @@ -13,6 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear- USES= pear USE_PHP= mysql -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 .include <bsd.port.mk> diff --git a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile index a9663c30932a..a8526abc5972 100644 --- a/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile +++ b/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile @@ -13,6 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear- USES= pear USE_PHP= mysql -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 .include <bsd.port.mk> diff --git a/textproc/pecl-ctemplate/Makefile b/textproc/pecl-ctemplate/Makefile index aa55cb911930..46f8195f99ed 100644 --- a/textproc/pecl-ctemplate/Makefile +++ b/textproc/pecl-ctemplate/Makefile @@ -17,7 +17,7 @@ USES= php:ext localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= vanillahsu GH_PROJECT= pecl-ctemplate -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-cTemplate=${LOCALBASE} diff --git a/textproc/pecl-doublemetaphone/Makefile b/textproc/pecl-doublemetaphone/Makefile index 53d26392db0f..ef0e4f901638 100644 --- a/textproc/pecl-doublemetaphone/Makefile +++ b/textproc/pecl-doublemetaphone/Makefile @@ -16,7 +16,7 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-doublemetaphone diff --git a/textproc/pecl-stem/Makefile b/textproc/pecl-stem/Makefile index 4c97ee54968d..d9fe2fb9a16c 100644 --- a/textproc/pecl-stem/Makefile +++ b/textproc/pecl-stem/Makefile @@ -16,7 +16,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-configure: echo "#define HAVE_XDL_ALLOCATOR_PRIV 1" >>${WRKSRC}/config.h diff --git a/textproc/pecl-syck/Makefile b/textproc/pecl-syck/Makefile index e50ac848b9ed..817935b41430 100644 --- a/textproc/pecl-syck/Makefile +++ b/textproc/pecl-syck/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libsyck.a:textproc/syck USES= php:ext tar:tgz USE_PHP= spl:build hash:build -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --enable-syck diff --git a/textproc/pecl-wbxml/Makefile b/textproc/pecl-wbxml/Makefile index bbcd4ccc8f56..1f2cc6bab660 100644 --- a/textproc/pecl-wbxml/Makefile +++ b/textproc/pecl-wbxml/Makefile @@ -18,7 +18,7 @@ USES= php:ext tar:tgz CONFIGURE_ARGS= --with-wbxml=${LOCALBASE} \ --with-libexpat-dir=${LOCALBASE} -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/config.m4 diff --git a/textproc/pecl-xdiff/Makefile b/textproc/pecl-xdiff/Makefile index df83c16f05e2..d7212209f2ce 100644 --- a/textproc/pecl-xdiff/Makefile +++ b/textproc/pecl-xdiff/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libxdiff.so:textproc/libxdiff PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 LDFLAGS+= -L${LOCALBASE}/lib diff --git a/textproc/pecl-yaml/Makefile b/textproc/pecl-yaml/Makefile index 77c74fc9747f..5bce97f2254a 100644 --- a/textproc/pecl-yaml/Makefile +++ b/textproc/pecl-yaml/Makefile @@ -19,6 +19,6 @@ LIB_DEPENDS= libyaml.so:textproc/libyaml PORTSCOUT= limit:^1.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 .include <bsd.port.mk> |