Port details |
- linux-quake4 Quake 4 for Linux
- 1.4.2_1,1 games =5 1.4.2_1,1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2005-11-17 11:39:49
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: wine, sox, mDNSResponder, xpdf, quake3-data
- Also Listed In: linux
- License: IDSOFTWARE
- WWW:
- http://www.quake4game.com/
- Description:
- This package contains Quake 4 for Linux by id Software.
In order to play this game, you need to add the data files
that are available on the Quake 4 CD's or DVD.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- linux-quake4>0:games/linux-quake4
- To install the port:
- cd /usr/ports/games/linux-quake4/ && make install clean
- To add the package, run one of these commands:
- pkg install games/linux-quake4
- pkg install linux-quake4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-quake4
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- SHA256 (quake4-linux-1.4.2.x86.run) = 9203b387b1a4075a1b9ad1eb7be32b49a88141a448d9330d9cbe1f40a145bd6a
SIZE (quake4-linux-1.4.2.x86.run) = 287552973
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux-c7-sdl>0 : devel/linux-c7-sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for linux-quake4-1.4.2_1,1:
DOCS=on: Build and/or install documentation
GERMANY=off: Germany version
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- games_linux-quake4
- USES:
- linux
- pkg-message:
- For install:
- Quake 4 game (Linux version) was installed
1) In order to play Quake 4, you need to copy some data files
from the Quake 4 DVD or CD's. Please read the following
file:
/usr/local/share/doc/quake4/README
2) Need minimal 24bits resolution in your desktop for to play it.
3) Enjoy it ;)
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.4.2_1,1 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.4.2_1,1 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.4.2_1,1 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
1.4.2_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2_1,1 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
1.4.2_1,1 01 Dec 2016 11:18:04 |
mat |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
1.4.2_1,1 05 Sep 2016 19:23:42 |
tijl |
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases
that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling. Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
default versions framework. (Only the first 15 lines of the commit message are shown above ) |
1.4.2_1,1 23 May 2016 16:46:36 |
mat |
Cleanup some other NO_PACKAGE madness.
With hat: portmgr
Sponsored by: Absolight |
1.4.2_1,1 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
1.4.2_1,1 27 May 2015 00:15:05 |
amdmi3 |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
1.4.2_1,1 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.4.2_1,1 29 Dec 2014 01:16:54 |
amdmi3 |
- Fix reporting files that should be removed manually
- Drop @dirrm* from plist |
1.4.2_1,1 15 Jul 2014 15:19:07 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.4.2_1,1 26 May 2014 02:33:39 |
eadler |
Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit) |
1.4.2_1,1 22 May 2014 07:59:08 |
miwi |
- Stage support
PR: 187865
Submitted by: Johannes Jost Meixner <xmj@chaot.net>
Approved by: maintainer timeout |
1.4.2,1 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.4.2,1 31 May 2013 14:40:56 |
jgh |
- adopt optionsNG for games
- trim historical headers and trim comments
- some Makefile cleanup
Approved by: portmgr (bapt) |
1.4.2,1 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.4.2,1 19 Mar 2009 17:28:51 |
bsam |
Welcome to the new linux ports infrastructure which allows using
both current (fc4) and future linux (f8) distributions at one
ports tree.
The patch contains full changes to ports/Mk files and all ports involved.
But only infrastructure is changed. The resulting packages are the same as
before. Hence no need to bump PORTREVISIONs.
The idea was taken from bsd.gnome.mk and others.
More than 130 ports are switched to follow a new linux infrastructure
introduced by changes to bsd.port.mk, bsd.linux-rpm.mk and a new
bsd.linux-apps.mk.
Thanks for all who was involved and helped me with this work.
And help from Alexander Leidinger was incredible.
Other changes are coming. Stay tuned!
PR: ports/132510
Submitted by: bsam (me)
Exp-run by: portmgr (pav) |
1.4.2,1 09 Sep 2007 21:36:18 |
acm |
- Update to 1.4.2 |
1.3,1 08 Nov 2006 00:12:10 |
acm |
- Remove ONLY_FOR_ARCHS
Suggested by: kris
Noticed by: alepulver |
1.3,1 02 Aug 2006 19:50:23 |
acm |
- Update to 1.3
- Removed USE_X_PREFIX
- Added NO_CDROM and NO_PACKAGE
- Added linux- prefix to all quake* scripts
Approved by: garga (mentor) |
1.2.1,1 23 Jul 2006 02:45:24 |
acm |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
1.2.1,1 24 Jun 2006 19:58:50 |
alepulver |
- Do not install standard libraries since they are now present in
linux_base-fc4.
Approved by: maintainer |
1.2.1,1 03 Jun 2006 17:24:09 |
alepulver |
- Update to 1.2.1
- Added new options (SMP and GERMANY support)
- This ports install libSDL-1.2.id.so.0 and libstdc++.so.6. It's neccesary for
correct running of linux-quake4.
- Other tiny modifications.
- Install libraries in a private directory and not in global ones [1].
- Fix IDSOFTWARE mirror sub-directory [1].
- Keep PORTEPOCH [1].
PR: ports/96789
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
Reworked by: alepulver [1] |
1.1,1 08 Apr 2006 21:59:59 |
pav |
- Update to 1.1
PR: ports/95099
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer) |
1.0.6,1 06 Apr 2006 00:21:42 |
edwin |
[PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWARE
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to
bsd.sites.mk and adds it to the following ports:
games/doom
games/linux-quake3
games/linux-quake4
games/qcc
games/quake-data
games/quake-source
games/quake2-data
games/quake2-source
games/quake2forge
games/quake2lnx
games/quake3
games/quake3-data
games/rtcw
PR: ports/93546
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
1.0.6,1 26 Mar 2006 21:58:31 |
pav |
- Update to 1.0.6
- Install into X11BASE
- Cleanup
- Take over maintainership
PR: ports/92383
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by: Andrew Pantyukhin <infofarmer@gmail.com> (maintainer) |
1.0.5,1 22 Jan 2006 02:11:14 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0.5,1 16 Jan 2006 23:11:04 |
tdb |
- Update MASTER_SITES
PR: 91889
Submitted by: infofarmer@gmail.com (maintainer) |
1.0.5,1 22 Nov 2005 02:51:38 |
edwin |
maintainer-update games/linux-quake4
Make linux-quake4 fetchable.
Reported by: Kris Kennaway
Oh man, we need to support torrent links in bsd.port.mk.
See also bin/89403
PR: ports/89299
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> |
1.0.5,1 17 Nov 2005 22:25:11 |
edwin |
New maintainer: "Andrew P." <infofarmer@gmail.com>
I'm not a gamer, and I don't own the game, but this is an
important port and it would be a pity to see it orphaned. So
I'm willing to take maintainership until someone more suitable
steps forward..
BTW, Q4 runs great on FreeBSD. There are still a few tweaks
to be made (e.g. q4 would be glad to see linprocfs), but overall
it runs without any bugs, glitches or performance problems.
We need to put some pressure on Ati guys to release either
drivers or specs. Maybe we'll talk later about it at advocacy@. |
1.0.5,1 17 Nov 2005 21:21:09 |
edwin |
update games/linux-quake4 to 1.0.5
o Update to 1.0.5
o Fix pkg-plist
o Add SHA256
o Old savegames seem to be compatible
PR: ports/89199
Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Approved by: Ed Schouten <ed@fxq.nl> |
1.0.2147.12 17 Nov 2005 11:38:43 |
edwin |
[New port] games/quake4
id Software has released Linux binaries for Quake 4! Hooray!
They seem to work on FreeBSD as well (worked on my machine,
about 5 FPS ;-)).
There isn't a port for it at the moment, so I've made one.
I don't feel like maintaining it, because I can't really
test it on my machine.
The port isn't complete; There isn't a switch to install
dedicated only (wouldn't be hard though) and I guess we
shouldn't be able to build packages from it.
Have fun! :-)
* Renamed it to games/linux-quake4 to stay consistent with other quake ports.
PR: ports/87764
Submitted by: Ed Schouten <ed@fxq.nl> |