--- devel/Makefile +++ devel/Makefile @@ -4110,7 +4110,6 @@ SUBDIR += pecl-weakref SUBDIR += pecl-weakref2 SUBDIR += pecl-xdebug - SUBDIR += pecl-xdebug-devel SUBDIR += pecl-xdebug25 SUBDIR += pecl-xhprof SUBDIR += pecl-yac --- devel/pecl-xdebug-devel/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Luca Pizzamiglio -# $FreeBSD$ - -PORTNAME= xdebug -DISTVERSION= 2.7.0beta1 -CATEGORIES= devel pear -PKGNAMESUFFIX= -devel - -MAINTAINER= pizzamig@FreeBSD.org -COMMENT= Xdebug extension for PHP - -LICENSE= PHP30 -LICENSE_FILE= ${WRKSRC}/LICENSE - -IGNORE_WITH_PHP= 71 - -USES= php:pecl,zend tar:tgz - -CONFIGURE_ARGS= --enable-xdebug - -SUB_FILES= pkg-message - -.include --- devel/pecl-xdebug-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1539096489 -SHA256 (PECL/xdebug-2.7.0beta1.tgz) = 90a0ceaf95c7d936113ed0d7474f16978ec2277453be69239d92d0523e0910be -SIZE (PECL/xdebug-2.7.0beta1.tgz) = 226296 --- devel/pecl-xdebug-devel/files/patch-xdebug__compat.h +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 --- devel/pecl-xdebug-devel/files/pkg-message.in +++ /dev/null @@ -1,21 +0,0 @@ -***************************************************************************** -The php debugger 'xdebug' has been installed successful. -Add a line containing - - extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so - -or - - zend_extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so - -to your php.ini to load it. xdebug is not compatible with the extension -'Zend Optimizer' - you're only able to use one of them. So take care having -at least the lesser required extension disabled by commenting out it's -loader line in your php.ini. - -Add following section to enable profiling: - -xdebug.profiler_enable = 1 -xdebug.profiler_output_dir = /tmp/profiler - -***************************************************************************** --- devel/pecl-xdebug-devel/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -The Xdebug extension helps you debugging your script by providing a lot of -valuable debug information. The debug information that Xdebug can provide -includes the following: - - * stack and function traces in error messages with: - o full parameter display for user defined functions - o function name, file name and line indications - o support for member functions - * memory allocation - * protection for infinite recursions - -Xdebug also provides: - - * profiling information for PHP scripts - * script execution analysis - * capabilities to debug your scripts interactively with a debug client - -Beta Version! The only one supporting PHP 7.3 - -WWW: http://www.xdebug.org/ --- devel/pecl-xdebug/Makefile +++ devel/pecl-xdebug/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xdebug -DISTVERSION= 2.6.1 +DISTVERSION= 2.7.0 CATEGORIES= devel pear MAINTAINER= pizzamig@FreeBSD.org @@ -11,8 +11,6 @@ COMMENT= Xdebug extension for PHP LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 73 - CONFIGURE_ARGS= --enable-xdebug USES= php:pecl,zend tar:tgz --- devel/pecl-xdebug/distinfo +++ devel/pecl-xdebug/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1539102067 -SHA256 (PECL/xdebug-2.6.1.tgz) = dae691d6c052073b886e0c6e1306a707bca9fd18a1e3485384ef6c4aacf1bd77 -SIZE (PECL/xdebug-2.6.1.tgz) = 283961 +TIMESTAMP = 1553502110 +SHA256 (PECL/xdebug-2.7.0.tgz) = e896da91ce0373f5fd8f4ca392c68da8593932ad51b2ec5eb3ee032b50d4b2d6 +SIZE (PECL/xdebug-2.7.0.tgz) = 230326