From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 10:39:08 2009 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 1E78C10656BC for ; Mon, 23 Feb 2009 10:39:08 +0000 (UTC) (envelope-from hmj@elgert.dk) Received: from pqueueb.post.tele.dk (pqueueb.post.tele.dk [193.162.153.10]) by mx1.freebsd.org (Postfix) with ESMTP id CA7A18FC16 for ; Mon, 23 Feb 2009 10:39:07 +0000 (UTC) (envelope-from hmj@elgert.dk) Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236]) by pqueueb.post.tele.dk (Postfix) with ESMTP id 1626E8331 for ; Mon, 23 Feb 2009 11:19:04 +0100 (CET) Received: from mugin-LAN.localhost (0x573c4de4.nivaanqu1.dynamic.dsl.tele.dk [87.60.77.228]) by pfepb.post.tele.dk (Postfix) with ESMTP id 14646F84085; Mon, 23 Feb 2009 11:19:02 +0100 (CET) Received: from mugin-LAN.localhost (localhost [127.0.0.1]) by mugin-LAN.localhost (8.14.3/8.14.3) with ESMTP id n1NAJ1LJ001243; Mon, 23 Feb 2009 11:19:01 +0100 (CET) (envelope-from hmj@mugin-LAN.localhost) Received: (from hmj@localhost) by mugin-LAN.localhost (8.14.3/8.14.3/Submit) id n1NAJ0Pr001242; Mon, 23 Feb 2009 11:19:00 +0100 (CET) (envelope-from hmj) Date: Mon, 23 Feb 2009 11:19:00 +0100 From: Harry Matthiesen Jensen To: freebsd-questions@freebsd.org Message-ID: <20090223101900.GA1084@mugin-LAN.localhost> References: <20090220094320.d1119484.herbert.raimund@gmx.net> <20090220093528.GA94856@osiris.chen.org.nz> <20090220121954.2a777d27.herbert.raimund@gmx.net> <20090220123308.8c8f84a5.cyb.@gmx.net> <20090220200324.e6fc3fd8.herbert.raimund@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20090220200324.e6fc3fd8.herbert.raimund@gmx.net> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: Where is my STRFILE? 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: Mon, 23 Feb 2009 10:39:08 -0000 On Fri, Feb 20, 2009 at 08:03:24PM +0100, herbert langhans wrote: > If I try installing the fortunes, the port-makefile complains that there is no strfile available. > Do you see following files on your system: /usr/src/games/fortune/strfile /usr/src/games/fortune/strfile/Makefile /usr/src/games/fortune/strfile/strfile.8 /usr/src/games/fortune/strfile/strfile.c /usr/src/games/fortune/strfile/strfile.h Is your system 7.1-RELEASE ? I have had same issue with ealier releases, but at that time all the files in the "games" section were missing. If you have the above mentioned files available, a quick fix could be to: cd /usr/src/games make install If the files mentioned not are available, you need to download the source, see the Handbook. .. worked for me, but there might be other problems, maybe some of the hardcore hackers here can answer ;-) -- Mvh/Brgds Harry FreeBSD 7.1-STABLE Compiled at Sun Feb 8 09:18:07 CET 2009