Date: Wed, 26 Dec 2018 12:07:42 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488373 - head/devel/pecl-xdebug-devel/files Message-ID: <201812261207.wBQC7gZp083859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Dec 26 12:07:41 2018 New Revision: 488373 URL: https://svnweb.freebsd.org/changeset/ports/488373 Log: This port has a typedef redefinition, which are not supported by base GCC. Remove it to fix build on GCC-based architectures. PR: 234305 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Added: head/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h (contents, props changed) Added: head/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h Wed Dec 26 12:07:41 2018 (r488373) @@ -0,0 +1,11 @@ +--- xdebug_compat.h.orig 2018-12-23 17:22:30 UTC ++++ xdebug_compat.h +@@ -75,8 +75,4 @@ zend_bool xdebug_zend_hash_apply_protection_end(HashTa + # define XDEBUG_ZEND_CONSTANT_MODULE_NUMBER(v) ((v)->module_number) + # endif + +-# if PHP_VERSION_ID < 70300 +-typedef void (*zif_handler)(INTERNAL_FUNCTION_PARAMETERS); +-# endif +- + #endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261207.wBQC7gZp083859>