Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2005 16:12:47 +0000 (UTC)
From:      "James E. Housley" <jeh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/mod_auth_mysql Makefile
Message-ID:  <200502111612.j1BGCl09090662@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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