From owner-freebsd-ports@FreeBSD.ORG Sun Oct 16 17:09:07 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C9DF16A422 for ; Sun, 16 Oct 2005 17:09:07 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C69C343D5E for ; Sun, 16 Oct 2005 17:09:05 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so728696nzo for ; Sun, 16 Oct 2005 10:09:05 -0700 (PDT) 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=cVBcQspUQrqtrj+xEQOtU56RZ4UIJachy41SYnhnL/1H61FJppfLQOAnN+6KifC31xsA9rsRTymnfmygAvMM8ldvr0Pr0xwG3Gosf0kIIl8WNj4bN9UZXNFBUDvscF0qArh32JynE+OoJExobvj9K8aapbUU9py+Da5WP6aeyYA= Received: by 10.37.15.79 with SMTP id s79mr1788881nzi; Sun, 16 Oct 2005 10:09:05 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Sun, 16 Oct 2005 10:09:05 -0700 (PDT) Message-ID: Date: Sun, 16 Oct 2005 21:09:05 +0400 From: "Andrew P." To: Sergey Matveychuk In-Reply-To: <435255EF.8070003@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <435255EF.8070003@FreeBSD.org> Cc: ports@freebsd.org Subject: Re: Moviedb - broken or not? 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: Sun, 16 Oct 2005 17:09:07 -0000 On 10/16/05, Sergey Matveychuk wrote: > Andrew P. wrote: > > Freshports say moviedb was unbroken this January. > > I tried installing it at different times on 4.x/5.x/6.x, > > but always got some kind of mistake. > > > > Today it was like this: > > > > # make > > > > # make install > > <...> > > Adding Distributor List... > > ...315653 read > > /usr/local/libexec/moviedb/mkdb -create > > *** Signal 11 > > > > Am I doing something wrong or is there a problem? > > No it works. I've checked it both on 4.11 and 5.4. And pointyhat reports > no problem for it. > May be you have not enough of disk space? The port require about 500 Mb > free space. > > -- > Sem. > > Oh, my! The distinfo file is just not funny. There has to be a better way to deal with this. Better than downloading the whole database every week. They offer incremental weekly diffs, we should figure out how to do it right. The obvious solution would be to host a static db somewhere and have the port fetch all the needed patches. Any ideas?