+ update port: sysutils/pear-Log to 1.8.7 + changelog: http://pear.php.net/package/Log/download/1.8.7 + check PHP version
State Changed From-To: open->feedback I see this in the Makefile: LOCALBASE?= /usr/local .if exists(${LOCALBASE}/etc/php.conf) .include "${LOCALBASE}/etc/php.conf" .endif .if defined(PHP_VER) && ${PHP_VER} == 5 OPTIONS+= PHP_SQLITE "PHP sqlite support" off .endif .include <bsd.port.pre.mk> Can you please check if this has the same effect: .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/etc/php.conf) .include "${LOCALBASE}/etc/php.conf" .endif .if defined(PHP_VER) && ${PHP_VER} == 5 OPTIONS+= PHP_SQLITE "PHP sqlite support" off .endif ? Waiting for your reply, Edwn
Responsible Changed From-To: freebsd-ports-bugs->edwin I'll handle it with submitter.
Edwin, yes. Edwin Groothuis wrote: > Synopsis: Update port: sysutils/pear-Log to 1.8.7 > > State-Changed-From-To: open->feedback > State-Changed-By: edwin > State-Changed-When: Tue Dec 21 22:16:10 GMT 2004 > State-Changed-Why: > I see this in the Makefile: > LOCALBASE?= /usr/local > > .if exists(${LOCALBASE}/etc/php.conf) > .include "${LOCALBASE}/etc/php.conf" > .endif > > .if defined(PHP_VER) && ${PHP_VER} == 5 > OPTIONS+= PHP_SQLITE "PHP sqlite support" off > .endif > > .include <bsd.port.pre.mk> > > Can you please check if this has the same effect: > .include <bsd.port.pre.mk> > > .if exists(${LOCALBASE}/etc/php.conf) > .include "${LOCALBASE}/etc/php.conf" > .endif > > .if defined(PHP_VER) && ${PHP_VER} == 5 > OPTIONS+= PHP_SQLITE "PHP sqlite support" off > .endif > > ? > > Waiting for your reply, Edwn > > > > Responsible-Changed-From-To: freebsd-ports-bugs->edwin > Responsible-Changed-By: edwin > Responsible-Changed-When: Tue Dec 21 22:16:10 GMT 2004 > Responsible-Changed-Why: > I'll handle it with submitter. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=75350 > -- Ate' Antonio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam
State Changed From-To: feedback->closed Commited, thanks!