From owner-cvs-all@FreeBSD.ORG Thu May 13 04:36:08 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C910106564A; Thu, 13 May 2010 04:36:08 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 141E08FC34; Thu, 13 May 2010 04:36:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4D4a7k7032236; Thu, 13 May 2010 04:36:07 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4D4a7KO032235; Thu, 13 May 2010 04:36:07 GMT (envelope-from pgollucci) Message-Id: <201005130436.o4D4a7KO032235@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Thu, 13 May 2010 04:36:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www/apache20 Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 04:36:08 -0000 pgollucci 2010-05-13 04:36:07 UTC FreeBSD ports repository Modified files: www/apache20 Makefile Log: - Fix some runtime devel/pcre conversion fallout the bundled pcre defined REG_NOSUB as 0 b/c its not used the devel/pcre port (8.0.0) defines it as 0x0020 which is causing havoc The REG_NOSUB was never used by pcre in www/apache20 So, replace it with 0 in the www/apache20 code forcibly - Bump PORTERVISION PR: ports/146399 Reported by: ervin valentin With Hat: apache@ Revision Changes Path 1.281 +1 -0 ports/www/apache20/Makefile