From owner-freebsd-questions@FreeBSD.ORG Mon Apr 21 10:55:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D8891065673 for ; Mon, 21 Apr 2008 10:55:57 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id DF3338FC1B for ; Mon, 21 Apr 2008 10:55:56 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so883456ywt.13 for ; Mon, 21 Apr 2008 03:55:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=Q0SNetTNN68Y+pe5LHz9DZj8Ebv6DfLSM4LPbyaFtQA=; b=itWFHr0mQlKdgrz4VbBTwVCsinEKYb6F1l5128pwtN7gXfoXlc1hyb6L1ZGasyIBR0yFd6Jx2UVCTVp6JRudTcw1f3Mi9aN6BgnDBNvk/zFmXOBM5CjnFTuXOFhHtHbKisYn/BdPirnPA5iIIjryZfRgyWghPVp5tPJNAFKyU3k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=TNHnQ8WFyXkSxZSK4E6trmL3qwCqlrO17FDckJ+BkAHPm/qhid4i4KUkWNjwMPA6uXFfc2T7xSzjcYKPWtAhIyDVwq1jZ8C10jaQ2pNGyE3NVd+cy46uR32vOdqOQOkP2bbMSfjGQ9o4Vgos6meYY1sri44p9/y7nw4UG75ANQs= Received: by 10.150.54.6 with SMTP id c6mr6704584yba.77.1208775353905; Mon, 21 Apr 2008 03:55:53 -0700 (PDT) Received: by 10.151.107.7 with HTTP; Mon, 21 Apr 2008 03:55:53 -0700 (PDT) Message-ID: Date: Mon, 21 Apr 2008 18:55:53 +0800 From: "Ruel Luchavez" To: glyn@millingtons.org In-Reply-To: <86prsjy7vc.fsf@nowhere.org> MIME-Version: 1.0 References: <86prsjy7vc.fsf@nowhere.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Install 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: Mon, 21 Apr 2008 10:55:57 -0000 yap..i tri using pkg_add but still the operation time out... what could possibly be wrong? Please,,,,thanks.. On Mon, Apr 21, 2008 at 3:39 PM, Glyn Millington wrote: > "Ruel Luchavez" writes: > > > Hi, > > > > my freebsd server is version 6.2, I want to install cvsup and this is > what i > > type in my box: > > > > cd /usr/ports/net/cvsup-without gui > > make install > > From the Handbook > > ,---- > | The easiest way to install CVSup is to use the precompiled net/cvsup > | package from the FreeBSD packages collection. If you prefer to build > | CVSup from source, you can use the net/cvsup port instead. But be > | forewarned: the net/cvsup port depends on the Modula-3 system, which > | takes a substantial amount of time and disk space to download and build. > `---- > > so why not try > > #pkg_add -r cvsup-without gui > > > ? > > atb > > > > > > > > Glyn >