Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Aug 2012 16:26:48 -0400 (EDT)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171094: [patch] mark mail/squirrelmail broken with php-5.4
Message-ID:  <20120826202648.A91D94574D@apnoea.adamw.org>
Resent-Message-ID: <201208262030.q7QKU69I060617@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171094
>Category:       ports
>Synopsis:       [patch] mark mail/squirrelmail broken with php-5.4
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 26 20:30:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Adam Weinberger
>Release:        FreeBSD 9.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD apnoea.adamw.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0: Sat Aug 25 18:46:02 EDT 2012 root@apnoea.adamw.org:/usr/obj/usr/src/sys/PEEP i386


	
>Description:

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.
>How-To-Repeat:
	
>Fix:

	

--- sq_php54.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 303206)
+++ Makefile	(working copy)
@@ -20,6 +20,7 @@
 
 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; see WWW
 
 USE_BZIP2=	yes
 USE_GETTEXT=	yes
--- sq_php54.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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