From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 21:07:19 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 358CC106566B for ; Sun, 6 Jun 2010 21:07:19 +0000 (UTC) (envelope-from zenzee@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id C4A818FC15 for ; Sun, 6 Jun 2010 21:07:18 +0000 (UTC) Received: from [192.168.178.21] (a80-101-53-60.adsl.xs4all.nl [80.101.53.60]) (authenticated bits=0) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id o56L6Ka0039749 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 6 Jun 2010 23:07:15 +0200 (CEST) (envelope-from zenzee@xs4all.nl) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Vincent Zee In-Reply-To: <19458.57734.673706.223377@gargle.gargle.HOWL> Date: Sun, 6 Jun 2010 23:07:15 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <50BCC4F9-DE23-46B9-98C1-651CC5D506D2@xs4all.nl> References: <20100530184630.GA36727@xs4all.nl> <19458.57734.673706.223377@gargle.gargle.HOWL> To: hartzell@alerce.com X-Mailer: Apple Mail (2.1078) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions Subject: Re: upgrading squeezeboxserver 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: Sun, 06 Jun 2010 21:07:19 -0000 Hi George, thank you for your answer, will try out your solution. -- Vincent On 31 May 2010, at 0:07, George Hartzell wrote: > Vincent Zee writes: >> Hi, >>=20 >> I recently upgraded to the newest version of audio/squeezeboxserver. >> After the update the server is unable to rescan my music collection. >>=20 >> Does anyone else encountered this problem? >> How can I revert to the previous version of squeezeboxserver >> (I'm using Portmaster to upgrade my ports)? >>=20 >=20 > I had this problem and managed to work around it. >=20 > I haven't had time to track it down enough to file a bug though. >=20 > My fix was to downgrade p5-DBIx-Class to version 08120. >=20 > There's probably a proper way to do this thing, but what I ended up > doing was downgrading the port's distinfo file, replacing its contents > with the following three lines: >=20 > MD5 (DBIx-Class-0.08120.tar.gz) =3D ebed5ed315618e783ac048767aed90a5 > SHA256 (DBIx-Class-0.08120.tar.gz) =3D = c97af692cbbf9779457e669b52d117b3b174aac3826d4af20da7f26e5aabe479 > SIZE (DBIx-Class-0.08120.tar.gz) =3D 513806 >=20 > grabbed from r47 found here: >=20 > = http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/p5-DBIx-Class/distin= fo?sortby=3Drev >=20 > and changing the PORTVERSION in the Makefile to 0.08120. >=20 > Then did a make, a make deinstall and a make install. >=20 > There was probably a make makesum in there too. >=20 > Let me know if you need more details suggestions. >=20 > g.