From owner-freebsd-ports@FreeBSD.ORG Wed Jun 24 01:36:12 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2C12106566C; Wed, 24 Jun 2009 01:36:12 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 252D58FC14; Wed, 24 Jun 2009 01:36:11 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so275958fgb.12 for ; Tue, 23 Jun 2009 18:36:11 -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=XJNXgpKozh4lR/LQJwLPmlehXsXZSRCEhAEfVo8t41Q=; b=ErjyKrcrt3UUo8kPAtgWUIzWw3N81MdY6ZjtOc21g2yvNc2eT5DYKPy3aQ+e0D1KF5 0lTnKoXuecx62kw7QTwrYesAaH1NuHkCxPM36zgciBGudsLoJZjUm1MPc9QDQQppP/Ga 67bRr5Ba/T4v2qoTegDFOQmfA0UabvGxweWYs= 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=CDrDZ3kYJKvFa0tm0spwifXeB8DC7bGOByFPpcgyzf2pZkd/9S6CnNTjzO6/1ynsCe UEuw4Dy9OGxnY30ZtryIWI56W2S/7S9r8boIZdr4G3tUoDfExyhXxWuBx7gSOq9cEN/i FfPrEigZgCNaIj8b21XK8RkXoPNgq82EOI8OA= MIME-Version: 1.0 Received: by 10.239.164.9 with SMTP id r9mr65674hbd.38.1245807370937; Tue, 23 Jun 2009 18:36:10 -0700 (PDT) In-Reply-To: References: <20090619093724.GH3582@obspm.fr> <28283d910906191559j95c1a32t2a76f5bd766594ad@mail.gmail.com> <4A3FE24B.5080208@p6m7g8.com> Date: Tue, 23 Jun 2009 22:36:10 -0300 Message-ID: From: "Carlos A. M. dos Santos" To: "Philip M. Gollucci" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Helmut Schneider , freebsd-ports@freebsd.org Subject: Re: vim ports broken. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 01:36:13 -0000 On Mon, Jun 22, 2009 at 7:23 PM, Carlos A. M. dos Santos wrote: > On Mon, Jun 22, 2009 at 4:58 PM, Philip M. Gollucci wrote: >> Helmut Schneider wrote: >>> >>> matt donovan wrote: >>>> >>>> On Fri, Jun 19, 2009 at 5:37 AM, Albert Shih >>>> wrote: >>>>> >>>>> I think the vim ports is broken. >>>> >>>> Nope not broken just takes a long time to grab that patch since it pulls >>>> from FreeBSD ftp localdistfiles mirror under obrien >>> >>> The port *is* broken: >>> >>> # fetch >>> ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/7.2.041% >>> fetch: >>> ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/7.2.041%: Bad >>> Request >>> # >>> >>> as fetch cannot handle "%" correctly. >> >> sure it can, it just needs '' around the url. > > The distinfo file is wrong. Edit it and put the correct data for that patch: > > MD5 (vim/7.2.041) = 66bde35426c09d9c666e23215f9a19c9 > SHA256 (vim/7.2.041) = > 524aa9aeb9f8729fb91289f40a4c5fecf5d0d07d3655c4a38a65abc98f7cd71b > SIZE (vim/7.2.041) = 22993 Opps, now I got it: the official 7.2.041 patch can not be applied cleanly so David provided a custom one. Choosing "%" to differentiate it, however, was a bad idea. It would be better to use a simple underscore. -- My preferred quotation of Robert Louis Stevenson is "You cannot make an omelette without breaking eggs". Not because I like the omelettes, but because I like the sound of eggs being broken.