Date: Thu, 6 Sep 2012 16:13:31 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303782 - head/devel/php-xdebug Message-ID: <201209061613.q86GDVrA048412@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Thu Sep 6 16:13:30 2012 New Revision: 303782 URL: http://svn.freebsd.org/changeset/ports/303782 Log: Do not force DEFAULT_PHP_VER to version 5, let bsd.php.mk figure it out. This allows xdebug to work with all PHP versions again. PR: ports/170614 Approved by: maintainer timeout Modified: head/devel/php-xdebug/Makefile (contents, props changed) Modified: head/devel/php-xdebug/Makefile ============================================================================== --- head/devel/php-xdebug/Makefile Thu Sep 6 16:01:49 2012 (r303781) +++ head/devel/php-xdebug/Makefile Thu Sep 6 16:13:30 2012 (r303782) @@ -20,7 +20,6 @@ USE_PHP= yes USE_PHPEXT= yes USE_PHPIZE= yes SUB_FILES= pkg-message -DEFAULT_PHP_VER= 5 PKGMESSAGE= ${WRKDIR}/pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209061613.q86GDVrA048412>