Date: Mon, 09 May 2016 13:28:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209394] mail/roundcube: ignore with PHP 7 Message-ID: <bug-209394-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209394 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@FreeBSD.org Reporter: pkubaj@anongoth.pl Assignee: ale@FreeBSD.org Flags: maintainer-feedback?(ale@FreeBSD.org) Roundcube doesn't work with PHP 7, so add it to Makefile: Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 414821) +++ Makefile (working copy) @@ -25,7 +25,7 @@ WANT_PHP_WEB=3D yes USE_PHP=3D pcre mbstring session iconv dom xml json intl zip filter -IGNORE_WITH_PHP=3D52 +IGNORE_WITH_PHP=3D70 OPTIONS_DEFINE=3D SSL LDAP GD PSPELL NSC DOCS OPTIONS_SINGLE=3D DB We don't have PHP 5.2 in ports anyway. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209394-13>