From owner-freebsd-questions@FreeBSD.ORG Tue Jun 30 22:48:36 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 A02641065678 for ; Tue, 30 Jun 2009 22:48:36 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6288FC19 for ; Tue, 30 Jun 2009 22:48:35 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: by ewy9 with SMTP id 9so592453ewy.43 for ; Tue, 30 Jun 2009 15:48:35 -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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=GMZEvkazH0ETIfOei0OQb7x8y1zNTRUSbrYgpaRcYf8=; b=jLF8DJKqneLHJyEywhYeZuCvLIhj3UeHTuRwfVgPiGILz+Ovn6dALteuMchORuGBov 6GuyjjrsaCHdu5eMt9+ooBFrckwzrXS2slwuziCj0MUYC3fUbiHxx/qYw+gFf8yJ1pTb uUnmH2xcxPH39NO/n7zvlgDpuo/v3iJsYQCHY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=l7+IcZO9xDG+20uUVgNpn4V0nVpt8BDMxXIRvsoqdV+s5ygyeNNGc+bQBFhMTE4r0z JfHbC+OFrczfMfSA/cYoA9nc2jfXYOE5reHnHBfY+bzVq/PJ9tCZFsx6WzaUPXs1hyu0 oe11qLAPRVidtcgUWaPdbot2rdbglqo54dO0M= MIME-Version: 1.0 Received: by 10.216.53.197 with SMTP id g47mr2612559wec.91.1246402115082; Tue, 30 Jun 2009 15:48:35 -0700 (PDT) In-Reply-To: <4ad871310906301538m6d693a1ev97614c16689453e8@mail.gmail.com> References: <27ade5280906301515u2f81e82k31650c6061ecc2e1@mail.gmail.com> <4ad871310906301538m6d693a1ev97614c16689453e8@mail.gmail.com> From: APseudoUtopia Date: Tue, 30 Jun 2009 18:48:15 -0400 Message-ID: <27ade5280906301548l27a98eerd2fca8051f18a63e@mail.gmail.com> To: Glen Barber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Trouble Upgrading VIM 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, 30 Jun 2009 22:48:37 -0000 On Tue, Jun 30, 2009 at 6:38 PM, Glen Barber wrote= : > On Tue, Jun 30, 2009 at 6:15 PM, APseudoUtopia w= rote: >> Hey, >> >> I emailed the list about two weeks ago, but received no responses. I'm >> having problems upgrading the VIM-Lite port from version 7.2.171 to >> 7.2.209. I'm getting the following error: >> >> =3D> 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. >> =3D> Attempting to fetch from http://ftp.vim.org/pub/vim/patches/7.2/. >> fetch: http://ftp.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request >> > > I saw this in a thread a few days (weeks) ago. > > Try putting "quotes" around the patch with the "%" sign. =C2=A0That is > (most likely) what is causing problems. > > I thought this was patched -- is your ports tree current? > > -- > Glen Barber > Yes, it is current (I mentioned this in the original email). I run portsnap fetch update on a daily basis. This didn't solve the problem after a week or so, so I decided to `rm -rf /usr/ports/*` and run portsnap fetch extract to see if it helped. It did not. Do you mean editing the Makefile and adding quotes? I'll try doing that now and see if it works.