Bug 145626

Summary: lang/php5-5.3.2 no longer depends on php5-mhash or security/mhash
Product: Ports & Packages Reporter: neil
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description neil 2010-04-11 12:40:05 UTC
PHP-5.3.x emulates mhash through its internal API. security/php5-mhash
no longer exists.

Fix: 

I think mhash_DEPENDS needs to come out of /usr/ports/Mk/bsd.php.mk
How-To-Repeat: N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-11 12:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2010-04-12 09:13:50 UTC
Responsible Changed
From-To: roam->ale

I think this should rather be addressed to the PHP maintainer :)
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2010-04-12 09:15:22 UTC
State Changed
From-To: open->closed

mhash functions still exist, and php4 still have mhash.
Comment 4 neil 2010-04-12 10:55:33 UTC
So, how about making the depends on security/mhash conditional and only enable 
it for PHP < 5.3?

Having a library present on a system that is not being used by anything just 
seems daft, to me.