| Summary: | [UPDATE] mail/roundcube add dependency on php5-xml | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Edmondas Girkantas <edmondas> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback xml extension is not required. Teel me which problem do you have. State Changed From-To: feedback->closed Committed, thanks. 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"
|
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}