Bug 138627 - [UPDATE] mail/roundcube add dependency on php5-xml
Summary: [UPDATE] mail/roundcube add dependency on php5-xml
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Dupre
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-08 10:10 UTC by Edmondas Girkantas
Modified: 2009-09-08 16:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Edmondas Girkantas 2009-09-08 10:10:00 UTC
After last update to 0.3 version some users can have problems, because new roundcube depends on utf8_encode function from xml library.

Fix: 

WANT_PHP_WEB=  yes
-USE_PHP=       pcre mbstring session iconv dom
+USE_PHP=       pcre mbstring session iconv dom xml
 IGNORE_WITH_PHP=4

 SUB_FILES=     pkg-install--L8BF4QFxAuakVdNBDC3gwbTWKM196BTIueCKHDLyx3h6Z4bI
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -ruN roundcube.orig/Makefile roundcube/Makefile
--- roundcube.orig/Makefile     2009-09-08 11:55:51.000000000 +0300
+++ roundcube/Makefile  2009-09-08 12:05:04.000000000 +0300
@@ -25,7 +25,7 @@
                WWWDIR=${WWWDIR}
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-09-08 10:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2009-09-08 15:26:39 UTC
State Changed
From-To: open->feedback

xml extension is not required. Teel me which problem do you have.
Comment 3 Alex Dupre freebsd_committer freebsd_triage 2009-09-08 15:57:47 UTC
State Changed
From-To: feedback->closed

Committed, thanks.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-09-08 15:57:48 UTC
ale         2009-09-08 14:57:39 UTC

  FreeBSD ports repository

  Modified files:
    mail/roundcube       Makefile 
  Log:
  - Add optional support for ldap address books
  - Add optional support internal spell checker
  - spellcheck.php is now recommended only for network use
  - Add php-xml as required extension [1]
  
  PR:             ports/138627 [1]
  Submitted by:   Edmondas Girkantas <eg@fbsd.lt> [1]
  
  Revision  Changes    Path
  1.53      +16 -5     ports/mail/roundcube/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"