From owner-freebsd-ports@FreeBSD.ORG Wed May 17 03:53:53 2006 Return-Path: X-Original-To: ports@freebsd.org 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 297C116A405 for ; Wed, 17 May 2006 03:53:53 +0000 (UTC) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com (wally.statscout.com [203.39.101.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6268B43D46 for ; Wed, 17 May 2006 03:53:50 +0000 (GMT) (envelope-from paul.koch@statseeker.com) Received: from localhost (localhost [127.0.0.1]) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id k4H3rmDP032460 for ; Wed, 17 May 2006 13:53:48 +1000 (EST) (envelope-from paul.koch@statseeker.com) Received: from wally.statseeker.com ([127.0.0.1]) by localhost (wally.statseeker.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31698-07 for ; Wed, 17 May 2006 13:53:42 +1000 (EST) Received: from speedy (speedy.statseeker.com [10.1.1.100]) (authenticated bits=0) by wally.statseeker.com (8.13.3/8.13.3) with ESMTP id k4H3rfdf032450 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 17 May 2006 13:53:42 +1000 (EST) (envelope-from paul.koch@statseeker.com) From: Paul Koch To: ports@freebsd.org Date: Wed, 17 May 2006 13:53:37 +1000 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605171353.37745.paul.koch@statseeker.com> X-Virus-Scanned: amavisd-new at statseeker.com Cc: Subject: Is it safe to compile multiple ports at the same time ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: paul.koch@statseeker.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 03:53:53 -0000 Hi, Is it safe to compile multiple ports at the same time and not get the makes to run into each other when building dependency ports ? I have previously got myself into a bit of a mess by starting two or three port builds at the same time, but haven't tried if for quite a while. It would be nice to keep those other cores busy in SMP machines, especially when compiling things like kde and openoffice. Paul.