From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 06:31:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57DEA16A401 for ; Wed, 22 Mar 2006 06:31:56 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD56143D49 for ; Wed, 22 Mar 2006 06:31:55 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so119441nzi for ; Tue, 21 Mar 2006 22:31:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AIhKGzLbKwHkTYhUw44u7+M1TEHO5/uaX2qzUQxTZkNjgftQ6PtS3cbeZJOHCTVYKSl5Bst8F7G4FvUxqo7d2bqiNTxSlQcaIG97RyjRYSco6wtKF6zxJhIqbEvdiwQtI2XB6IN7T+cLMqTuUnylX957lwrcc+Ub+z/G4ojYvRc= Received: by 10.36.135.1 with SMTP id i1mr798295nzd; Tue, 21 Mar 2006 22:31:55 -0800 (PST) Received: by 10.37.22.74 with HTTP; Tue, 21 Mar 2006 22:31:55 -0800 (PST) Message-ID: Date: Wed, 22 Mar 2006 09:31:55 +0300 From: "Andrew Pantyukhin" To: "Donald T Hayford" In-Reply-To: <4420ABA7.3090409@donhayford.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4420ABA7.3090409@donhayford.com> Cc: FreeBSD Subject: Re: Problem in ports/multimedia/handbrake - seemingly wrong version (0.6.2 vice 0.7.1) 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: Wed, 22 Mar 2006 06:31:56 -0000 On 3/22/06, Donald T Hayford wrote: > When I try to install the multimedia/handbrake port, I get the following > error message: > _________________________________________________________________________= ________________________________________ > =3D=3D=3D> Vulnerability check disabled, database not found > =3D> HandBrake-0.6.2-src.tar.gz doesn't seem to exist in > /usr/ports/distfiles/. > =3D> Attempting to fetch from http://people.via.ecp.fr/~titer/handbrake/. > fetch: > http://people.via.ecp.fr/~titer/handbrake/HandBrake-0.6.2-src.tar.gz: > Not Found > =3D> Attempting to fetch from > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/. > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/HandBrake-0.6.2-src.tar= .gz: > File unavailable (e.g., file not found, no access) > =3D> Couldn't fetch it - please try to retrieve this > =3D> port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Stop in /usr/ports/multimedia/handbrake. > _________________________________________________________________________= __________________________________________ > > When I go to the URL, I find that the only version available is 0.7.1, > which was apparently released 2/24/2006. The earlier version is > probably available through some sort of source control, but I wasn't > smart enough to figure out what/where/how. > > Being new to FreeBSD, I don't know the proper procedure in this case. > > Should I report this to someone? Or is taken care of in some other > way? Or is this the wrong forum? > > Can I just manually edit the port Makefile and distinfo file to have the > correct version/size/MD5 etc? Or is this too simplistic a fix that will > screw up other things? > > As always, > Thanks for your support > > Don Hayford > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Handbrake maintainership was dropped a few days ago. I spent a couple of minutes trying to update it, but I ended up reading jam manual and wondering why somebody wants to use it over make. You can have a look at the Porter's Handbook and see if you can take maintainership.