diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-03-03 01:46:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-03-03 01:46:51 +0800 |
commit | 88fe9e1589a476826982d6e80580bbdaccb2ee3b (patch) | |
tree | 80b9857d18d8b64d7c9e177f623a66bab98935ac /databases | |
parent | 7b6b290fa686bbc772a50e0432c7f69c9754b308 (diff) | |
download | freebsd-ports-gnome-88fe9e1589a476826982d6e80580bbdaccb2ee3b.tar.gz freebsd-ports-gnome-88fe9e1589a476826982d6e80580bbdaccb2ee3b.tar.zst freebsd-ports-gnome-88fe9e1589a476826982d6e80580bbdaccb2ee3b.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php-memcache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/php-memcache/Makefile b/databases/php-memcache/Makefile index 15db678b2337..944e2921f425 100644 --- a/databases/php-memcache/Makefile +++ b/databases/php-memcache/Makefile @@ -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} |