ports/171094: [patch] mark mail/squirrelmail broken with php-5.4

Adam Weinberger adamw at FreeBSD.org
Sun Aug 26 20:30:06 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list