Port details |
- nehquake Quake engine designed for playing Nehahra
- 1.0_9 games =2 1.0_9Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2006-05-19 16:52:52
- Last Update: 2023-11-22 12:16:30
- Commit Hash: eecd094
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://quakewiki.org/wiki/Nehahra
- https://www.quaddicted.com/reviews/nehahra.html
- Description:
- This Nehahra engine is basically a bug-fixed version of the released 2.54
source. It has also most of the fixes/features of the Enhanced GLQuake
version. The engine can be used for both watching the "Seal of Nehahra" movie
and for playing the actual game.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nehquake>0:games/nehquake
- To install the port:
- cd /usr/ports/games/nehquake/ && make install clean
- To add the package, run one of these commands:
- pkg install games/nehquake
- pkg install nehquake
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nehquake
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (NehQuake-bjp-bin-src.linux.tar.bz2) = 94163615c3c85dc98d07b949cf96a5ce8a161aa9b3d35bc0611efbbe38c00677
SIZE (NehQuake-bjp-bin-src.linux.tar.bz2) = 1043104
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- sdl-config : devel/sdl12
- xorgproto>=0 : x11/xorgproto
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xxf86dga.pc : x11/libXxf86dga
- xxf86vm.pc : x11/libXxf86vm
- Runtime dependencies:
-
- pak0.pak : games/quake-data
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xxf86dga.pc : x11/libXxf86dga
- xxf86vm.pc : x11/libXxf86vm
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nehquake-1.0_9:
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
SDL=on: Simple Direct Media Layer support
X86_ASM=on: Enable x86 assembly code
===> Use 'make config' to modify these settings
- Options name:
- games_nehquake
- USES:
- gl gmake tar:bzip2 xorg sdl
- pkg-message:
- For install:
- To complete the installation of this port, download Nehahra mod
from https://www.quaddicted.com/filebase/nehahra.zip and unpack
its "nehahra" subdirectory as "/usr/local/share/quake/nehahra".
If you see the following error when loading certain large maps,
Error: Cache_TryAlloc: 1627728 is greater then free hunk
run the game with e.g. ``-mem 64'' option (memory in megabytes).
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_9 22 Nov 2023 12:16:30 |
Alexey Dokuchaev (danfe) |
games/nehquake: unbreak, undeprecate, and assume maintainership
Define LICENSE (GPLv2 or later), add missing USE_XORG components,
do not allow ``make build'' to succeed when compilation actually
fails, bump MAX_PRINTMSG value to accommodate long GL extensions
string returned by modern video cards, amend post-install advice.
Tested on: 13-STABLE/i386 + ATI Radeon HD 4350 (RV710) |
1.0_9 14 Oct 2023 17:11:28 |
Daniel Engberg (diizzy) |
games/nehquake: Deprecate and set expiration date to 2023-11-30
Abandonware, fails to build and marked broken over a year go
Reference:
https://quakewiki.org/wiki/Nehahra |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0_9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0_9 20 Jul 2022 14:21:58 |
Tobias C. Berner (tcberner) |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
1.0_9 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.0_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0_8 17 Feb 2021 23:06:09 |
linimon |
Remove X86_ASM option from !x86. |
1.0_8 17 Feb 2021 23:03:29 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
1.0_8 04 Feb 2021 17:12:58 |
jbeich |
games/nehquake: unbreak with libglvnd
src/gl_vidlinuxglx.c:43:10: fatal error: 'X11/extensions/xf86vmode.h' file not
found
#include <X11/extensions/xf86vmode.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: antoine (via bug 246767 exp-run) |
1.0_8 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.0_8 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.0_8 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.0_7 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.0_7 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
1.0_6 31 Oct 2014 19:49:27 |
bapt |
Simplify plist |
1.0_6 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.0_5 15 Apr 2014 18:33:50 |
pawel |
- Add staging support
- Convert to USES=tar:bzip2
- Use options helpers and subs |
1.0_5 19 Nov 2013 23:08:45 |
mat |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
1.0_5 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0_5 12 Jun 2012 16:35:45 |
bapt |
Convert to new options framework |
1.0_5 18 Feb 2012 10:18:33 |
mva |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
1.0_4 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.0_4 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
1.0_4 25 Jul 2008 14:34:52 |
pav |
- Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT |
1.0_4 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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) |
1.0_4 27 Mar 2008 11:20:18 |
miwi |
- Add missing dependens
- Bump PORTREVISION
Submitted by: pointyhat via pav |
1.0_3 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
1.0_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0_1 22 Jan 2007 02:54:51 |
alepulver |
- Make fetchable (mirror distfile to MASTER_SITE_LOCAL). |
1.0_1 20 Sep 2006 11:21:59 |
stas |
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor) |
1.0 27 May 2006 17:14:10 |
alepulver |
- Fix building on non i386 architectures.
- Add X86_ASM options.
Approved by: garga (mentor, implicitly) |
1.0 19 May 2006 16:51:27 |
alepulver |
This Nehahra engine is basically a bug-fixed version of the released 2.54
source. It has also most of the fixes/features of the Enhanced GLQuake
version. The engine can be used for both watching the "Seal of Nehahra" movie
and for playing the actual game.
WWW: http://planetquake.com/nehahra/
Approved by: garga (mentor) |