From owner-svn-ports-head@FreeBSD.ORG Fri Sep 7 18:16:58 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 9F8181065670; Fri, 7 Sep 2012 18:16:58 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 89A308FC08; Fri, 7 Sep 2012 18:16:58 +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 q87IGwAT042635; Fri, 7 Sep 2012 18:16:58 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q87IGw3k042633; Fri, 7 Sep 2012 18:16:58 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209071816.q87IGw3k042633@svn.freebsd.org> From: Thomas Abthorpe Date: Fri, 7 Sep 2012 18:16:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303815 - head/mail/squirrelmail X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Sep 2012 18:16:58 -0000 Author: tabthorpe Date: Fri Sep 7 18:16:57 2012 New Revision: 303815 URL: http://svn.freebsd.org/changeset/ports/303815 Log: - Mark IGNORE_WITH_PHP=5 - There is a known compatibility issue with php-5.4, use php-5.3 instead PR: ports/171094 Submitted by: adamw Modified: head/mail/squirrelmail/Makefile Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Fri Sep 7 18:11:22 2012 (r303814) +++ head/mail/squirrelmail/Makefile Fri Sep 7 18:16:57 2012 (r303815) @@ -20,6 +20,7 @@ COMMENT= A webmail system which accesses USE_PHP= session mhash gettext mbstring pcre openssl xml WANT_PHP_WEB= yes +IGNORE_WITH_PHP=5 # known incompatibilities with php-5.4, use 5.3 for now USE_BZIP2= yes USE_GETTEXT= yes