Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 08:40:05 +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.modules Makefile.modules.3rd
Message-ID:  <200408020840.i728e5Ob010969@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
clement     2004-08-02 08:40:05 UTC

  FreeBSD ports repository

  Modified files:
    www/apache2          Makefile Makefile.modules 
                         Makefile.modules.3rd 
  Log:
  apache2 NG patch 2/5.
  Makefile.modules:
     - Export rewritten modules selection from Makefile.modules
       to Makefile.modules.3rd
     - Remove proxy support by default.
  
  Makefile.modules.3rd:
     - Add support for WANT_APACHE common13/common2 to share
       code/functionalities between apache13 and apache2 server ports.
  
  Rewrite of modules selection:
     - WITH_MODULES and WITHOUT_MODULES are no more conflicting
       WITHOUT_MODULES can be safely used internally to remove conflicting
       modules
     - Selection is based on modules categories to improve flexibility
          - WITH_${category}[_MODULES]
          - WITHOUT_${category}
          - WITH_CUSTOM_${category}
     -  Support apache13, apache2{0,1}
          This is EXPERIMENTAL. I'll test it IRL with www/apache13-ssl,
          and it should be easily usuable in future bsd.apache.mk
  
  Revision  Changes    Path
  1.193     +2 -0      ports/www/apache2/Makefile
  1.16      +19 -156   ports/www/apache2/Makefile.modules
  1.7       +157 -1    ports/www/apache2/Makefile.modules.3rd



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