From owner-cvs-all@FreeBSD.ORG Fri Jul 9 16:41:39 2004 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 C75CA16A4CE; Fri, 9 Jul 2004 16:41:39 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A46A143D72; Fri, 9 Jul 2004 16:41:39 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i69Gfc7q062861; Fri, 9 Jul 2004 16:41:38 GMT (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i69Gfc3x062860; Fri, 9 Jul 2004 16:41:38 GMT (envelope-from clement) Message-Id: <200407091641.i69Gfc3x062860@repoman.freebsd.org> From: Clement Laforet Date: Fri, 9 Jul 2004 16:41:38 +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/apache2 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, 09 Jul 2004 16:41:39 -0000 clement 2004-07-09 16:41:38 UTC FreeBSD ports repository Modified files: www/apache2 Makefile Log: - Add WITHOUT_IPV6 knob to workaround problem with IP resolution when --enable-v4-mapped is used (default). Use WITHOUT_IPV6 knob if you have problem with "HostnameLookup On" on IPv4-only server(s). I hope I can provide a real fix soon. Revision Changes Path 1.190 +3 -1 ports/www/apache2/Makefile