From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 14 14:20:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D9C716A4CE for ; Fri, 14 May 2004 14:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1378D43D1D for ; Fri, 14 May 2004 14:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4ELKHST073699 for ; Fri, 14 May 2004 14:20:17 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4ELKHCg073695; Fri, 14 May 2004 14:20:17 -0700 (PDT) (envelope-from gnats) Resent-Date: Fri, 14 May 2004 14:20:17 -0700 (PDT) Resent-Message-Id: <200405142120.i4ELKHCg073695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1BED16A4CE for ; Fri, 14 May 2004 14:10:22 -0700 (PDT) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABE5243D46 for ; Fri, 14 May 2004 14:10:21 -0700 (PDT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id 0D7D72178A; Fri, 14 May 2004 17:10:21 -0400 (EDT) Message-Id: <20040514211021.0D7D72178A@yertle.kcilink.com> Date: Fri, 14 May 2004 17:10:21 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/66650: allow apache13-modssl build without expat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 May 2004 21:20:19 -0000 >Number: 66650 >Category: ports >Synopsis: allow apache13-modssl build without expat >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 14 14:20:17 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 4.9-STABLE FreeBSD 4.9-STABLE #10: Wed Dec 24 13:55:56 EST 2003 khera@yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386 >Description: 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. >How-To-Repeat: >Fix: this patch applies to www/apache13-modssl port. diff -Pru apache13-modssl/Makefile apache13-modssl.new/Makefile --- apache13-modssl/Makefile Wed May 5 10:26:09 2004 +++ apache13-modssl.new/Makefile Fri May 14 17:02:09 2004 @@ -119,6 +119,10 @@ CONFIGURE_ARGS+= --runtimedir=${APACHE_RELATIVE_RUNTIMEDIR} .endif +.if defined(APACHE_WITHOUT_EXPAT) +CONFIGURE_ARGS+= --disable-rule=EXPAT +.endif + .if defined(APACHE_HARD_SERVER_LIMIT) HARD_SERVER_LIMIT=-DHARD_SERVER_LIMIT=${APACHE_HARD_SERVER_LIMIT} .else @@ -313,6 +317,9 @@ @${ECHO_MSG} " APACHE_WITH_MODDEFLATE=yes mod_deflate support." @${ECHO_MSG} " This setting activates build of mod_deflate." @${ECHO_MSG} " [default is no]" + @${ECHO_MSG} "" + @${ECHO_MSG} " APACHE_WITHOUT_EXPAT=yes don't compile in expat." + @${ECHO_MSG} " [default is no (expat is included)]" @${ECHO_MSG} "" post-extract: >Release-Note: >Audit-Trail: >Unformatted: