From owner-freebsd-ports@FreeBSD.ORG Mon May 23 20:17:44 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C7D6106566B for ; Mon, 23 May 2011 20:17:44 +0000 (UTC) (envelope-from jbelivea@fit.edu) Received: from smtphost-ls.fit.edu (smtphost-ls.fit.edu [163.118.3.90]) by mx1.freebsd.org (Postfix) with ESMTP id 50AEC8FC17 for ; Mon, 23 May 2011 20:17:44 +0000 (UTC) Received: from EX1.fit.edu (ex1.fit.edu [163.118.171.55]) by smtphost-ls.fit.edu (Postfix) with ESMTP id 749ECBA5D6F for ; Mon, 23 May 2011 15:51:33 -0400 (EDT) Received: from fault.localnet (163.118.10.87) by EX1.fit.edu (163.118.171.55) with Microsoft SMTP Server (TLS) id 8.3.137.0; Mon, 23 May 2011 15:51:33 -0400 From: Jon Beliveau To: "freebsd-ports@freebsd.org" Date: Mon, 23 May 2011 15:51:29 -0400 User-Agent: KMail/1.13.7 (Linux/2.6.35-lts-ck; KDE/4.6.3; x86_64; ; ) References: <20110523135244.GA1232@think.gnix.co.uk> In-Reply-To: <20110523135244.GA1232@think.gnix.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: <201105231551.29811.jbelivea@fit.edu> X-fltech-MailScanner-Information: Please contact the ISP for more information X-fltech-MailScanner-ID: 749ECBA5D6F.ADE4E X-fltech-MailScanner: Found to be clean X-fltech-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-0.011, required 3, autolearn=not spam, SPF_PASS -0.00, T_RP_MATCHES_RCVD -0.01) X-fltech-MailScanner-From: jbelivea@fit.edu X-fltech-MailScanner-Watermark: 1306785096.92828@zyIZha+ZjULJZMPDlCJuOw X-Spam-Status: No Subject: Re: linux-f10-flashplugin can't fetch 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: Mon, 23 May 2011 20:17:44 -0000 On Monday, May 23, 2011 09:52:44 AM you wrote: > Hello > > trying to install www/linux-f10-flashplugin but it fails before even > downloading the file. I downloaded the file from Adobe's site and have put > it into /usr/ports/distfiles/flashplugin/current/ & /usr/ports/distfiles/ > but neither worked. > > Below is the error output. Can anyone help out with this problem? > > jamie Hi Jamie, The problem described seems similar to this thread: https://forums.freebsd.org/showthread.php?t=1315 In short, run: cd /usr/ports/www/linux-f10-flashplugin10 make makesum make install clean And that should correct the issue. -Jon