Bug 170776

Summary: textproc/libmrss fix for php
Product: Ports & Packages Reporter: Rodrigo OSORIO <rodrigo>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libmrss.patch none

Description Rodrigo OSORIO 2012-08-20 02:50:12 UTC
	Attached to this PR a patch to fix the broken state of the port. 
	This PR only fix the PHP issue and don't resolve the other warnings reported by portlint.

	This issue seems to be caused by the use of function_entry who seems to be deprecate for
	php 5.4 and later and must be replaced by zend_function_entry. Some forums point this
	URL as an explanation : https://bugs.php.net/bug.php?id=60016
	I'll propagate the fix upstream for the future versions but, imho, the following patch must be 
	commited to unbroke the port.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-20 02:50:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Rodrigo OSORIO 2012-11-19 17:48:10 UTC
Hi,

After a little discussion with bapt@ He suggest me to cut this port,
a simple libmrss port without php (less dependencies) and libmrss-php
if you plan to use it with php.

Meanwhile, this PR can be closed without action.

Regards.
- rodrigo
Comment 3 Baptiste Daroussin freebsd_committer freebsd_triage 2012-12-05 17:16:37 UTC
State Changed
From-To: open->closed

Committed. Thanks!