From owner-freebsd-questions@FreeBSD.ORG Sun Apr 19 08:39:48 2009 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 9AD34106566C for ; Sun, 19 Apr 2009 08:39:48 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 5115B8FC0A for ; Sun, 19 Apr 2009 08:39:48 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so400299yxl.13 for ; Sun, 19 Apr 2009 01:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CltAjgfeHqX03U2lYJgnMxl860cWijcAajK8ENh/daU=; b=N6ib6UDWzn605GYy5e6a1e3j8J1IxDmu/UAI5WucfJzUKk+JqCvcQqlIZjHYOYGwKw hRnY5w+XiaFUeuvL72TZ0fnyraSsDqj5/oZ3KCdF24Ry90izeNnR4dCWMOGHwowySjMM tW/5XwebquBZClEg4Ws4YykMG91sOPOagyRs8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=o+4uCmEb2mYnmKbnD6oWD++zrVEw3dFdEU3CFKK4MD7MAYrCYrCEAmh3E6IGZiULCD qcHBax187A0NQgCUL+ooFgylvkQLtx64Kt7hSOkXIE/2eESWPx5bvobtnvd09aJhT8h2 UxD3o1pZm3j9kUKPmarK80kZjFtPHGdvAzkVA= MIME-Version: 1.0 Received: by 10.100.8.17 with SMTP id 17mr196232anh.34.1240130387762; Sun, 19 Apr 2009 01:39:47 -0700 (PDT) In-Reply-To: <1bd550a00904190054j4246156bma9d3bf51f7c4b840@mail.gmail.com> References: <1bd550a00904190054j4246156bma9d3bf51f7c4b840@mail.gmail.com> Date: Sun, 19 Apr 2009 04:39:47 -0400 Message-ID: <4ad871310904190139r49a26a45xe6d67fb5d87e5a5c@mail.gmail.com> From: Glen Barber To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-questions@freebsd.org" Subject: Re: Vim port problem 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: Sun, 19 Apr 2009 08:39:48 -0000 2009/4/19 Fernando Apestegu=EDa : > Hi all, > > I have the latest version of the ports collection (gotten with > portsnap). I performed a whole update of my system (FreeBSD > 7.1-RELEASE-p4 #12). Everything went fine save the vim port. > An upgrade of the base system Should Not(Tm) affect installed ports under normal conditions. > It is unable to download vim-7.2.tar.bz2 despite the fact that the URL > portupgrade tries to download from, exists: > http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 > It was unable to download the file from any other sites. Several > different errors (Move permanently, range request not satisfiable...) > I am unfamiliar with automated port utilities. What happens if you do the following?: cd /usr/ports/editors/vim; make deinstall distclean; make install clean > However, I downloaded that file from the first site using 'fetch', > place the file in /usr/ports/distfiles/vim and I could install the > package... > Don't confuse ports and packages. They are two different ways to install third-party software (until they are installed -- then everything is a package). > Any ideas on this problem? > > Thanks in advance. --=20 Glen Barber