- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
- Remove LITS and SKYBOXES options (JoeQuake is based on FuhQuake, so it also
supports them; a separate port has been done).
- Use patches instead of ${REINPLACE_CMD}.
- Add HUD option.
- Make FuhQuake write in ~/.fuhquake.
PR: ports/91893
Submitted by: alepulver (myself)
Approved by: maintainer (timeout)
Changes:
* Integrate with "games/quake-data".
* Remove SVGA client (doesn't compile, and if it does it could behave as described in "games/quakeforge/pkg-messgae").
* Add OPTIONS.
* Add option to install files for colored lighting in levels.
PR: ports/86170
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Approved by: maintainer timeout
Relinquish ports I happen to no longer use. They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.
Approved by: fjoe (mentor)
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