Subject: games/quake does not seem to work
To: None <tech-pkg@netbsd.org>
From: Jonathan R. Hinds <jon@fork.yi.org>
List: tech-pkg
Date: 01/22/2002 21:39:04
In the Makefile, ftp.cdrom.com is listed as a MASTER_SITE, but does no
longer seem to have the q1source.zip file.

It seems changes were made two weeks ago that changed the "QW" and
"WinQuake" directories in the Makefile to "qw" and "winquake"... All that
I can think of is that the q1source.zip file that was on cdrom.com had
lowercased directories.

I have checked the q1source.zip files on ftp.fu-berlin.de and
ftp.idsoftware.com and they have capitals in the directory names.

So with pkgsrc pulled two days ago and q1source.zip from
ftp.idsoftware.com, I get this:

-----------------------
bash-2.05# make
===> Validating dependencies for quake-2.30
=> Checksum OK for q1source.zip.
===> Extracting for quake-2.30
===> Required installed package quakedata-[0-9]*: quakedata-1.0 found
===> Required installed package Mesa>=3.2.1: Mesa-3.4.2nb1 found
===> Required installed package gmake>=3.78: gmake-3.79.1 found
===> Required installed package unzip-*: unzip-5.42 found
===> Patching for quake-2.30
===> Applying NetBSD patches for quake-2.30
File to patch:
---------------------------
bash-2.05# pwd
/usr/pkgsrc/games/quake/work
bash-2.05# ls
.extract_done   QW              WinQuake        gnu.txt         readme.txt
bash-2.05#
---------------------------

Thanks,

--jon