From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 13 11:29:55 2010 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AA02106566C for ; Sat, 13 Feb 2010 11:29:55 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout5.freenet.de (mout5.freenet.de [IPv6:2001:748:100:40::2:7]) by mx1.freebsd.org (Postfix) with ESMTP id D81058FC0A for ; Sat, 13 Feb 2010 11:29:54 +0000 (UTC) Received: from [195.4.92.19] (helo=9.mx.freenet.de) by mout5.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.70 #1) id 1NgGC9-00010d-KS; Sat, 13 Feb 2010 12:29:53 +0100 Received: from p57ae1b5c.dip0.t-ipconnect.de ([87.174.27.92]:13129 helo=ernst.jennejohn.org) by 9.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.72 #1) id 1NgGC9-0007Ex-CY; Sat, 13 Feb 2010 12:29:53 +0100 Date: Sat, 13 Feb 2010 12:29:52 +0100 From: Gary Jennejohn To: Stevan Tiefert Message-ID: <20100213122952.262e1c66@ernst.jennejohn.org> In-Reply-To: <1265989915.53514.3.camel@x1-6-00-11-09-00-e4-00.search.b.superkabel.de> References: <1265989915.53514.3.camel@x1-6-00-11-09-00-e4-00.search.b.superkabel.de> X-Mailer: Claws Mail 3.7.4 (GTK+ 2.16.2; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: emulation@FreeBSD.org Subject: Re: www/linux-f10-flashplugin10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 11:29:55 -0000 On Fri, 12 Feb 2010 16:51:55 +0100 Stevan Tiefert wrote: > Hello maintainer! > > I have tried to install www/linux-f10-flashplugin10. I have got > following error: > > => Attempting to fetch from > http://fpdownload.macromedia.com/get/flashplayer/current/. > fetch: > http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz: size mismatch: expected 4050308, actual 4050435 > > That should not be :-) Maybe something changed? > > I have used the newest ports-tree... > Looks like Macromedia replaced the tarball and the size changed. You can do this: mv distinfo distinfo.orig make fetch make makesum install the port (may not work if there are new elements in the tarball) mv distinfo.orig distinfo --- Gary Jennejohn