Bug 139742

Summary: mail/roundcube 0.3-stable dependencies are missing
Product: Ports & Packages Reporter: p.moulin <spamtrap-mail-address-2009-10-19>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description p.moulin 2009-10-18 23:50:03 UTC
roundcube 0.3-Stable seems to depends on /usr/ports/textproc/php5-xml and 
/usr/ports/textproc/php5-dom . 
Without theses php5 plugins, it displays white-pages while logging:

[19-Oct-2009 00:27:41] PHP Warning:  include(DOMDocument.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /usr/local/www/roundcube/program/include/iniset.php on line 104
[19-Oct-2009 00:27:41] PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening 'DOMDocument.php' for inclusion (include_path='/usr/local/www/roundcube/:/usr/local/www/roundcube/program:/usr/local/www/roundcube/program/lib:/usr/local/www/roundcube/program/include:/usr/local/share/phpmailer2:.') in /usr/local/www/roundcube/program/include/iniset.php on line 104
[19-Oct-2009 00:27:41] PHP Fatal error:  Class 'DOMDocument' not found in /usr/local/www/roundcube/program/lib/washtml.php on line 247

Fix: 

Add depend on /usr/ports/textproc/php5-xml and /usr/ports/textproc/php5-dom in ports makefile.
How-To-Repeat: install roundcube on php with minimal php5's plugins enabled.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-10-19 04:08:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Fix synopsis and assign.
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2009-10-19 06:40:37 UTC
State Changed
From-To: open->closed

Thera are already such dependencies.