Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Dec 2006 07:56:26 -0800
From:      Joseph Olatt <joji@eskimo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/106402: php5-dom fails to build after fresh cvsup of ports
Message-ID:  <20061206075626.A25527@eskimo.com>
In-Reply-To: <200612060350.kB63o54R044289@freefall.freebsd.org>; from FreeBSD-gnats-submit@FreeBSD.org on Wed, Dec 06, 2006 at 03:50:05AM %2B0000
References:  <200612060340.kB63eHOI003727@www.freebsd.org> <200612060350.kB63o54R044289@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The problem was that PHP5 was at version 5.1.6 and textproc/php5-dom was
at version 5.2.0. Last night after submitting the bug report, I upgraded
PHP5 to version 5.2.0 and textproc/php5-dom built fine this morning.

Between installing PHP5 and textproc/php5-dom, I had refreshed the ports
tree and that was what was causing the build failure.

If it is possible to have something like the following in the Makefile
for php5-dom, it would prevent other people from having similar
problems. 

.if ${PHP5_LEVEL} < 5.1.9
IGNORE= requires PHP5 5.2.x or later
.endif


On Wed, Dec 06, 2006 at 03:50:05AM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/106402'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
> 
> You can access the state of your problem report at any time
> via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=106402
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       php5-dom fails to build after fresh cvsup of ports
> >Arrival-Date:   Wed Dec 06 03:50:05 GMT 2006



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