From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 05:48:33 2003 Return-Path: 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 DD45D16A4B3 for ; Wed, 1 Oct 2003 05:48:33 -0700 (PDT) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8EA743F3F for ; Wed, 1 Oct 2003 05:48:32 -0700 (PDT) (envelope-from aragon@geek.sh) Received: by mail.geek.sh (Postfix, from userid 1000) id 23FAE24D14; Wed, 1 Oct 2003 14:48:29 +0200 (SAST) Date: Wed, 1 Oct 2003 14:48:29 +0200 From: Aragon Gouveia To: questions@freebsd.org Message-ID: <20031001124829.GA15390@phat.za.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.8-RELEASE-p1 i386 Subject: port install to jail root from host system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2003 12:48:34 -0000 X-List-Received-Date: Wed, 01 Oct 2003 12:48:34 -0000 Hi, I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from the jail's host. Possibly also to skip registering it in the host's package database. Does anyone know an easy way to do this with the ports system? I realise apache is dependant on various libraries that may not be in the jail, but these dependancies I will resolve manually. Thanks, Aragon