It would be nice to redefine QW_PLATFORM to ``FreeBSD''
instead of ``Linux'' (which is default), so to make FuhQuake
report real box type it's being run onto.
PR: ports/56990
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
- Change bogus SED statement
- Don't grumble about disabling x86 asm on non-i386
hardware, since obviously it won't be used anyway
- Pet portlint
PR: 56453
Submitted by: maintainer
- Fixes build on 5.x with XMMS support enabled;
- Fixes path where to look for XMMS binary;
- Allows fuhquake to be run from any directory per kris' suggestion;
- Adds WITH_SHAREWARE_DATA knob. Coupled with previous, this
makes fuhquake playable right after install, yet allows it to be
distributed on CDROM (since shareware data cannot be included,
one must explicitly define this knob);
- Properly utilizes EXTRACT_ONLY in Makefile and DOCSDIR in pkg-plist;
- Removes EXTRACT_BEFORE_ARGS from Makefile since it's no longer needed;
- Tells user about WITHOUT_XMMS knob, when XMMS bits are found;
- Fixes palette problems on 24-bit depth with x11-renderer;
- Fixes DGA mouse behavior on higher mouse rates when GLX-rendered.
Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru>
PR: 56085