Bug 209394

Summary: mail/roundcube: ignore with PHP 7
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (ale)
pkubaj: merge-quarterly?
Version: Latest   
Hardware: Any   
OS: Any   

Description Piotr Kubaj freebsd_committer freebsd_triage 2016-05-09 13:28:56 UTC
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.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2016-05-09 13:29:40 UTC
Since 2016Q2 has PHP 7, the fix should be MFH'd.