Version: 0.8.8, Package name: openarena-0.8.8 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description-data OpenArena is an open-source content package for Quake III Arena licensed under the GPL, effectively creating a free stand-alone game. You do not need Quake III Arena to play this game. This package contains the datafiles needed to run client and server. Description-main OpenArena is an open-source content package for Quake III Arena licensed under the GPL, effectively creating a free stand-alone game. You do not need Quake III Arena to play this game. This package contains client binary and basic documentation. Description-server OpenArena is an open-source content package for Quake III Arena licensed under the GPL, effectively creating a free stand-alone game. You do not need Quake III Arena to play this game. This package contains the server binary. |
Filesize: 3689.287 KB |
Version History (View Complete History) |
|
2021-11-29 09:28:31 by Marc Espie | Files touched by this commit (9) |
Log message: more PKGNAME-sub simplifications |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2017-08-23 08:15:55 by Stuart Henderson | Files touched by this commit (1) |
Log message: mark BROKEN-i386 code/qcommon/vm_x86.c:(.text+0x18): undefined reference to `callMask' |
2017-08-18 14:39:06 by Marc Espie | Files touched by this commit (1) |
Log message: reorder includes so that we get the internal libspeex first. fix 'hidden dependency' error after the recent update to libspeex (headers have changed enough to be incompatible) |
2015-05-01 10:51:25 by Antoine Jacoutot | Files touched by this commit (9) |
Log message: endian.h: drop patching or make includes consistent. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-07-15 01:33:17 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - fix bogus pkg_arch |
2011-05-03 00:48:21 by Jasper Lievisse Adriaanse | Files touched by this commit (3) |
Log message: - update to 0.8.5 tested by various |
2010-11-22 03:16:09 by Marc Espie | Files touched by this commit (42) |
Log message: remaining WANTLIB go .>= to >= |
2010-11-16 04:23:29 by Marc Espie | Files touched by this commit (200) |
Log message: new depends |
2010-11-08 08:54:54 by Marc Espie | Files touched by this commit (53) |
Log message: a few more WANTLIB |
2010-05-26 21:47:28 by Jacob Meuser | Files touched by this commit (8) |
Log message: * use the sndio backend from games/quake, since ao uses (essentially) the same audio engine as quake * use -pthread instead of -lpthread for pthreads linkage * oa defines an ALIGN macro, rename it to QALIGN to avoid clashing with the ALIGN macro from machine/param.h * use /dev/arandom instead of /dev/urandom ok jasper@ |
2009-08-03 10:57:44 by Stuart Henderson | Files touched by this commit (3) |
Log message: At his request, remove Antti Harri as maintainer for these ports. PKGNAMEs bumped. |
2009-02-05 13:33:12 by Matthias Kilian | Files touched by this commit (1) |
Log message: openarena-data needs a pkg bump after the arch addition. noticed by naddy@, no cookies for me |
2009-02-03 12:48:42 by Matthias Kilian | Files touched by this commit (3) |
Log message: Unbreak for amd64. Initial fix (for amd64 only) from Jordi Beltran Creix (jbcreix.mail at gmail.com). Generalized for all LP64 architectures by me. At least in theory. Some tests on sparc64 didn't go very well, and nobody tested on other archs, so just keep ONLY_FOR_ARCHS (with amd64 added) for now. Antti Harri (MAINTAINER) agrees. |
2008-11-05 14:25:28 by Paul de Weerd | Files touched by this commit (3) |
Log message: Update to 0.8.1, which fixes the issues with the previous "unreleased" version. Also enable on macppc (works for MAINTAINER and kili@) and clean up the Makefile a little bit. With MAINTAINER. ok jasper@ robert@ mbalmer@ |
2008-10-28 08:27:54 by Paul de Weerd | Files touched by this commit (2) |
Log message: - spacing cleanup - set ONLY_FOR_ARCHS to i386 for now - add a MESSAGE mentioning the mouse issues for the client with help and suggestions from jasper@ and robert@, requested by robert@ |