From owner-cvs-ports@FreeBSD.ORG Sat Aug 23 01:52:38 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5CB816A4BF; Sat, 23 Aug 2003 01:52:38 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F3844480; Sat, 23 Aug 2003 00:56:52 -0700 (PDT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7N7uq0U098273; Sat, 23 Aug 2003 00:56:52 -0700 (PDT) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7N7uWS7098264; Sat, 23 Aug 2003 00:56:32 -0700 (PDT) Message-Id: <200308230756.h7N7uWS7098264@repoman.freebsd.org> From: Edwin Groothuis Date: Sat, 23 Aug 2003 00:56:26 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/horde2 Makefile pkg-plist ports/www/horde2/files patch-lib_Horde.php X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 23 Aug 2003 08:52:39 -0000 edwin 2003/08/23 00:56:26 PDT FreeBSD ports repository Modified files: www/horde2 Makefile pkg-plist Added files: www/horde2/files patch-lib_Horde.php Log: www/horde2: fixing Apache segfaults. There is a bug in Horde: the logger (PEAR::Log) is instanciated without a '&', and PHP does not handle this error, letting Apache childs segfaulting. Also removed the *.orig files from the pkg-plist and let them be removed via post-patch. PR: ports/55192 Submitted by: Thierry Thomas Revision Changes Path 1.30 +10 -1 ports/www/horde2/Makefile 1.1 +22 -0 ports/www/horde2/files/patch-lib_Horde.php (new) 1.11 +0 -6 ports/www/horde2/pkg-plist