[Bug 209394] mail/roundcube: ignore with PHP 7

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 9 13:28:57 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209394

            Bug ID: 209394
           Summary: mail/roundcube: ignore with PHP 7
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ale at FreeBSD.org
          Reporter: pkubaj at anongoth.pl
          Assignee: ale at FreeBSD.org
             Flags: maintainer-feedback?(ale at FreeBSD.org)

Roundcube doesn't work with PHP 7, so add it to Makefile:
Index: Makefile
===================================================================
--- Makefile    (revision 414821)
+++ Makefile    (working copy)
@@ -25,7 +25,7 @@

 WANT_PHP_WEB=  yes
 USE_PHP=       pcre mbstring session iconv dom xml json intl zip filter
-IGNORE_WITH_PHP=52
+IGNORE_WITH_PHP=70

 OPTIONS_DEFINE=        SSL LDAP GD PSPELL NSC DOCS
 OPTIONS_SINGLE=        DB



We don't have PHP 5.2 in ports anyway.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list