From owner-svn-ports-head@FreeBSD.ORG Fri Nov 2 01:55:14 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5F39933B; Fri, 2 Nov 2012 01:55:14 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 476B98FC15; Fri, 2 Nov 2012 01:55:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA21tEJV020208; Fri, 2 Nov 2012 01:55:14 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA21tEaL020204; Fri, 2 Nov 2012 01:55:14 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201211020155.qA21tEaL020204@svn.freebsd.org> From: Adam Weinberger Date: Fri, 2 Nov 2012 01:55:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306833 - head/mail/squirrelmail X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 01:55:14 -0000 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