Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Aug 2004 14:38:36 +0000 (UTC)
From:      Clement Laforet <clement@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/apache2 Makefile Makefile.doc Makefile.modules.3rd
Message-ID:  <200408191438.i7JEcaAr035433@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" <ports at c0decafe dot 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408191438.i7JEcaAr035433>