From owner-freebsd-ports@FreeBSD.ORG Fri Jun 19 23:01:42 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0EB9106566C for ; Fri, 19 Jun 2009 23:01:42 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 4D94F8FC0A for ; Fri, 19 Jun 2009 23:01:42 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so907121ana.13 for ; Fri, 19 Jun 2009 16:01:41 -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; bh=pnHR1KJjJnl9RMErmDuL0WfhY2S8RM7jUReVyaSHTjQ=; b=COQ8S4oqbW/QfNt+W4RwVUnxxyNZcIhP36xgWZdb3mAALFQxEohycYdHJiEOlIf1Fb OhnMsKdS5C3uqcHRvB1nOA/gZOWnRb4dFO2PuQrQgvHIgGi2SARbVA7ckJmU69dZzOFO INIVVUCBsRwl03xFIS1NsvkfjuAy4aMBrizw8= 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; b=HcEVNqKPzz3ZajjK8Cz5Y34SPvadGecYbA5reVMAfoo7n1AGd1x9FqAt1v1B3dIZ6l fgn01HTKpJ7jVWWx1lJky8lhmRfoYiydS74AB9tyXF8TJPRwpkYneQzPhakDBFASPMUp vZVLzrq87SLd7ggilpVdptchB7cCSzbmd6YUk= MIME-Version: 1.0 Received: by 10.100.13.14 with SMTP id 14mr4660071anm.51.1245452500135; Fri, 19 Jun 2009 16:01:40 -0700 (PDT) In-Reply-To: <28283d910906191559j95c1a32t2a76f5bd766594ad@mail.gmail.com> References: <20090619093724.GH3582@obspm.fr> <28283d910906191559j95c1a32t2a76f5bd766594ad@mail.gmail.com> From: matt donovan Date: Fri, 19 Jun 2009 19:01:19 -0400 Message-ID: <28283d910906191601icea1a53m6017e9a3f7fda66f@mail.gmail.com> To: Albert Shih Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, obrien@cs.ucdavis.edu 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: Fri, 19 Jun 2009 23:01:42 -0000 On Fri, Jun 19, 2009 at 6:59 PM, matt donovan wrote: > > > On Fri, Jun 19, 2009 at 5:37 AM, Albert Shih wrote: > >> Hi all >> >> I think the vim ports is broken. >> >> When I try to compile I've got : >> >> [root@ vim]# make >> ===> Vulnerability check disabled, database not found >> => 7.2.041% doesn't seem to exist in /usr/ports/distfiles/vim. >> => 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 >> => Attempting to fetch from >> http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/. >> fetch: http://mirrors.24-7-solutions.net/pub/vim/patches/7.2/7.2.041%: >> Bad >> Request >> => Attempting to fetch from http://ftp.tw.vim.org/pub/vim/patches/7.2/. >> fetch: http://ftp.tw.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from http://vim.stu.edu.tw/patches/7.2/. >> fetch: http://vim.stu.edu.tw/patches/7.2/7.2.041%: Not Found >> => Attempting to fetch from http://gd.tuwien.ac.at/pub/vim/patches/7.2/. >> fetch: http://gd.tuwien.ac.at/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from >> http://www.etsimo.uniovi.es/pub/vim/patches/7.2/. >> fetch: http://www.etsimo.uniovi.es/pub/vim/patches/7.2/7.2.041%: Bad >> Request >> => Attempting to fetch from http://www.pt.vim.org/pub/vim/patches/7.2/. >> fetch: http://www.pt.vim.org/pub/vim/patches/7.2/7.2.041%: Bad Request >> => Attempting to fetch from >> http://www.pangora.org/vim.org/pub/vim/patches/7.2/. >> >> I don't known the purpose of last line of >> >> # bits to remove >> BADPATCHES= 007 036 049 071 072 074 088 089 093 101 138 150 172 >> 191 194 >> 204 205 >> #.if !defined(WITH_LANG) >> #BADPATCHES+= >> #.endif >> .for p in ${BADPATCHES} >> PATCHFILES:= ${PATCHFILES:N7.2.${p}} >> .endfor >> PATCHFILES:= ${PATCHFILES:S/041/041%/} >> >> but it seem strange for me... >> >> Thanks the work. >> >> Regards. >> > Here is the path to the patch file ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/7.2.041%