From owner-freebsd-ports@FreeBSD.ORG Tue Mar 6 23:30:07 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C3A016A400 for ; Tue, 6 Mar 2007 23:30:07 +0000 (UTC) (envelope-from jmcgee@clear-data.com) Received: from ace.clear-data.com (ace.clear-data.com [67.19.100.2]) by mx1.freebsd.org (Postfix) with ESMTP id 3C45113C4A6 for ; Tue, 6 Mar 2007 23:30:07 +0000 (UTC) (envelope-from jmcgee@clear-data.com) Received: from can-63-147-9-170.wletc.com ([63.147.9.170] helo=[192.168.1.100]) by ace.clear-data.com with esmtpa (Exim 4.66 (FreeBSD)) (envelope-from ) id 1HOidH-0001Ah-Fe; Tue, 06 Mar 2007 16:59:49 -0600 Message-ID: <45EDF2CF.2070807@clear-data.com> Date: Tue, 06 Mar 2007 17:01:35 -0600 From: "J. McGee" Organization: Clear-Data Internet Services User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1pre) Gecko/20061206 Thunderbird/2.0b1 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: ale@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: astridas, billing@clear-data.com, cdroot, jmcgee@clear-data.com, razorbackred43@clear-data.com, striper@clear-data.com, windione@clear-data.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ace.clear-data.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - clear-data.com X-Source: X-Source-Args: X-Source-Dir: Cc: ports@FreeBSD.org Subject: FreeBSD Port: php5-5.2.1_3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jmcgee@clear-data.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 23:30:07 -0000 Ale, I made the following changes in my local ports tree to lang/php5/Makefile.ext starting at line 233 due to a nasty bug(http://bugs.php.net/bug.php?id=38327&edit=1) that killed half of my websites after upgrading php. This allowed me to use the ports version of pcre-7.0(utf8) instead of the broken php included 6.7. I don't know the proper chains to go about notifying anyone or writing this change correctly, so I thought I would send you an e-mail as you are listed as the maintainer. Diff: [root@rod /usr/ports/lang/php5]# diff Makefile.ext.bak Makefile.ext 235c235,237 < CONFIGURE_ARGS+=--with-pcre-regex=yes --- > LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre-utf8 > > CONFIGURE_ARGS+=--with-pcre-regex=/usr/local [root@rod /usr/ports/lang/php5]# OLD: .if ${PHP_MODNAME} == "pcre" CONFIGURE_ARGS+=--with-pcre-regex=yes PHP_HEADER_DIRS=pcrelib .endif NEW: .if ${PHP_MODNAME} == "pcre" LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre-utf8 CONFIGURE_ARGS+=--with-pcre-regex=/usr/local PHP_HEADER_DIRS=pcrelib .endif Hopefully this gets to you and doesn't get filed as spam. --Jared -- J. McGee Clear-Data Administrator AIM: Jared Tweaked E-Mail: jmcgee@clear-data.com Clear-Data Internet Services http://www.clear-data.com The Solution is Clear!