Date: Wed, 7 Feb 2018 17:46:11 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461158 - in head: converters/php5-bsdconv databases/pear-MDB2_Driver_mysql databases/pear-Structures_DataGrid_DataSource_DBQuery databases/pear-Structures_DataGrid_DataSource_DBTable d... Message-ID: <201802071746.w17HkBHN023779@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Feb 7 17:46:10 2018 New Revision: 461158 URL: https://svnweb.freebsd.org/changeset/ports/461158 Log: Note PHP ports that do not build with 7.2. Sponsored by: Absolight Modified: head/converters/php5-bsdconv/Makefile (contents, props changed) head/databases/pear-MDB2_Driver_mysql/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (contents, props changed) head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile (contents, props changed) head/databases/php-mdcached/Makefile (contents, props changed) head/databases/php5-pdo_cassandra/Makefile (contents, props changed) head/databases/php5-tarantool/Makefile (contents, props changed) head/databases/php70-memcached/Makefile (contents, props changed) head/devel/php-jq/Makefile (contents, props changed) head/devel/php-memoize/Makefile (contents, props changed) head/devel/php-scalar_objects/Makefile (contents, props changed) head/devel/php-uprofiler/Makefile (contents, props changed) head/devel/php5-blitz-devel/Makefile (contents, props changed) head/devel/php5-blitz/Makefile (contents, props changed) head/devel/php5-dav/Makefile (contents, props changed) head/devel/php5-pinba/Makefile (contents, props changed) head/devel/php5-thrift/Makefile (contents, props changed) head/finance/php-tclink/Makefile (contents, props changed) head/graphics/php-libpuzzle/Makefile (contents, props changed) head/graphics/php-magickwand/Makefile (contents, props changed) head/japanese/php5-mecab/Makefile (contents, props changed) head/security/php-suhosin/Makefile (contents, props changed) head/textproc/libmrss-php/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile (contents, props changed) head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile (contents, props changed) head/www/pecl-http2/Makefile (contents, props changed) head/www/xcache/Makefile (contents, props changed) Modified: head/converters/php5-bsdconv/Makefile ============================================================================== --- head/converters/php5-bsdconv/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/converters/php5-bsdconv/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -19,7 +19,7 @@ GH_ACCOUNT= buganini GH_PROJECT= php-${PORTNAME} USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-bsdconv=${LOCALBASE} .include <bsd.port.mk> Modified: head/databases/pear-MDB2_Driver_mysql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/pear-MDB2_Driver_mysql/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -16,6 +16,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 NO_ARCH= yes .include <bsd.port.mk> Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 NO_ARCH= yes .include <bsd.port.mk> Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 NO_ARCH= yes .include <bsd.port.mk> Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/ USES= pear USE_PHP= mysql -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 NO_ARCH= yes .include <bsd.port.mk> Modified: head/databases/php-mdcached/Makefile ============================================================================== --- head/databases/php-mdcached/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/php-mdcached/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -17,7 +17,7 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libmdcached.so:databases/mdcached USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-mdcached WRKSRC_SUBDIR= ${PORTNAME}/client_php/${PORTNAME} Modified: head/databases/php5-pdo_cassandra/Makefile ============================================================================== --- head/databases/php5-pdo_cassandra/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/php5-pdo_cassandra/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -25,7 +25,7 @@ USES= compiler:c++11-lib php:ext pkgconfig USE_CXXSTD= c++11 USE_PHP= pdo:build -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/thrift/bsd.thrift.mk" Modified: head/databases/php5-tarantool/Makefile ============================================================================== --- head/databases/php5-tarantool/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/php5-tarantool/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -16,7 +16,7 @@ USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-php GH_TAGNAME= c1c5d5f TR_VER= 20151222 -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS+= --with-tarantool Modified: head/databases/php70-memcached/Makefile ============================================================================== --- head/databases/php70-memcached/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/databases/php70-memcached/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -18,8 +18,7 @@ OPTIONS_DEFINE= SASL CONFIGURE_ARGS= --disable-memcached-sasl --enable-memcached-json --with-libmemcached-dir=${LOCALBASE} USES= pkgconfig php:ext USE_PHP= session:build json:build -PHP_VER= 70 -IGNORE_WITH_PHP=56 +IGNORE_WITH_PHP=56 71 72 USE_GITHUB= yes GH_ACCOUNT= php-memcached-dev Modified: head/devel/php-jq/Makefile ============================================================================== --- head/devel/php-jq/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php-jq/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -19,7 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= kjdev GH_PROJECT= php-ext-jq -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 USES= php:ext JQ_CMD= ${LOCALBASE}/bin/jq Modified: head/devel/php-memoize/Makefile ============================================================================== --- head/devel/php-memoize/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php-memoize/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -15,7 +15,7 @@ GH_ACCOUNT= arraypad USES= php:ext PHP_MODNAME= memoize -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-memoize OPTIONS_DEFINE= MEMCACHED MEMORY Modified: head/devel/php-scalar_objects/Makefile ============================================================================== --- head/devel/php-scalar_objects/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php-scalar_objects/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -17,6 +17,6 @@ GH_ACCOUNT= nikic GH_TAGNAME= baf4985 USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> Modified: head/devel/php-uprofiler/Makefile ============================================================================== --- head/devel/php-uprofiler/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php-uprofiler/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -26,6 +26,6 @@ GH_TAGNAME= 483c1e5 WRKSRC_SUBDIR= extension USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> Modified: head/devel/php5-blitz-devel/Makefile ============================================================================== --- head/devel/php5-blitz-devel/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php5-blitz-devel/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -16,6 +16,6 @@ CONFLICTS= php5-blitz-0.6* USES= php:ext PHP_MODNAME= blitz -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> Modified: head/devel/php5-blitz/Makefile ============================================================================== --- head/devel/php5-blitz/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php5-blitz/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -14,6 +14,6 @@ COMMENT= PHP templating engine CONFLICTS= php5-blitz-devel-[0-9]* USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> Modified: head/devel/php5-dav/Makefile ============================================================================== --- head/devel/php5-dav/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php5-dav/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -18,7 +18,7 @@ LIB_DEPENDS= libneon.so:www/neon USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 WRKSRC= ${WRKDIR}/${PORTNAME} Modified: head/devel/php5-pinba/Makefile ============================================================================== --- head/devel/php5-pinba/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php5-pinba/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -20,6 +20,6 @@ GH_PROJECT= pinba_extension GH_TAGNAME= f76b673 USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 .include <bsd.port.mk> Modified: head/devel/php5-thrift/Makefile ============================================================================== --- head/devel/php5-thrift/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/devel/php5-thrift/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -13,7 +13,7 @@ COMMENT= PHP interface to Thrift USES= php:ext PHP_MODNAME= thrift_protocol -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol Modified: head/finance/php-tclink/Makefile ============================================================================== --- head/finance/php-tclink/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/finance/php-tclink/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -14,7 +14,7 @@ COMMENT= PHP extension for TrustCommerce credit card p USES= php:ext ssl -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 post-patch: # avoid name conflicts with libressl Modified: head/graphics/php-libpuzzle/Makefile ============================================================================== --- head/graphics/php-libpuzzle/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/graphics/php-libpuzzle/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -19,7 +19,7 @@ LIB_DEPENDS= libpuzzle.so:graphics/libpuzzle \ libgd.so:graphics/gd USES= php:ext tar:bzip2 -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/graphics/php-magickwand/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -15,7 +15,7 @@ COMMENT= PHP extension to manipulate images LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick USES= php:ext pkgconfig -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} Modified: head/japanese/php5-mecab/Makefile ============================================================================== --- head/japanese/php5-mecab/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/japanese/php5-mecab/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -14,7 +14,7 @@ COMMENT= PHP5 extension for MeCab Morphological Analyz LIB_DEPENDS= libmecab.so:japanese/mecab USES= php:ext -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --with-mecab=${LOCALBASE}/bin/mecab-config .include <bsd.port.pre.mk> Modified: head/security/php-suhosin/Makefile ============================================================================== --- head/security/php-suhosin/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/security/php-suhosin/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -17,7 +17,7 @@ OPTIONS_DEFINE= EXAMPLES USES= php:ext USE_PHP= session:build -IGNORE_WITH_PHP= 70 71 +IGNORE_WITH_PHP= 70 71 72 CONFIGURE_ARGS= --enable-suhosin Modified: head/textproc/libmrss-php/Makefile ============================================================================== --- head/textproc/libmrss-php/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/textproc/libmrss-php/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -24,7 +24,7 @@ USES= libtool php:ext USE_LDCONFIG= yes PHP_MODNAME= mrss -IGNORE_WITH_PHP= 70 +IGNORE_WITH_PHP= 70 71 72 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/phpmrss post-install: Modified: head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -13,6 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource USES= pear USE_PHP= mysql -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 .include <bsd.port.mk> Modified: head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile ============================================================================== --- head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -13,6 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource USES= pear USE_PHP= mysql -IGNORE_WITH_PHP=70 71 +IGNORE_WITH_PHP=70 71 72 .include <bsd.port.mk> Modified: head/www/pecl-http2/Makefile ============================================================================== --- head/www/pecl-http2/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/www/pecl-http2/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/raphf LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent -IGNORE_WITH_PHP=70 +IGNORE_WITH_PHP=70 71 72 USES= php:pecl CONFLICTS= pecl-http1* pecl-http-* Modified: head/www/xcache/Makefile ============================================================================== --- head/www/xcache/Makefile Wed Feb 7 17:45:34 2018 (r461157) +++ head/www/xcache/Makefile Wed Feb 7 17:46:10 2018 (r461158) @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE USES= php:phpize tar:bzip2 +IGNORE_WITH_PHP= 70 71 72 + CONFIGURE_ARGS= --enable-xcache=shared OPTIONS_DEFINE= CONSTANT COVERAGER EXAMPLES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802071746.w17HkBHN023779>