From owner-svn-ports-head@freebsd.org Mon Mar 19 10:27:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6EF22F633AE; Mon, 19 Mar 2018 10:27:57 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CE45681F9; Mon, 19 Mar 2018 10:27:57 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17B8B57CB; Mon, 19 Mar 2018 10:27:57 +0000 (UTC) (envelope-from pizzamig@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2JARuTM008214; Mon, 19 Mar 2018 10:27:56 GMT (envelope-from pizzamig@FreeBSD.org) Received: (from pizzamig@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2JARutt008208; Mon, 19 Mar 2018 10:27:56 GMT (envelope-from pizzamig@FreeBSD.org) Message-Id: <201803191027.w2JARutt008208@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pizzamig set sender to pizzamig@FreeBSD.org using -f From: Luca Pizzamiglio Date: Mon, 19 Mar 2018 10:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465006 - in head/devel: . pecl-xdebug26 pecl-xdebug26/files X-SVN-Group: ports-head X-SVN-Commit-Author: pizzamig X-SVN-Commit-Paths: in head/devel: . pecl-xdebug26 pecl-xdebug26/files X-SVN-Commit-Revision: 465006 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2018 10:27:57 -0000 Author: pizzamig Date: Mon Mar 19 10:27:56 2018 New Revision: 465006 URL: https://svnweb.freebsd.org/changeset/ports/465006 Log: devel/pecl-xdebug26: Re-add to portstree as copy of pecl-xdebug xdebug 2.6 drop the php5 support, so xdebug26 is php7 only. xdebug 2.5.x is still available for php5. Reported by: dbaio@ Sponsored by: trivago N.V. Added: head/devel/pecl-xdebug26/ - copied from r465001, head/devel/pecl-xdebug/ Modified: head/devel/Makefile head/devel/pecl-xdebug26/Makefile head/devel/pecl-xdebug26/distinfo head/devel/pecl-xdebug26/files/pkg-message.in head/devel/pecl-xdebug26/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Mar 19 10:25:12 2018 (r465005) +++ head/devel/Makefile Mon Mar 19 10:27:56 2018 (r465006) @@ -4022,6 +4022,7 @@ SUBDIR += pecl-weakref SUBDIR += pecl-weakref2 SUBDIR += pecl-xdebug + SUBDIR += pecl-xdebug26 SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-yaconf Modified: head/devel/pecl-xdebug26/Makefile ============================================================================== --- head/devel/pecl-xdebug/Makefile Mon Mar 19 09:33:17 2018 (r465001) +++ head/devel/pecl-xdebug26/Makefile Mon Mar 19 10:27:56 2018 (r465006) @@ -1,10 +1,10 @@ -# Created by: Jens Rehsack +# Created by: Luca Pizzamiglio # $FreeBSD$ PORTNAME= xdebug -PORTVERSION= 2.5.5 -PORTREVISION= 1 +DISTVERSION= 2.6.0 CATEGORIES= devel pear +PKGNAMESUFFIX= 26 MAINTAINER= pizzamig@FreeBSD.org COMMENT= Xdebug extension for PHP @@ -12,10 +12,10 @@ COMMENT= Xdebug extension for PHP LICENSE= PHP30 LICENSE_FILE= ${WRKSRC}/LICENSE -IGNORE_WITH_PHP= 72 +IGNORE_WITH_PHP= 56 CONFIGURE_ARGS= --enable-xdebug -USES= php:pecl,zend +USES= php:pecl,zend tar:tgz SUB_FILES= pkg-message Modified: head/devel/pecl-xdebug26/distinfo ============================================================================== --- head/devel/pecl-xdebug/distinfo Mon Mar 19 09:33:17 2018 (r465001) +++ head/devel/pecl-xdebug26/distinfo Mon Mar 19 10:27:56 2018 (r465006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515538532 -SHA256 (PECL/xdebug-2.5.5.tgz) = 72108bf2bc514ee7198e10466a0fedcac3df9bbc5bd26ce2ec2dafab990bf1a4 -SIZE (PECL/xdebug-2.5.5.tgz) = 279491 +TIMESTAMP = 1521120354 +SHA256 (PECL/xdebug-2.6.0.tgz) = b5264cc03bf68fcbb04b97229f96dca505d7b87ec2fb3bd4249896783d29cbdc +SIZE (PECL/xdebug-2.6.0.tgz) = 283644 Modified: head/devel/pecl-xdebug26/files/pkg-message.in ============================================================================== --- head/devel/pecl-xdebug/files/pkg-message.in Mon Mar 19 09:33:17 2018 (r465001) +++ head/devel/pecl-xdebug26/files/pkg-message.in Mon Mar 19 10:27:56 2018 (r465006) @@ -1,11 +1,17 @@ ***************************************************************************** The php debugger 'xdebug' has been installed successful. +Add a line containing -It has been automatically enabled. + extension=%%PREFIX%%/lib/php/%%PHP_EXT_DIR%%/xdebug.so -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. +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: Modified: head/devel/pecl-xdebug26/pkg-descr ============================================================================== --- head/devel/pecl-xdebug/pkg-descr Mon Mar 19 09:33:17 2018 (r465001) +++ head/devel/pecl-xdebug26/pkg-descr Mon Mar 19 10:27:56 2018 (r465006) @@ -15,5 +15,4 @@ Xdebug also provides: * 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 +WWW: http://www.xdebug.org/