Bug 187016

Summary: lang/php5: failure of the php port when it is made with gd
Product: Ports & Packages Reporter: Mike Tempinski <mike.tempinski>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Mike Tempinski 2014-02-25 03:20:00 UTC
I had a problem when I was trying to make the php 5 and php 5.5 ports.

The 'make' command stops on errors while it is trying to make 'GD', because it can't find freetype.h.

Fix: 

In port-grahics-php-gd the file is looking for freetype.h in 
'include/freetype2/freetype' and it should be looking for it in 'include/freetype2'

It successfully built php5 after erasing the '/freetype'.
How-To-Repeat: type make and hit enter
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-02-25 05:29:07 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 2014-02-25 09:34:46 UTC
State Changed
From-To: open->closed

Your are trying to build an outdated php port.