aboutsummaryrefslogtreecommitdiff
path: root/games/openarena/files
Commit message (Collapse)AuthorAgeFilesLines
* games/openarena: Fix CVE-2017-6903Dominic Fandrey2017-05-1810-5/+513
| | | | | | | | | | | | | | | | | - Backport fix based on patchset for urbanterror [1] [1] https://github.com/Barbatos/ioq3-for-UrbanTerror-4/pull/73 PR: 217911 Submitted by: miwi Approved by: miwi (mentor) MFH: 2017Q2 Security: CVE-2017-6903 Security: e48355d7-1548-11e7-8611-0090f5f2f347 Differential Revision: https://reviews.freebsd.org/D10176 Notes: svn path=/head/; revision=441199
* Update and clean up the ioquake3 family of ports.Dominic Fandrey2016-04-256-115/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | The following maintenance operations were performed: - Recreate all patches with `make makepatch` - Add LICENSE - Update MAINTAINER to kami@freebsd.org - games/ioquake3 - Replace a lot of `.if ${PORT_OPTIONS:MFOO}` with `bsd.options.mk` fu - Add support for slaves using different SDL versions - games/ioquake3-devel - Update to GIT revision 2808 - Use SDL2 - games/iourbanterror - Change treatment of patches so `make makepatch` doesn't screw the patches in ${MASTERDIR}/files over - Update 4.2.018 to 4.2.023 - games/urbanterror-data - Update 4.2.018 to 4.2.023 - Fix install without DOCS Reviewed by: cs Approved by: cs Differential Revision: https://reviews.freebsd.org/D5816 Notes: svn path=/head/; revision=414032
* Fix build when system libspeex is installedRoman Bogorodskiy2015-09-301-2/+11
| | | | | | | The fix is identical to ioquake3 fix in r398218. Notes: svn path=/head/; revision=398219
* games: ioquak3* iourbanterror* openarena*: Update and stage supportJohn Marino2014-06-011-0/+14
| | | | | | | | | | | | | | | The patch applied without incident. Tested on DragonFly poudriere, everything built fine. It include an i386 fix, which is why the previous commit was reverted. The only modification was to change EXTRACT_CMD to TAR in a couple of places. PR: ports/187859 submitted by; maintainer (Dominic Fandrey) Notes: svn path=/head/; revision=356137
* - split out -server part from ioquake3-based ports:Ruslan Makhmatkhanov2012-05-182-14/+14
| | | | | | | | | | | | | | | | | | | - games/ioquake3-devel-server added - games/ioquake3-server added - games/iourbanterror-server - games/openarena-server added - update games/ioquake3-devel to svn revision 2244 - update games/openarena to 0.8.8 - update games/openarena-data to 0.8.8 Doing this in single commit since all this ports are tightly interconnected. PR: ports/165842 Submitted by: Dominic Fandrey <kamikaze at bsdforen dot de> (maintainer) Notes: svn path=/head/; revision=296922
* ioquake3:Chris Rees2011-12-121-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Allow slave ports to turn off some options - Add modular renderer support for slaves - Add WITH_DEBUG support - Always check against non-default options so that they can be overridden (e.g. for BATCH mode) - Add pkg-config build dependency ioquake3-devel, iourbanterror, openarena: - Fix CURL support - Link libraries instead of using dlopen ioquake3-devel, iourbanterror: - Update SVN snapshot r2064 to r2194 - Improved UDP download speed - New protocol version 71 - Reduced VOIP latency - Modular rendering system - Added r_mode -2 for using display resolution - Clang support openarena: - Switch from engine src dist 21 to 22 (both r1910 based) openarena-oax: - Update to B50 iourbanterror, openarena: - Clean up plist - Disable GAMELIBS option PR: ports/162301 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=287274
* games/quake3-dataDennis Herrmann2011-03-202-76/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Make Q3DIR in Makefile.include PREFIX safe, broke urbanterror-data port test games/ioquake3-devel - Update to SVN r1936, includes bug fixes and security enhancements games/urbanterror-data - Update from 4.1 to 4.1.1 - Unfortunately currently only 1 working mirror - Avoid "Q3DIR!=make -V" games/iourbanterror - Add SVN release information to PORTVERSION - Use r1936 engine sources games/openarena - Update to SVN r1910 based engine sources games/openarena-oax - Update from B47 to B48 release PR: ports/155716 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=271362
* games/ioquake3Pav Lucistnik2010-12-012-116/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add DESKTOP_ENTRIES if the client is installed - Get rid of MD5 distinfo - Backport fix for FreeBSD/i386 with PAE kernel, provided by Nerius Landys games/ioquake3-devel - Update to SVN snapshot 1803, contains a number of fixes including the PAE patch by Nerius Landis - Make the port capable of being a master port games/openarena - Update to the latest source release - Add PAE fix games/openarena-oax - Update to the latest release games/iourbanterror - Abandon urbanterror provided source for ioquake3 source, because the project has announced a switch to a closed source licensing model - Enslave to games/ioquake3-devel - Change versioning scheme to resemble official version numbers - Bump portepoch PR: ports/152637 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Notes: svn path=/head/; revision=265513
* - Update openarena to 0.8.5 and spin out two extra portsPav Lucistnik2010-11-257-388/+219
| | | | | | | | | | | - Move maintainership to the submitter PR: ports/146818 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> Approved by: old maintainer Notes: svn path=/head/; revision=265140
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-251-0/+11
| | | | | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat) Notes: svn path=/head/; revision=248567
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+2
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* - Remove supression of the bot log file (now it's stored in the home directory,Alejandro Pulver2008-01-111-11/+0
| | | | | | | | not in the current one like the original Q3). - Bump PORTREVISION. Notes: svn path=/head/; revision=205462
* OpenArena is an open-source content package for Quake III Arena licensed underAlejandro Pulver2007-09-066-0/+423
the GPL, effectively creating a free stand-alone game. You do not need Quake III Arena to play this game. Bots were added starting in 0.6.0. They will spout taunts and everything! Concepts would be loose, so don't expect a remake of Klesk in his original Klesk form, or any direct remakes of any map/weapon/model. WWW: http://openarena.ws/ PR: ports/115072 Submitted by: Josh Tolbert <hemi at puresimplicity.net> Notes: svn path=/head/; revision=198890