From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 19:41:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 781E916A41F for ; Thu, 5 Jan 2006 19:41:53 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B1A843D62 for ; Thu, 5 Jan 2006 19:41:52 +0000 (GMT) (envelope-from msoulier@gmail.com) Received: by nproxy.gmail.com with SMTP id g2so1202583nfe for ; Thu, 05 Jan 2006 11:41:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cz9QEgPHUw9hU79HumGj+CrcxNRWB2IXQmzZYEm/YBQGEypVe8WHwNk7an2XVSkhrM5P1kFye8yZG6EIoDCi6ni1hXjrnLS1/JzZF68ZFEBjHMDrVcvCd7/Ql+StI3TBI0cn0K4Zdw2rMl2OVqB2fMz5TedlRYzQtZyCls2K2ic= Received: by 10.48.218.18 with SMTP id q18mr740700nfg; Thu, 05 Jan 2006 11:41:50 -0800 (PST) Received: by 10.48.233.11 with HTTP; Thu, 5 Jan 2006 11:41:50 -0800 (PST) Message-ID: Date: Thu, 5 Jan 2006 14:41:50 -0500 From: "Michael P. Soulier" Sender: msoulier@gmail.com To: Crispy Beef In-Reply-To: <43BD70ED.1000506@ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43BD70ED.1000506@ntlworld.com> Cc: freebsd-questions@freebsd.org Subject: Re: Compiling Ports... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 19:41:53 -0000 On 1/5/06, Crispy Beef wrote: > Am trying to get my head around the ports system, specifically custom opt= ions > when compiling. For example I would like to install apache 2.2 under it'= s own > dir in /usr/local, say /usr/local/apache22. If I was rolling my own vers= ion > using the configure script I would do: > > ./configure prefix=3D"/usr/local/apache22" I believe the default prefix can be changed, but I'm unclear as to why you would want to change it. The port installs a package that you can then remove easily with the pkg tools. Why would you want to do this? Mike -- Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein