From owner-freebsd-ports@FreeBSD.ORG Tue Apr 26 02:21:38 2005 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5060016A4CE for ; Tue, 26 Apr 2005 02:21:38 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id E08EA43D49 for ; Tue, 26 Apr 2005 02:21:37 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1441535wra for ; Mon, 25 Apr 2005 19:21:37 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=i0/rWbLSN5AsRUBFDX2o/5ivDX6jhevBOUsO5ZCEXxj5otNgrV6ZDf0KCX0gKodphBV2w6bagD1F8A499lKh//empQ7pc1JzDVjwCC4GxGmtcgGc6KaZla4jOtgGVGTAdVxsuL84S4oH7r7BR5U9zbpBa1nYxcu3K6Wt67pYxwI= Received: by 10.54.50.15 with SMTP id x15mr2320502wrx; Mon, 25 Apr 2005 19:21:37 -0700 (PDT) Received: from ?192.168.1.10? ([4.28.64.41]) by mx.gmail.com with ESMTP id 27sm192176wrl.2005.04.25.19.21.35; Mon, 25 Apr 2005 19:21:37 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-ports@freebsd.org, Christopher Nehren Date: Mon, 25 Apr 2005 19:21:31 -0700 User-Agent: KMail/1.8 References: <200504251854.35101.ringworm01@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504251921.31614.ringworm01@gmail.com> Subject: Re: /usr/ports/games/doomlegacy X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 02:21:38 -0000 On Monday 25 April 2005 18:57, Christopher Nehren wrote: > On 2005-04-26, Michael C. Shultz scribbled these > > curious markings: > > /usr/ports/games/doomlegacy > > Have you thought of, just perhaps: > pkg_info -Lx doomlegacy | grep bin > ? > > > /usr/local/bin/doomsday -g jdoom -f > > /usr/local/share/deng/Data/jDoom/jDoom.wad > > ... that's for games/doomsday, which you start with deng, as the > pkg-message clearly shows you when you install it. > > Best Regards, > Christopher Nehren pkg_info -Lx doomlegacy | grep bin returns: /usr/local/bin/legacy which returns Error: Main WAD file not found You need either doom.wad, doom1.wad, doom2.wad, tnt.wad, plutonia.wad, heretic.wad or heretic1.wad from any sharware or commercial version of Doom or Heretic! If you have one of those files, be sure it has the correct case or use the -IWAD command line switch. find shows none of the "wad" files on the hard drive and there seems to be no instructions on how to acquire them. also, "... that's for games/doomsday, which you start with deng, as the pkg-message clearly shows you when you install it." does not seem to work as the pkg-info suggested it should when I ran "/usr/local/bin/doomsday -g jdoom -f /usr/local/share/deng/Data/jDoom/jDoom.wad". -Mike