From owner-cvs-all@FreeBSD.ORG Fri Feb 11 16:12:48 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BF8316A4CE; Fri, 11 Feb 2005 16:12:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0677243D54; Fri, 11 Feb 2005 16:12:48 +0000 (GMT) (envelope-from jeh@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1BGClXK090663; Fri, 11 Feb 2005 16:12:47 GMT (envelope-from jeh@repoman.freebsd.org) Received: (from jeh@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1BGCl09090662; Fri, 11 Feb 2005 16:12:47 GMT (envelope-from jeh) Message-Id: <200502111612.j1BGCl09090662@repoman.freebsd.org> From: "James E. Housley" Date: Fri, 11 Feb 2005 16:12:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/mod_auth_mysql Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 16:12:48 -0000 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 to www/apache13 if it wasn't previously defined. The affected ports include before "Makefile.modules.3rd". Submitted by: Scot Hetzel Revision Changes Path 1.19 +1 -2 ports/www/mod_auth_mysql/Makefile