Bug 75350 - Update port: sysutils/pear-Log to 1.8.7
Summary: Update port: sysutils/pear-Log to 1.8.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-21 10:50 UTC by Antonio Carlos Venancio Junior
Modified: 2005-01-09 04:48 UTC (History)
0 users

See Also:


Attachments
file.diff (2.09 KB, patch)
2004-12-21 10:50 UTC, Antonio Carlos Venancio Junior
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Carlos Venancio Junior 2004-12-21 10:50:20 UTC
+ update port: sysutils/pear-Log to 1.8.7
  + changelog: http://pear.php.net/package/Log/download/1.8.7
+ check PHP version
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-21 22:16:10 UTC
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 



Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2004-12-21 22:16:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

I'll handle it with submitter.
Comment 3 Antonio Carlos Venancio Junior 2005-01-03 13:06:35 UTC
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
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2005-01-09 04:47:59 UTC
State Changed
From-To: feedback->closed

Commited, thanks!