From owner-freebsd-apache@FreeBSD.ORG Thu May 13 04:40:03 2010 Return-Path: Delivered-To: apache@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0E41106566C for ; Thu, 13 May 2010 04:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D1D3F8FC25 for ; Thu, 13 May 2010 04:40:03 +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 o4D4e3gF047681 for ; Thu, 13 May 2010 04:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4D4e3Y6047680; Thu, 13 May 2010 04:40:03 GMT (envelope-from gnats) Date: Thu, 13 May 2010 04:40:03 GMT Message-Id: <201005130440.o4D4e3Y6047680@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/146399: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2010 04:40:04 -0000 The following reply was made to PR ports/146399; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146399: commit references a PR Date: Thu, 13 May 2010 04:36:17 +0000 (UTC) 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"