Bug 171094 - [patch] mark mail/squirrelmail broken with php-5.4
Summary: [patch] mark mail/squirrelmail broken with php-5.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 21:30 UTC by Adam Weinberger
Modified: 2012-09-07 19:20 UTC (History)
0 users

See Also:


Attachments
sq_php54.patch (359 bytes, patch)
2012-08-26 21:30 UTC, Adam Weinberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Weinberger freebsd_committer freebsd_triage 2012-08-26 21:30:05 UTC
squirrelmail-stable (1.4.22) is known to be incompatible with php-5.4. The
website says it's fixed (to some degree) in snapshots, but it's been well
over a year since 1.4.22 was released. Until the next version of sm gets
released, or unless the php-5.4 fixes are backported, I'd suggest marking
the squirrelmail port as incompatible with php-5.4 to prevent unnecessary
head-scratching and hair-clawing.

The attached patch simply marks the port as not working with php-5.4.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-26 21:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-07 19:17:13 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Thomas Abthorpe freebsd_committer freebsd_triage 2012-09-07 19:18:04 UTC
State Changed
From-To: open->closed

Committed. Thanks!