From owner-cvs-all@FreeBSD.ORG Fri Jan 9 10:56:14 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 F2B5F16A4CE; Fri, 9 Jan 2004 10:56:13 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2766143D41; Fri, 9 Jan 2004 10:56:13 -0800 (PST) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i09IuC0B038639; Fri, 9 Jan 2004 10:56:12 -0800 (PST) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i09IuCsf038638; Fri, 9 Jan 2004 10:56:12 -0800 (PST) (envelope-from clement) Message-Id: <200401091856.i09IuCsf038638@repoman.freebsd.org> From: Clement LAFORET Date: Fri, 9 Jan 2004 10:56:12 -0800 (PST) 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 Makefile.modules 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 Jan 2004 18:56:14 -0000 clement 2004/01/09 10:56:12 PST FreeBSD ports repository Modified files: www/apache2 Makefile Makefile.modules Log: - fix SSL detection problem on stable with base OpenSSL [1] Force the use of SSL_EXPERIMENTAL_ENGINE *only* if the user uses -STABLE and base OpenSSL. This is an *apache* problem. It's not the port. I strongly encourage users to use OpenSSL from ports. From httpd-2.0 Status: * mod_ssl: fix a link failure when the openssl-engine libraries are present but the engine headers are missing. - fix a typo in WITH_DBM, should be bdb and not db [1] I keep db for backward compatibility - Add WITH_APR_FROM_PORTS to use devel/apr with apache2. !!! WARNING !!! apache-2.0.48 is designed to work with apr 0.9.5. Noticed by: Fritz Heinrichmeyer [1] Approved by: erwin (mentor) Revision Changes Path 1.159 +10 -0 ports/www/apache2/Makefile 1.4 +6 -3 ports/www/apache2/Makefile.modules