cvs commit: ports/www/mod_auth_mysql Makefile

James E. Housley jeh at FreeBSD.org
Fri Feb 11 16:12:48 GMT 2005


jeh         2005-02-11 16:12:47 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_auth_mysql   Makefile 
  Log:
  Ports that previously depended on www/apache2 now show as depending on
  www/apache13.
  
  This problem is occuring because of a recent change to www/apache2's
  Makefile.modules.3rd file (revision 1.18).  This change made the
  APACHE_PORT variable overrideable even when WITH_APACHE2 is defined.
  Previously, it set the variable with APACHE_PORT=www/apache2.
  
  The APACHE_PORT variable gets defined in <bsd.port.mk> to www/apache13
  if it wasn't previously defined.
  
  The affected ports include <bsd.port.pre.mk> before "Makefile.modules.3rd".
  
  Submitted by: Scot Hetzel
  
  Revision  Changes    Path
  1.19      +1 -2      ports/www/mod_auth_mysql/Makefile


More information about the cvs-all mailing list