svn commit: r306833 - head/mail/squirrelmail
Adam Weinberger
adamw at FreeBSD.org
Fri Nov 2 01:55:14 UTC 2012
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
More information about the svn-ports-head
mailing list