svn commit: r303815 - head/mail/squirrelmail

Thomas Abthorpe tabthorpe at FreeBSD.org
Fri Sep 7 18:16:58 UTC 2012


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



More information about the svn-ports-all mailing list