From owner-cvs-all@FreeBSD.ORG Thu Aug 19 14:38:36 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71CA116A4CE; Thu, 19 Aug 2004 14:38:36 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69B3543D1F; Thu, 19 Aug 2004 14:38:36 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7JEcaHb035434; Thu, 19 Aug 2004 14:38:36 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7JEcaAr035433; Thu, 19 Aug 2004 14:38:36 GMT (envelope-from clement) Message-Id: <200408191438.i7JEcaAr035433@repoman.freebsd.org> From: Clement Laforet Date: Thu, 19 Aug 2004 14:38:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache2 Makefile Makefile.doc Makefile.modules.3rd X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 14:38:36 -0000 clement 2004-08-19 14:38:36 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.doc Makefile.modules.3rd Log: - Add support for exception hook: * WITH_EXCEPTION_HOOK now exists * Automatically add if WITH_DEBUG is set * Update still-outdated-documentation - Remove automatic debuf mode if DEBUG_FLAGS is set Exception hook is very useful for debugging (upcoming www/mod_backtrace and www/mod_whatkilledus modules) Makefile.modules.3rd: - Fix CONFIGURE_ARGS for dynamic module selection. It's now fully usuable for apache13 ports - Remove an useless WANT_APACHE check - Move apxs detection at the beginning of the file, to use APXS_PREFIX for apache major version detection [1] The main advantage of this patch is to provide a nice way to have multiple apache versions, without altering ${LOCALBASE}. Submitted by: "ports/c0decafe.net" [1] Revision Changes Path 1.198 +6 -1 ports/www/apache2/Makefile 1.9 +6 -2 ports/www/apache2/Makefile.doc 1.9 +14 -12 ports/www/apache2/Makefile.modules.3rd