summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-04-09 10:10:56 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2019-04-09 10:10:56 +0000
commitd741d40d75eab7aeb59e86cf967d1c5fc090c515 (patch)
tree7d42f15ff89a940e8e0174f28199c1e4220084c2
parentUpgrade Samba 4.8 to the 4.8.11, addressing CVE-2019-3880. (diff)
devel/pecl-xdebug25 devel/pecl-xdebug-devel: Remove obsolete ports
pecl-xdebug25 was kept to support PHP 5.6, already expired and removed pecl-xdebug-devel was useful to support the coming PHP 7.3. Now, with a stable release that support all available PHP version, the -devel ports is no longer necessary PR: 236773 Sponsored by: trivago N.V.
Notes
Notes: svn path=/head/; revision=498475
-rw-r--r--MOVED2
-rw-r--r--devel/Makefile2
-rw-r--r--devel/pecl-xdebug-devel/Makefile23
-rw-r--r--devel/pecl-xdebug-devel/distinfo3
-rw-r--r--devel/pecl-xdebug-devel/files/patch-xdebug__compat.h11
-rw-r--r--devel/pecl-xdebug-devel/files/pkg-message.in21
-rw-r--r--devel/pecl-xdebug-devel/pkg-descr20
-rw-r--r--devel/pecl-xdebug25/Makefile26
-rw-r--r--devel/pecl-xdebug25/distinfo3
-rw-r--r--devel/pecl-xdebug25/files/patch-xdebug__com.c10
-rw-r--r--devel/pecl-xdebug25/files/pkg-message.in15
-rw-r--r--devel/pecl-xdebug25/pkg-descr19
12 files changed, 2 insertions, 153 deletions
diff --git a/MOVED b/MOVED
index 52c376a36780..bc5b3eea92a3 100644
--- a/MOVED
+++ b/MOVED
@@ -12175,3 +12175,5 @@ x11/xbelld||2019-04-04|Has expired: Depends on audio/esound
devel/mkcmd||2019-04-04|Removed, depends on expired devel/msrc0
devel/msrc0||2019-04-04|Has expired: No longer required as comms/conserver is being retired.
sysutils/curly||2019-04-04|Removed, depends on expired devel/msrc0
+devel/pecl-xdebug25|devel/pecl-xdebug|2019-04-09|Has expired: Please use pecl/xdebug which uses latest version
+devel/pecl-xdebug-devel|devel/pecl-xdebug|2019-04-09|Development version no longer necessary
diff --git a/devel/Makefile b/devel/Makefile
index f3d81553c2ee..bc4e53988166 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4059,8 +4059,6 @@
SUBDIR += pecl-vld
SUBDIR += pecl-weakref2
SUBDIR += pecl-xdebug
- SUBDIR += pecl-xdebug-devel
- SUBDIR += pecl-xdebug25
SUBDIR += pecl-yac
SUBDIR += pecl-yaconf
SUBDIR += pecl-zookeeper
diff --git a/devel/pecl-xdebug-devel/Makefile b/devel/pecl-xdebug-devel/Makefile
deleted file mode 100644
index d5f2f1b3d556..000000000000
--- a/devel/pecl-xdebug-devel/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Luca Pizzamiglio <luca.pizzamiglio@trivago.com>
-# $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 <bsd.port.mk>
diff --git a/devel/pecl-xdebug-devel/distinfo b/devel/pecl-xdebug-devel/distinfo
deleted file mode 100644
index a9a189264af2..000000000000
--- a/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
diff --git a/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h b/devel/pecl-xdebug-devel/files/patch-xdebug__compat.h
deleted file mode 100644
index f631c585edff..000000000000
--- a/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
diff --git a/devel/pecl-xdebug-devel/files/pkg-message.in b/devel/pecl-xdebug-devel/files/pkg-message.in
deleted file mode 100644
index 40b8ca11dcb6..000000000000
--- a/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
-
-*****************************************************************************
diff --git a/devel/pecl-xdebug-devel/pkg-descr b/devel/pecl-xdebug-devel/pkg-descr
deleted file mode 100644
index 6559c98759f1..000000000000
--- a/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/
diff --git a/devel/pecl-xdebug25/Makefile b/devel/pecl-xdebug25/Makefile
deleted file mode 100644
index 9e212319dd77..000000000000
--- a/devel/pecl-xdebug25/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Jens Rehsack <rehsack@liwing.de>
-# $FreeBSD$
-
-PORTNAME= xdebug
-PORTVERSION= 2.5.5
-PORTREVISION= 1
-CATEGORIES= devel pear
-PKGNAMESUFFIX= 25
-
-MAINTAINER= pizzamig@FreeBSD.org
-COMMENT= Xdebug extension for PHP
-
-LICENSE= PHP30
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-IGNORE_WITH_PHP= 72 73
-
-USES= php:pecl,zend
-
-CONFIGURE_ARGS= --enable-xdebug
-
-SUB_FILES= pkg-message
-
-PORTSCOUT= limit=^2\.5\.
-
-.include <bsd.port.mk>
diff --git a/devel/pecl-xdebug25/distinfo b/devel/pecl-xdebug25/distinfo
deleted file mode 100644
index ab2cc250b5ed..000000000000
--- a/devel/pecl-xdebug25/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1515538532
-SHA256 (PECL/xdebug-2.5.5.tgz) = 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4
-SIZE (PECL/xdebug-2.5.5.tgz) = 279491
diff --git a/devel/pecl-xdebug25/files/patch-xdebug__com.c b/devel/pecl-xdebug25/files/patch-xdebug__com.c
deleted file mode 100644
index 96256283258a..000000000000
--- a/devel/pecl-xdebug25/files/patch-xdebug__com.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- xdebug_com.c.orig 2016-12-28 02:42:57 UTC
-+++ xdebug_com.c
-@@ -26,6 +26,7 @@
- # include <sys/poll.h>
- # include <unistd.h>
- # include <sys/socket.h>
-+# include <netinet/in.h>
- # include <netinet/tcp.h>
- # include <netdb.h>
- #else
diff --git a/devel/pecl-xdebug25/files/pkg-message.in b/devel/pecl-xdebug25/files/pkg-message.in
deleted file mode 100644
index d3960b2f56f2..000000000000
--- a/devel/pecl-xdebug25/files/pkg-message.in
+++ /dev/null
@@ -1,15 +0,0 @@
-*****************************************************************************
-The php debugger 'xdebug' has been installed successful.
-
-It has been automatically enabled.
-
-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 its %%PREFIX%%/etc/php/ext-* file.
-
-Add following section to enable profiling:
-
-xdebug.profiler_enable = 1
-xdebug.profiler_output_dir = /tmp/profiler
-
-*****************************************************************************
diff --git a/devel/pecl-xdebug25/pkg-descr b/devel/pecl-xdebug25/pkg-descr
deleted file mode 100644
index afbb8bcb4314..000000000000
--- a/devel/pecl-xdebug25/pkg-descr
+++ /dev/null
@@ -1,19 +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
-
-WWW: https://www.xdebug.org/
-WWW: https://pecl.php.net/package/xdebug