From owner-freebsd-bugs@FreeBSD.ORG Thu May 6 11:10:02 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E52F1065672 for ; Thu, 6 May 2010 11:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F178A8FC17 for ; Thu, 6 May 2010 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o46BA1CM018063 for ; Thu, 6 May 2010 11:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o46BA1Em018062; Thu, 6 May 2010 11:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 6 May 2010 11:10:01 GMT Resent-Message-Id: <201005061110.o46BA1Em018062@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Wall Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B510106566B for ; Thu, 6 May 2010 11:05:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 7B9D88FC16 for ; Thu, 6 May 2010 11:05:52 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o46B5pS1076134 for ; Thu, 6 May 2010 11:05:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o46B5p2L076133; Thu, 6 May 2010 11:05:51 GMT (envelope-from nobody) Message-Id: <201005061105.o46B5p2L076133@www.freebsd.org> Date: Thu, 6 May 2010 11:05:51 GMT From: Frank Wall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/146355: [patch] lang/php5: add OPTION for PCRE selection X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2010 11:10:02 -0000 >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: