Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2009 09:09:15 GMT
From:      Edmondas Girkantas <eg@fbsd.lt>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/138627: [UPDATE] mail/roundcube add dependency on php5-xml
Message-ID:  <200909080909.n8899FPR088473@www.freebsd.org>
Resent-Message-ID: <200909080910.n889A1ob085067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         138627
>Category:       ports
>Synopsis:       [UPDATE] mail/roundcube add dependency on php5-xml
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 08 09:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Edmondas Girkantas
>Release:        7.2-RELEASE
>Organization:
>Environment:
FreeBSD ic405.fbsd.lt 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
After last update to 0.3 version some users can have problems, because new roundcube depends on utf8_encode function from xml library.
>How-To-Repeat:

>Fix:
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}

 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


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909080909.n8899FPR088473>