Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 18:16:58 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303815 - head/mail/squirrelmail
Message-ID:  <201209071816.q87IGw3k042633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209071816.q87IGw3k042633>