Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 16:38:53 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337037 - head/devel/php-xdebug
Message-ID:  <201312201638.rBKGcrBd036513@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri Dec 20 16:38:53 2013
New Revision: 337037
URL: http://svnweb.freebsd.org/changeset/ports/337037

Log:
  - Configure as a Zend extension rather than a normal php extension
  
  PR:		ports/182916
  Submitted by:	Kimo <kimor79@yahoo.com>
  Approved by:	maintainer timeout (freebsd-ports-maintainers@intermedix.com, >2 months)

Modified:
  head/devel/php-xdebug/Makefile

Modified: head/devel/php-xdebug/Makefile
==============================================================================
--- head/devel/php-xdebug/Makefile	Fri Dec 20 16:37:22 2013	(r337036)
+++ head/devel/php-xdebug/Makefile	Fri Dec 20 16:38:53 2013	(r337037)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xdebug
 PORTVERSION=	2.2.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.xdebug.org/files/
 PKGNAMEPREFIX=	php-
@@ -15,8 +16,8 @@ LICENSE=	BSD
 
 CONFIGURE_ARGS=	--enable-xdebug
 USE_PHP=	yes
-USE_PHPEXT=	yes
 USE_PHPIZE=	yes
+USE_ZENDEXT=	yes
 SUB_FILES=	pkg-message
 
 PKGMESSAGE=	${WRKDIR}/pkg-message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201638.rBKGcrBd036513>