Bug 151165

Summary: lang/php5 5.3.3_2 has undocumented version dependence on pcre library, causing php web sites to fail
Product: Ports & Packages Reporter: John Levine <hostmaster>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description John Levine 2010-10-03 03:10:00 UTC
php applications using php 5.3.3 fail if the pcre library is too old

Fix: 

In the port Makefile, add this line to require pcre library at least as current as the one bundled with the PHP source:

RUN_DEPENDS=	pcre>=8.02:${PORTSDIR}/devel/pcre
How-To-Repeat: Build php with pcre library older than 8.0
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-06 08:26:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2010-10-06 08:42:00 UTC
State Changed
From-To: open->closed

You are supposed to use the latest versions of ports.