Bug 162568

Summary: lang/php5 with FPM compile problems
Product: Ports & Packages Reporter: Paralon <paralon05>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Paralon 2011-11-14 23:00:19 UTC
php with fpm failed to compile

/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c: In function 'fpm_socket_get_listening_queue':
/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c:400: error: 'struct tcp_info' has no member named 'tcpi_sacked'
/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c:405: error: 'struct tcp_info' has no member named 'tcpi_unacked'
/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c:409: error: 'struct tcp_info' has no member named 'tcpi_sacked'

Fix: 

just replace in file fpm_sockets.c :
1)info.tcpi_sacked => info.__tcpi_sacked
2)info.tcpi_unacked => info.__tcpi_unacked
How-To-Repeat: compile php with fpm
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2011-11-15 07:54:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Fix synopsis and assign.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2011-11-18 10:29:21 UTC
State Changed
From-To: open->closed

It should be fixed now.