From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 22 22:00:09 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80D8D106566B for ; Sun, 22 Feb 2009 22:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF698FC0C for ; Sun, 22 Feb 2009 22:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1MM08Ts022390 for ; Sun, 22 Feb 2009 22:00:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1MM08t1022389; Sun, 22 Feb 2009 22:00:08 GMT (envelope-from gnats) Date: Sun, 22 Feb 2009 22:00:08 GMT Message-Id: <200902222200.n1MM08t1022389@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Maurice Castro Cc: Subject: Re: ports/131962: [patch] - update www/davical to version 0.9.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maurice Castro List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2009 22:00:10 -0000 The following reply was made to PR ports/131962; it has been noted by GNATS. From: Maurice Castro To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/131962: [patch] - update www/davical to version 0.9.6.2 Date: Mon, 23 Feb 2009 08:32:10 +1100 --Apple-Mail-95--666907374 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi Edwin, I am APPROVING the patch; HOWEVER it requires an additional file 'files/patch-ab' that I have added to the audit trail and I am including in this e-mail. Thanks Maurice Castro On 22/02/2009, at 4:20 PM, Edwin Groothuis wrote: > Maintainer of www/davical, > > Please note that PR ports/131962 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131962 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org --Apple-Mail-95--666907374 Content-Disposition: attachment; filename=patch-ab Content-Type: application/octet-stream; x-unix-mode=0644; name="patch-ab" Content-Transfer-Encoding: 7bit --- inc/always.php 2009-02-23 08:23:23.000000000 +1100 +++ inc/always.php 2009-02-23 08:23:51.000000000 +1100 @@ -34,6 +34,7 @@ // Ensure that ../inc is in our included paths as early as possible set_include_path( '../inc'. PATH_SEPARATOR. get_include_path()); +set_include_path( '/usr/local/share/awl/inc'. PATH_SEPARATOR. get_include_path()); // Kind of private configuration values $c->total_query_time = 0; --Apple-Mail-95--666907374 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit --Apple-Mail-95--666907374--