From owner-cvs-ports@FreeBSD.ORG Sat May 15 01:49:10 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA49516A4CE; Sat, 15 May 2004 01:49:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 816DD43D58; Sat, 15 May 2004 01:49:10 -0700 (PDT) (envelope-from dinoex@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 i4F8nAGe081036; Sat, 15 May 2004 01:49:10 -0700 (PDT) (envelope-from dinoex@repoman.freebsd.org) Received: (from dinoex@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4F8nADX081035; Sat, 15 May 2004 01:49:10 -0700 (PDT) (envelope-from dinoex) Message-Id: <200405150849.i4F8nADX081035@repoman.freebsd.org> From: Dirk Meyer Date: Sat, 15 May 2004 01:49:10 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/apache13-modssl Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 08:49:10 -0000 dinoex 2004/05/15 01:49:10 PDT FreeBSD ports repository Modified files: www/apache13-modssl Makefile Log: - allow build without expat, new option APACHE_WITHOUT_EXPAT To run some (mod_perl) applications, a full expat library is needed, but the built-in one conflicts with it. This patch allows you to build Apache without the built-in expat so the other modules can load what they need. PR: 66650 Submitted by: Vivek Khera Revision Changes Path 1.151 +7 -0 ports/www/apache13-modssl/Makefile