Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2019 17:46:51 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494431 - head/databases/php-memcache
Message-ID:  <201903021746.x22HkpUJ017299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  2 17:46:51 2019
New Revision: 494431
URL: https://svnweb.freebsd.org/changeset/ports/494431

Log:
  Mark IGNORE_WITH_PHP=71
  
  --- php7/memcache_pool.lo ---
  /wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2: error: use of undeclared identifier 'newlen'
          smart_string_alloc((&(buffer->value)), size, 0);
          ^
  /usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded from macro 'smart_string_alloc'
          smart_string_alloc4((d), (n), (what), newlen)
                                                ^
  /wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2: error: use of undeclared identifier 'newlen'
  /usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded from macro 'smart_string_alloc'
          smart_string_alloc4((d), (n), (what), newlen)
                                                ^
  /wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2: error: use of undeclared identifier 'newlen'
  /usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded from macro 'smart_string_alloc'
          smart_string_alloc4((d), (n), (what), newlen)
                                                ^
  /wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2: error: use of undeclared identifier 'newlen'
  /usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded from macro 'smart_string_alloc'
          smart_string_alloc4((d), (n), (what), newlen)
                                                ^
  /wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2: error: use of undeclared identifier 'newlen'
  /usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded from macro 'smart_string_alloc'
          smart_string_alloc4((d), (n), (what), newlen)
                                                ^
  /wrkdirs/usr/ports/databases/php-memcache/work-php71/pecl-memcache-4.0.1-php73/php7/memcache_pool.c:47:2: error: use of undeclared identifier 'newlen'
  /usr/local/include/php/ext/standard/php_smart_string.h:76:40: note: expanded from macro 'smart_string_alloc'
          smart_string_alloc4((d), (n), (what), newlen)
                                                ^
  6 errors generated.
  *** [php7/memcache_pool.lo] Error code 1
  
  Reported by:	pkg-fallout

Modified:
  head/databases/php-memcache/Makefile

Modified: head/databases/php-memcache/Makefile
==============================================================================
--- head/databases/php-memcache/Makefile	Sat Mar  2 17:46:45 2019	(r494430)
+++ head/databases/php-memcache/Makefile	Sat Mar  2 17:46:51 2019	(r494431)
@@ -22,6 +22,7 @@ USES=		dos2unix php:ext
 USE_PHP=	session:build zlib:build
 
 CONFIGURE_ARGS=	--with-zlib-dir=/usr
+IGNORE_WITH_PHP=71
 
 GH_ACCOUNT=	websupport-sk
 GH_PROJECT=	pecl-${PORTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903021746.x22HkpUJ017299>