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
This commit is contained in:
parent
3ca4c43737
commit
3c835018f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306833
1 changed files with 6 additions and 0 deletions
|
@ -18,7 +18,13 @@ COMMENT= A webmail system which accesses mail over IMAP
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue