Port details |
- quetoo Fast, stable, compatible, and secure Quake II client
- 0.6.1_10 games =2 0.6.1_10Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2006-04-10 13:47:03
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- Description:
- The focus of Quetoo is simplicity, security, stability, and speed. It
contains critical security updates for both clients and servers, an
improved console, and some major speed increases. Quetoo is up to 140%
faster than stock Quake II.
If you're looking for visual effect updates and gimmick features, or a
rich single-player experience, run something else. However, perhaps the
following features will sound good to you:
* Dramatic performance increases through proper removal of dynamic
lighting, polyblend, and other "candy" features
* R1Q2 Protocol 35 support and Quetoo-specific protocol extensions to
save bandwidth
* Support for asynchronous video/sound/input and network framing: run
at 90fps over a dial-up connection!
* Location (.loc) file support for alerting team members to your
position
* Bright player skins supported directly within the engine
* Ability to disable ambient sounds and load wildcard pakfiles (*.pak)
* Vastly improved console with Bash-style tab completion, positioned
editing, mouse wheel scrolling, etc.
* Optional deathmatch mod with MySQL frag logging and team play
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/quetoo/ && make install clean
- To add the package, run one of these commands:
- pkg install games/quetoo
- pkg install quetoo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: quetoo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (quetoo-0.6.1.tar.bz2) = d04fc5b38d473f43d4bb950edb5181a1350b1303728c6c3f3e96c608fa4208fe
SIZE (quetoo-0.6.1.tar.bz2) = 1786162
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:
-
- sdl-config : devel/sdl12
- Runtime dependencies:
-
- quake2-data>0 : games/quake2-data
- Library dependencies:
-
- libglut.so : graphics/freeglut
- libSDL.so : devel/sdl12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for quetoo-0.6.1_10:
CTF=off: Build Capture The Flag mod
DOCS=on: Build and/or install documentation
GAME=off: Build main game (default mod)
MYSQL=off: Enable frag logging with MySQL
QMASS=on: Build QMass deathmatch mod
VANCTF=on: Build Vanilla CTF mod
===> Use 'make config' to modify these settings
- Options name:
- games_quetoo
- USES:
- dos2unix gl sdl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1_10 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.6.1_10 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 ) |
0.6.1_10 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 |
0.6.1_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.1_9 31 Aug 2020 04:00:21 |
danfe |
Ensure that there is only one variable definition per each object, as
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10).
Reported by: pkg-fallout |
0.6.1_9 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
0.6.1_9 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. |
0.6.1_9 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 |
0.6.1_8 18 Jan 2015 17:43:50 |
amdmi3 |
- Fix build with clang by disabling -Werror
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.6.1_8 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 ) |
0.6.1_7 30 Nov 2014 15:08:17 |
danfe |
Unbreak the build against Clang 3.5.0.
Requested by: antoine |
0.6.1_7 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) |
0.6.1_6 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
0.6.1_6 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.6.1_5 17 Jan 2014 18:01:54 |
danfe |
- Convert deprecated +DOS2UNIX_FILES to USES= dos2unix and stagify
- Fix one misplaced .endif: QMASS and VANCTF options are independent
While usually USES are placed above other USE_* knobs, make an exception
here because of nice-looking starecase; it also allows to keep logically
bound DOS2UNIX_FILES close to USES yet not break apart all USE* knobs at
the same time. |
0.6.1_5 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.6.1_5 05 Sep 2013 07:22:47 |
danfe |
- Fix the build against Clang
- Drop the check for old OSVERSION
- Improve OPTIONS descriptions
- Remove non-working WWW line
- Add LICENSE (GPLv2) while here
Reported by: pkg-fallout |
0.6.1_5 17 Mar 2013 15:10:24 |
danfe |
- Trim old-school Makefile header per recent agreement
- Convert to modern OPTIONS framework (courtesy of jgh@)
- Remove stale site from MASTER_SITES while here |
0.6.1_5 04 Aug 2012 22:52:04 |
kwm |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
0.6.1_4 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 |
0.6.1_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.6.1_3 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
0.6.1_3 20 May 2011 04:29:00 |
danfe |
Augment port description text. |
0.6.1_3 03 Jun 2010 07:53:21 |
linimon |
Mark as broken on sparc64.
Hat: portmgr |
0.6.1_3 18 Mar 2010 00:30:14 |
danfe |
Fix previous commit to unbreak the build on older versions of FreeBSD.
Reported by: pavmail |
0.6.1_3 14 Mar 2010 11:53:03 |
danfe |
Fix the build after scandir(3) interface was changed. |
0.6.1_3 13 Mar 2010 14:59:11 |
erwin |
Mark broken on 8.x: does not build |
0.6.1_3 23 Jan 2009 16:28:36 |
flz |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
0.6.1_2 23 Jul 2008 21:06:53 |
danfe |
- Distfile was renamed and rerolled (only autotools-related changes)
- Wrap overly long lines, reindent OPTIONS (and rephrase one)
- Stop patching things at extract stage |
0.6.1_2 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) |
0.6.1_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
0.6.1_1 07 Sep 2007 10:13:01 |
danfe |
- Fix the build on 64-bit arches [1]
- Minor cosmetic Makefile nits
Tested on: amd64 [1]
Reported by: pointyhat (logs) [1] |
0.6.1_1 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}. |
0.6.1 21 Apr 2007 17:36:46 |
kris |
BROKEN on !i386: Does not compile |
0.6.1 02 Mar 2007 10:18:00 |
danfe |
Reflect current state of affairs. |
0.6.1 02 Mar 2007 10:09:27 |
danfe |
Belatedly update to version 0.6.1. |
0.4.0_2 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) |
0.4.0_1 14 Aug 2006 20:48:17 |
alepulver |
- Add missing file from previous commit. |
0.4.0_1 14 Aug 2006 20:46:20 |
alepulver |
- Bump PORTREVISION.
- Add GAME and CTF options (disabled by default because provided by
"games/quake2-data" and "games/quake2-ctf" respectively).
PR: ports/101011
Submitted by: alepulver
Approved by: maintainer (timeout) |
0.4.0 06 Jul 2006 10:07:27 |
danfe |
Augment master sites. |
0.4.0 06 Jul 2006 10:02:05 |
danfe |
Update to version 0.4.0. |
0.3.4 16 Jun 2006 08:28:04 |
danfe |
- Fix the build with older GCC [1]
- Correct the #include of <mysql.h>
- Add `-rdynamic' to LDFLAGS for main executable
[1] Since I do not plan to commit GCC 2.95 support to Quetoo SVN, I decided
to not split patch for separate files. Once we stop supporting RELENG_4,
this patch can go away if it would cause problems keeping it in sync.
Reported by: krismail [1] |
0.3.4 06 Jun 2006 09:00:16 |
danfe |
Update to version 0.3.4. |
0.3.3 12 Apr 2006 11:23:50 |
danfe |
Fix the build.
Reported by: krismail |
0.3.3 10 Apr 2006 15:09:30 |
danfe |
Don't confuse end-users, use more common word in COMMENT. |
0.3.3 10 Apr 2006 13:45:07 |
danfe |
Add quetoo 0.3.3., a fast, stable, compatible, and secure Quake II engine.
WWW: http://jdolan.dyndns.org/jaydolan/quetoo.html |