From owner-freebsd-ports@FreeBSD.ORG Wed May 16 05:23:05 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0219D16A400; Wed, 16 May 2007 05:23:05 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.freebsd.org (Postfix) with ESMTP id CCF2913C457; Wed, 16 May 2007 05:23:04 +0000 (UTC) (envelope-from freebsd@bitfreak.org) Received: from [10.9.70.100] (pool-71-182-82-197.ptldor.fios.verizon.net [71.182.82.197]) by mail.twinthornes.com (Postfix) with ESMTP id BD3A6877; Tue, 15 May 2007 22:02:52 -0700 (PDT) Message-ID: <464A907B.8050707@bitfreak.org> Date: Tue, 15 May 2007 22:02:51 -0700 From: Darren Pilgrim User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: Andriy Babiy References: <200705152048.59681.ABabiy@shaw.ca> In-Reply-To: <200705152048.59681.ABabiy@shaw.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, luigi@freebsd.org Subject: Re: FreeBSD Port: linux-gspca-kmod-1.0.12.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2007 05:23:05 -0000 Andriy Babiy wrote: > I wanted to try making the port, but faced a problem: > > The requested URL /spca50x/Download/gspcav1-20070110.tar.gz was not found > on this server. > Apache/ProXad [Apr 14 2007 12:48:55] Server at mxhaard.free.fr > > This is what I get when I try downloading the source. > Of course, I tried installing the driver through the port, but the > gspcav1-20070110.tar.gz file couldn't be found in either location, > including that mentioned above. > > The "Download" link from the port gives > http://cvsweb.freebsd.org/ports/multimedia/linux-gspca-kmod/linux-gspca-kmod.tar.gz?tarball=1 > which is different file. > > Am I doing anything wrong? Or should I build the port from the source? > Please, give me your advice. Thank you very much in advance. It looks like a new version was released a week ago and the 20070110 source tarball was moved to an archival directory. You can temporarily unbreak your port and install the older version by editing the port Makefile and changing line 11 to: MASTER_SITES= http://mxhaard.free.fr/spca50x/Download/oldrelease/ Otherwise, submit an update PR for the port or wait for Luigi to update the port. HTH