Date: Thu, 6 May 2010 11:05:51 GMT From: Frank Wall <fw@moov.de> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/146355: [patch] lang/php5: add OPTION for PCRE selection Message-ID: <201005061105.o46B5p2L076133@www.freebsd.org> Resent-Message-ID: <201005061110.o46BA1Em018062@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005061105.o46B5p2L076133>