From owner-cvs-ports@FreeBSD.ORG Fri May 7 10:04:49 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE6B8106564A; Fri, 7 May 2010 10:04:49 +0000 (UTC) (envelope-from aturetta@bestunion.it) Received: from mail.bestunion.it (mail.bestunion.it [85.18.201.87]) by mx1.freebsd.org (Postfix) with ESMTP id 3AED78FC12; Fri, 7 May 2010 10:04:48 +0000 (UTC) Received: from [192.168.33.30] (nbcommit.home.commit.it [192.168.33.30] (may be forged)) (authenticated bits=0) by mail.bestunion.it (8.14.4/8.14.4) with ESMTP id o479XMLU075398 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 7 May 2010 11:33:22 +0200 (CEST) (envelope-from aturetta@bestunion.it) Message-ID: <4BE3DEB3.20305@bestunion.it> Date: Fri, 07 May 2010 11:34:43 +0200 From: Angelo Turetta User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <201005070129.o471TlZa012636@repoman.freebsd.org> In-Reply-To: <201005070129.o471TlZa012636@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.96 at mail.bestunion.it X-Virus-Status: Clean Cc: apache@freebsd.org, admin@lissyara.su, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: cvs commit: ports/www/apache20 Makefile pkg-plist ports/www/apache20/files patch-Makefile.in patch-buildconf patch-configure.in patch-srclib__Makefile.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 10:04:49 -0000 On 07/05/2010 03:29, Philip M. Gollucci wrote: > pgollucci 2010-05-07 01:29:47 UTC > > FreeBSD ports repository > > Modified files: > www/apache20 Makefile pkg-plist > www/apache20/files patch-Makefile.in patch-configure.in > Added files: > www/apache20/files patch-buildconf patch-srclib__Makefile.in > Log: > - Force devel/pcre and abandon the bundled pcre: > 0) its like 7yrs old > 0) the new version have speed,bug,&security fixes > 0) www/apache22 already does this > 0) www/apache23+ no longer bundle pcre [or apr* for that matter] > - Bump PORTREVISION > Philip, thanks for this commit! Now it should be possible to remove the option WITH_BUNDLED_PCRE from PHP too (lang/php5, lang/php52), that was necessary on apache20. Angelo Turetta