From owner-freebsd-questions@FreeBSD.ORG Fri Oct 6 16:53:15 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 DF33416A403 for ; Fri, 6 Oct 2006 16:53:15 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from alnrmhc11.comcast.net (alnrmhc11.comcast.net [204.127.225.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C0743D45 for ; Fri, 6 Oct 2006 16:53:15 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (alnrmhc11) with ESMTP id <20061006165314b110089eate>; Fri, 6 Oct 2006 16:53:15 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org Date: Fri, 6 Oct 2006 11:53:12 -0500 User-Agent: KMail/1.9.3 References: <20061006160557.GA27560@tigger.digitaltorque.ca> In-Reply-To: <20061006160557.GA27560@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610061153.12440.josh@tcbug.org> Cc: "Michael P. Soulier" Subject: Re: error in building a fortune-mod port, where is fortune? 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: Fri, 06 Oct 2006 16:53:16 -0000 On Friday 06 October 2006 11:05, Michael P. Soulier wrote: > [msoulier@kanga fortune-mod-futurama]$ sudo make > Password: > => fortune-mod-futurama-0.2.tar.bz2 doesn't seem to exist in > /usr/ports/distfiles/. > => Attempting to fetch from http://www.netmeister.org/apps/. > fortune-mod-futurama-0.2.tar.bz2 100% of 16 kB 85 > kBps ===> Extracting for fortune-mod-futurama-0.2_3 > => MD5 Checksum OK for fortune-mod-futurama-0.2.tar.bz2. > ===> Patching for fortune-mod-futurama-0.2_3 > ===> Configuring for fortune-mod-futurama-0.2_3 > ===> Building for fortune-mod-futurama-0.2_3 > /usr/games/strfile: not found > *** Error code 127 > > Stop in /usr/ports/misc/fortune-mod-futurama. > [msoulier@kanga fortune-mod-futurama]$ pwd > /usr/ports/misc/fortune-mod-futurama > > Presumably I need the base fortune-mod program, which would include > strfile. But, I don't see it in the ports tree. > > Any pointers? > > Thanks, > Mike Fortune is in the 'games' distribution of the base system. -- Thanks, Josh Paetzel