Bug 73374

Summary: Port sysutils/pecl-fileinfo doesnt like libmagic lib.
Product: Ports & Packages Reporter: Charlie & <root>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Charlie & 2004-11-01 09:30:26 UTC
The port sysutils/pecl-fileinfo is broken on FreeBSD 5.3-RC1.
Try to make this port and you'll run into the issue that pecl-fileinfo
doesnt like the libmagic lib in /usr/lib .....
I dont know why. Below the output of make install of the port:

===>  Vulnerability check disabled, database not found
===>  Extracting for pecl-fileinfo-0.2

Fix: 

Sorry, i don't know. :-(
How-To-Repeat: Go to ports/sysutils/pecl-fileinfo and do a make install there.
Comment 1 Alex Dupre freebsd_committer freebsd_triage 2004-11-02 06:51:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Mine.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2004-11-25 07:18:44 UTC
State Changed
From-To: open->closed

Fixed in -current, thanks!
Comment 3 loadx 2005-02-21 14:39:07 UTC
Found a simple fix for this on a forum:

 cp /usr/src/contrib/file/magic.h /usr/include/

Run make again, and you should have no more problems.