misc/146355: [patch] lang/php5: add OPTION for PCRE selection

Frank Wall fw at moov.de
Thu May 6 11:10:02 UTC 2010


>Number:         146355
>Category:       misc
>Synopsis:       [patch] lang/php5: add OPTION for PCRE selection
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 06 11:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Frank Wall
>Release:        7.1-RELEASE-p4
>Organization:
>Environment:
FreeBSD 7.1-RELEASE-p4 FreeBSD 7.1-RELEASE-p4 #0: Sun Mar 22 09:43:46 UTC 2009     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
PHP 5.3 has bundled PCRE support which should be activated by default to avoid build problems. The patch adds a new OPTION to make it configurable.

Please see FreeBSD Forums if you want more information about the build problems:
http://forums.freebsd.org/showthread.php?p=81416
>How-To-Repeat:

>Fix:
apply the patch

Patch attached with submission follows:

--- lang/php5/Makefile.orig	2010-04-16 15:52:11.000000000 +0200
+++ lang/php5/Makefile	2010-05-06 12:59:56.000000000 +0200
@@ -36,6 +36,7 @@
 OPTIONS=	CLI "Build CLI version" on \
 		CGI "Build CGI version" on \
 		APACHE "Build Apache module" off \
+		BUNDLED_PCRE "Use bundled PCRE" on \
 		DEBUG "Enable debug" off \
 		SUHOSIN "Enable Suhosin protection system" on \
 		MULTIBYTE "Enable zend multibyte support" off \


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


More information about the freebsd-bugs mailing list