Date: Wed, 08 Oct 2014 13:55:45 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194242] New: www/roundcube needs PHP fileinfo extension Message-ID: <bug-194242-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194242 Bug ID: 194242 Summary: www/roundcube needs PHP fileinfo extension Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: vivek@khera.org Created attachment 148095 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148095&action=edit patch Makefile to add fileinfo extension dependency After installing 1.0.3, the update script complains about mime_magic not working. this seems to be due to the PHP fileinfo extension not being installed: [root@webmail]# bin/update.sh What version are you upgrading from? Type '?' if you don't know. ? WARNING: File type detection doesn't work properly! Please check the 'mime_magic' config option or the finfo functions of PHP and run this script again. WARNING: Mimetype to file extension mapping doesn't work properly! Please check the 'mime_types' config option and run this script again. Executing database schema update. This instance of Roundcube is up-to-date. Have fun! after installing PHP fileinfo extension: [root@webmail]# bin/update.sh What version are you upgrading from? Type '?' if you don't know. ? WARNING: Mimetype to file extension mapping doesn't work properly! Please check the 'mime_types' config option and run this script again. Executing database schema update. This instance of Roundcube is up-to-date. Have fun! The mime_types warning I have no idea how to get rid of. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194242-13>