From owner-freebsd-ports@FreeBSD.ORG Fri Oct 31 19:04:51 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 68E8616A4CE for ; Fri, 31 Oct 2003 19:04:51 -0800 (PST) Received: from chello212186044083.409.14.vie.surfer.at (chello212186044083.409.14.vie.surfer.at [212.186.44.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id C393843F85 for ; Fri, 31 Oct 2003 19:04:50 -0800 (PST) (envelope-from herbert@chello212186044083.409.14.vie.surfer.at) Date: Sat, 1 Nov 2003 04:04:40 +0100 From: Herbert To: William B Hacker III Message-ID: <20031101030440.GA9591@chello212186044083.409.14.vie.surfer.at> References: <3FA19049.3040102@conducive.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <3FA19049.3040102@conducive.net> X-Operating-System: FreeBSD 5.1-RELEASE-p2 User-Agent: Mutt/1.5.4i cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: swig-1.3.19_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Nov 2003 03:04:51 -0000 William B Hacker III wrote: > Curious as to why swig-1.3.19_1 installs apache by default, and where > and how preventing that waste of download bandwidth / disk space is > documented..... (using Zserver/Medusa here) Check the Makefile of the ports. By default swig gets compiled with PHP4 support. You can either compile lang/php4 without apache support (-DWITHOUT_APACHE) or compile swig without php4 support by setting SWIG_LANGUAGES. Herbert