cvs commit: ports/www/apache2 Makefile pkg-plistpatch-support:Makefile.in patch-support:envvars-std.in

Clement Laforet clement at FreeBSD.org
Fri Dec 17 09:52:21 PST 2004


clement     2004-12-17 17:52:20 UTC

  FreeBSD ports repository

  Modified files:
    www/apache2          Makefile pkg-plist 
    www/apache2/files    patch-Makefile.in 
  Added files:
    www/apache2/files    patch-support:Makefile.in 
                         patch-support:envvars-std.in 
  Log:
  - Remove useless APR_FROM_PORTS check in post-install
  - Add support for modular sbin/envvars
    You can now put your own scripts you want to execute at envvars
    stage in ${PREFIX}/etc/apache2/envvars.d
    Only script ending by *.env are run.
  
    Example:
          /usr/local/etc/apache2/envvars.d/mod_python3.env
  
  Discussed with: perky on -apache@
  
  Revision  Changes    Path
  1.215     +5 -4      ports/www/apache2/Makefile
  1.15      +15 -5     ports/www/apache2/files/patch-Makefile.in
  1.1       +14 -0     ports/www/apache2/files/patch-support:Makefile.in (new)
  1.1       +13 -0     ports/www/apache2/files/patch-support:envvars-std.in (new)
  1.74      +3 -2      ports/www/apache2/pkg-plist


More information about the cvs-ports mailing list