From owner-freebsd-questions@FreeBSD.ORG Tue Jun 12 16:25:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 624AC16A41F for ; Tue, 12 Jun 2007 16:25:39 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 200E013C46C for ; Tue, 12 Jun 2007 16:25:39 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so3429485pyi for ; Tue, 12 Jun 2007 09:25:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pLAlP1u/MsuSX8OmTGIwy4GZwLFeeeDlk1hiJOAFHOM+TcbE58E+DLZNzlOx/JKHyiq6wTH40ib1QUTd0epSkeVTyoS6JttngYGV8UbD4i+AApZiOZVYPBlIobKVnPpJsaWjAr6mxML7AhvR2wz7K9vHrGc2E4z5YerV0ZfUQwA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gvFX3O7thDfZ3/gFs38CMEzQOAyK6KBEXL/ydtgUuX9cImoBthOd5wibW20zjb1Hg67EUZhcdVcuQ3Wy+EP2BCuBo2AiegXIS52L8l+blq3A+wvlLDdTADsoufNYEmKHlcBgx6pYV1bVqlR7KijXXoVTG2AdgVZWdOMoQmY3Jhc= Received: by 10.35.70.2 with SMTP id x2mr11431691pyk.1181665538090; Tue, 12 Jun 2007 09:25:38 -0700 (PDT) Received: by 10.35.36.15 with HTTP; Tue, 12 Jun 2007 09:25:38 -0700 (PDT) Message-ID: <340a29540706120925g2816f84elfbd14cb5e278358b@mail.gmail.com> Date: Tue, 12 Jun 2007 10:25:38 -0600 From: "Andrew Falanga" To: "Andrew Falanga" , freebsd-questions In-Reply-To: <20070612161414.GA68472@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540706120902k2c10be37q8656814f9fcfc649@mail.gmail.com> <20070612161414.GA68472@slackbox.xs4all.nl> Cc: Subject: Re: Fresh install won't compile requirement libraries for cvsup 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: Tue, 12 Jun 2007 16:25:39 -0000 On 6/12/07, Roland Smith wrote: > On Tue, Jun 12, 2007 at 10:02:38AM -0600, Andrew Falanga wrote: > > Hi, > > > > I just installed a fresh 6.2-RELEASE i386 system last night and was > > trying to get cvsup-without-gui installed from ports and was having > > some interesting problems. The install of FreeBSD went flawlessly, > > and the system boots without a hitch. > > You don't need cvsup-without-gui anymore. A rewrite in C called csup is > part of the base system in 6.2. > > This should be fixed in the handbook, as it still references cvsup. > > Roland Thank you for this. I was not aware. However, would it still not behoove me to find out what is going on, if there really is a problem? I'm looking to install WebGUI on this system which requires MySQL and ImageMagick (both of which are in the ports). Wouldn't a compilation of other program produce similar results? Andy