Date: Fri, 2 Nov 2012 01:55:14 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306833 - head/mail/squirrelmail Message-ID: <201211020155.qA21tEaL020204@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Fri Nov 2 01:55:13 2012 New Revision: 306833 URL: http://svn.freebsd.org/changeset/ports/306833 Log: I know that the error for php-5.4 incompatibility confusingly says that squirrelmail is incompatible with php-5 entirely, but it is just php-5.4 that it is incompatible with. I'm adding some more verbose and setting the default to 5.3 if php isn't installed, but there's not a lot else I can do. There is an open PR to make the error message more clear, but at the end of the day php-5.4 compatibility is waiting only on the SM team to make another release. Feature safe: yes Modified: head/mail/squirrelmail/Makefile Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Fri Nov 2 01:33:11 2012 (r306832) +++ head/mail/squirrelmail/Makefile Fri Nov 2 01:55:13 2012 (r306833) @@ -18,7 +18,13 @@ COMMENT= A webmail system which accesses USE_PHP= session mhash gettext mbstring pcre openssl xml WANT_PHP_WEB= yes +### Folks, please stop removing the following line and asking me why +### squirrelmail doesn't work. I know the canned error says that SM +### is incompatible with php 5, but it is just php-5.4 that it is +### incompatible with. Install lang/php53 and it will work. +### This will be fixed if/when the SM team releases the next version. IGNORE_WITH_PHP=5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER=53 USE_BZIP2= yes USE_GETTEXT= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211020155.qA21tEaL020204>