From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 15 08:09:51 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C550716A41F for ; Sun, 15 Jan 2006 08:09:51 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3128F43D46 for ; Sun, 15 Jan 2006 08:09:51 +0000 (GMT) (envelope-from ashok.shrestha@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so338573uge for ; Sun, 15 Jan 2006 00:09:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=q5Tu3eivXGMQ8wTr/t0HWVD7/Qpn+Dz+8TTZaE9VzOwDX2PQdRYPzh5XvmIB3+X0kfFNpW2IiOlvE02D4uS3KcAJiu8lY1wjpR26+etCau+hZkmlrDwn8wqBkW0p2EpeM5CzAeVoapjS2FkOvXz8snKx484D6udn7IyCZH0GeBI= Received: by 10.48.30.20 with SMTP id d20mr159308nfd; Sat, 14 Jan 2006 23:45:30 -0800 (PST) Received: by 10.49.20.15 with HTTP; Sat, 14 Jan 2006 23:45:30 -0800 (PST) Message-ID: <79e2026f0601142345x1a9269bdl3153d1bb110be08d@mail.gmail.com> Date: Sun, 15 Jan 2006 02:45:30 -0500 From: Ashok Shrestha To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Brandon Flowers Subject: speed up port compiling using RAM (tmpfs) ??? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2006 08:09:51 -0000 Hi, I am curious to know if there is a way to compile a port such as X11 or KDE faster. I know in Gentoo, you can mount a part of RAM and compile in that. This substantially decreases the compile time. Reference: http://gentoo-wiki.com/TIP_Speeding_up_portage_with_tmpfs Does anyone know how to do this in Freebsd? -- Ashok Shrestha