Port details |
- q2pro Quake II engine modification compatible with R1Q2
- 142_14 games =2 142_14Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2006-12-26 04:36:53
- Last Update: 2023-07-28 17:13:17
- Commit Hash: 664a2fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://q2pro.sourceforge.net/
- Description:
- Q2PRO is a Quake II engine modification. Client and server sides are both
compatible with original Quake2 v3.20 network architecture, as well as with
modern R1Q2 network architecture. Q2PRO is designed to be secure, fast, and
doesn't provide any graphical enhancements that are contrary to the classic
Quake2 look and feel. It yet provides some features unique to Quake2, most
notably server side MVDs (multi view demos). Q2PRO has its own software and
OpenGL refresh libraries and runs under Windows and Unix-like systems.
Q2PRO supports the following network protocols:
- 34, original Quake2 protocol
- 35, enhanced R1Q2 protocol
- 36, enhanced Q2PRO protocol, extension of R1Q2 protocol
- 37, special broadband MVD protocol
- ¦ ¦ ¦ ¦
- 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/q2pro/ && make install clean
- To add the package, run one of these commands:
- pkg install games/q2pro
- pkg install q2pro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: q2pro
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (q2pro-142.tar.bz2) = 8549752b1926a8da840049aa0aac218392821c6819b78eec893155281c1513b3
SIZE (q2pro-142.tar.bz2) = 1391352
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
- Runtime dependencies:
-
- quake2-data>0 : games/quake2-data
- Library dependencies:
-
- libpng.so : graphics/png
- libSDL.so : devel/sdl12
- libGL.so : graphics/libglvnd
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for q2pro-142_14:
CLIENT=on: Build client
DEDICATED=on: Build dedicated server
GAME=off: Build main game (default mod)
GL=on: Build OpenGL renderer
SOFT=on: Build software renderer
UI=on: Build user interface (for client menus)
===> Use 'make config' to modify these settings
- Options name:
- games_q2pro
- USES:
- dos2unix gmake tar:bzip2 sdl gl jpeg
- 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 |
142_14 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
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) |
142_13 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 ) |
142_13 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 ) |
142_13 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 |
142_12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
142_12 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 |
142_12 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. |
142_12 26 Sep 2018 16:12:12 |
emaste |
Add -znotext to LDFLAGS on i386, for lld
These ports link some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation |
142_12 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 |
142_11 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
142_11 28 Apr 2016 18:02:18 |
danfe |
- Fix run-time crash after png_set_gray_1_2_4_to_8() was renamed to
png_set_expand_gray_1_2_4_to_8() in the PNG library
- Make sure that software renderer works in !i386 build mode
- Remove bogus compile options from the CFLAGS; default CFLAGS are
already being respected
- Simplify OPTIONS: do not force users to select at least one of the
client or server, it is not very useful and just complicate things
- Report correct SVN revision number in the version string
- Spell ``renderer'' correctly in the option descriptions |
142_10 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
142_10 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
142_10 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
142_10 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
142_9 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 ) |
142_8 05 Dec 2014 09:21:11 |
danfe |
archivers/nwreckdum: point to a new home on GitHub
games/q2pro: reclaim maintainership |
142_8 30 Oct 2014 11:37:04 |
amdmi3 |
- Add LICENSE
- Drop @dirrm* from plist |
142_8 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) |
142_7 08 Jul 2014 06:42:23 |
danfe |
Stagify the port, use modern LIB_DEPENDS and MASTER_SITES syntax. |
142_7 02 Jul 2014 18:22:39 |
antoine |
Resetting maintainership on ports that have not been staged and without any
pending PR
With hat: portmgr |
142_7 26 May 2014 08:44:35 |
bapt |
Convert to USES=dos2unix
With hat: portmgr |
142_7 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
142_7 17 Mar 2013 16:37:14 |
danfe |
- Trim old-school Makefile header per recent agreement
- Convert to modern OPTIONS framework (courtesy of jgh@)
- Prefer more explicit "gl" to simple "yes" in USE_GL
- Drop shlib ABI versions from LIB_DEPENDS
- Mute MKDIR's, generally cleanup Makefile
- Reformat port description text while I am here |
142_7 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
142_6 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 |
142_5 31 Aug 2011 15:28:51 |
danfe |
Grab remaining Quake2 ports; expand alepulver's name in Makefile header. |
142_5 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
142_5 27 Feb 2011 04:54:41 |
tabthorpe |
- Reassign ports to heap
Submitted by: alepulver |
142_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
142_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
142_3 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
142_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) |
142_2 13 Mar 2008 14:28:35 |
miwi |
- Chase devel/sdl12 shlib version bump |
142_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}. |
142 15 Feb 2007 01:30:01 |
alepulver |
- Avoid using (a few remaining) i386 assembly sources on other architectures.
Reported by: pointyhat |
142 05 Feb 2007 02:51:49 |
alepulver |
- Update to SVN revision 142.
- Add '-fPIC' compiler flag to a source file that is shared between both
executables and libraries [1].
Reported by: pointyhat [1] |
131 20 Jan 2007 16:08:29 |
alepulver |
- Disable x86 assembly code on non-i386.
- Add X86_ASM option.
Reported by: pointyhat |
131 15 Jan 2007 15:25:15 |
alepulver |
- Fix building on amd64 (move -fPIC from LDFLAGS to CFLAGS).
Reported by: pointyhat |
131 13 Jan 2007 03:12:34 |
alepulver |
- Add missing SDL and JPEG dependencies.
Reported by: pointyhat |
131 26 Dec 2006 04:36:35 |
alepulver |
Q2PRO is a Quake2 engine modification. Client and server sides are both
compatible with original Quake2 v3.20 network architecture, as well as with
modern R1Q2 network architecture. Q2PRO is designed to be secure, fast and
doesn't provide any graphical enhancements that are contrary to the classic
Quake2 look and feel. It provides some features yet unique to Quake2, notably
server side Multi View Demos. Q2PRO has it's own software and OpenGL refresh
libraries and runs under Win32 and GNU/Linux natively.
Q2PRO supports the following network protocols:
- 34, original Quake2 protocol.
- 35, enhanced R1Q2 protocol.
- 36, enhanced Q2PRO protocol, extension of R1Q2 protocol.
- 37, special broadband MVD protocol.
WWW: http://q2pro.sourceforge.net/ |