aboutsummaryrefslogtreecommitdiffstats
path: root/games/quakeforge
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.55pav2004-08-216-437/+435
| | | | | PR: ports/70711 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* BROKEN on sparc64: Does not compilekris2004-05-131-0/+4
|
* Add size data, approved by maintainers.trevor2004-03-191-0/+5
|
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Properly use SDL everywhere:edwin2004-03-081-2/+3
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Fix the detection of libvorbis (broken, due to version bump)pav2004-01-263-61/+73
| | | | | | | | | - Fix a bug in the network code, found by Vladimir Machulsky - Use DOCSDIR - Bump PORTREVISION PR: ports/61902 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
* - Use new knobs from bsd.sdl.mkkrion2004-01-211-2/+1
| | | | Approved by: portmgr
* Catch up with libogg/libvorbis version bump.naddy2003-12-211-1/+1
|
* - Fix build on alpha, amd64 and sparc64pav2003-11-271-1/+9
| | | | | | | PR: ports/59690 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Approved by: marcus (portmgr) Approved by: adamw (mentor)
* Minor change: Remove a redundant warning and fix a typo.tom2003-10-271-4/+1
|
* Chase multimedia/xmms library bump.edwin2003-09-181-2/+2
| | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds)
* Update to 0.5.4.netchild2003-08-0814-179/+98
| | | | Submitted by: maintainer
* fix games/quakeforge: build fail on alpha.daichi2003-07-081-0/+27
| | | | | PR: 53757 Submitted by: Ulrich Spoerlein <q@uni.de>
* Unbreak games/quakeforge on 5.1/alphadaichi2003-06-261-2/+8
| | | | | PR: 53757 Submitted by: Ulrich Spoerlein <q@uni.de> (mainttainer)
* remove "garbage" around the patchnetchild2003-03-291-84/+0
|
* - change maintainer to q@uni.de (this time for sure)netchild2003-03-282-1/+104
| | | | | | | | - add patch for zpak (use sh instead of bash) Submitted by: q@uni.de - bump portrevision due to change in package (zpak)
* Fix fetching of quakeforge distfiles.anholt2003-03-081-8/+8
| | | | Approved by: portmgr
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-03-011-1/+1
| | | | targets in bsd.port.mk
* De-pkg-comment.knu2003-02-212-1/+1
|
* Fix missing pthread symbols on -current.netchild2003-02-011-1/+1
| | | | Submitted by: Ulrich Spoerlein <q@uni.de>
* Fix qw-client segfaults.netchild2003-02-012-7/+15
| | | | | Submitted by: Ulrich Spoerlein <q@uni.de> Obtained from: qf-CVS
* Update to 0.5.2.netchild2003-01-3115-407/+734
| | | | | | Give maintainership to Ulrich Spoerlein <q@uni.de> from ports. Submitted by: Ulrich Spoerlein <q@uni.de>
* Update version number of SDL shared library.sobomax2003-01-021-1/+1
|
* Fixed to build with new stricter auto* rules.alane2002-11-281-1/+2
| | | | Approved by: kris
* Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1
| | | | | 105 pointy hats to: me Approved by: pat
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* Reset maintainership.pat2002-06-191-1/+1
| | | | | PR: 39519 Submitted by: Daniel O'Connor <darius@dons.net.au> (previous maintainer)
* build with sdl soundijliao2002-05-221-0/+31
| | | | | | PR: 38111 Submitted by: Anton Voronin <anton@chelcom.ru> Approved by: maintainer
* - Fix the build broken by the last autoconf/automake overhaul;sobomax2002-04-172-4/+13
| | | | | - use devel/sdl12 instead of devel/sdl10 because the latter is doomed for death.
* Fix automake problemspat2002-02-101-1/+1
| | | | | | Caught by: bento PR: 33824 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate.
* Force use of autoconf 2.13.will2002-01-061-1/+1
|
* First round of auto* cleanups:will2002-01-061-2/+2
| | | | | | | | | | | | | - USE_AUTO* -> USE_AUTO*_VER=* where required - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK - Other minor changes to fix things These changes should be no-ops with the current bsd.port.mk, but will assist in preparing for the next generation of USE_AUTO*. Submitted by: bento 4-exp USE_AUTO* cleanups http://people.FreeBSD.org/~will/4-exp/ http://bento.FreeBSD.org/errorlogs/4-exp-latest/
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-211-1/+1
| | | | the later case
* Fix the port: GNU autoheader now called `autoheader213', not justsobomax2001-10-301-1/+1
| | | | `autoheader'.
* Explicity run aclocal and autoheaderobrien2001-10-301-1/+2
|
* Unbroke.sobomax2001-06-061-1/+1
| | | | | | | | | | Remove USE_AUTOMAKE and but back explicit dependency to devel/automake. These ports aren't intended to be configured by automake, which USE_AUTOMAKE does automagically. Instead they are just using some files from ${LOCALBASE}/share/automake. Screwed by: ade Reported by: bento
* Replace explicit build dependency on automake with USE_AUTOMAKE knobade2001-06-011-1/+1
|
* Move:sobomax2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* Respect SDL_CONFIG like others SDL-based ports do.sobomax2001-01-274-5/+47
|
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-5/+5
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Move PLIST.* to pkg-plist.*.asami2000-10-081-2/+2
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* USE_GLX --> WITH_GLXsobomax2000-06-021-4/+4
|
* Reflect moving graphics/glx port into new graphics/utah-glx location.sobomax2000-05-221-1/+1
| | | | | P.S. I have a patches at hand that would make utah-glx actually usable, so stay tuned ;).
* Merge shareware WAD support from sdlquake. Now sdlquake is ready to be nukedsobomax2000-05-183-5/+36
| | | | from the tree.
* OOPS, forgot patches ...sobomax2000-05-184-0/+259
| | | | PR: ports/18090
* Update of the QuakeForge port to the new 0.1.1 version and remove CVS hack,sobomax2000-05-184-673/+40
| | | | | | | | | | | since the QuakeForge project now makes regular snapshots available from their home page. All targets (X11, GLX and SDL) now using SDL library for sound output, since buindled with QuakeForge OSS support only capable to work with mmap() enabled sound drivers, while current FreeBSD driver doesn't support it properly yet. PR: ports/18090
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-171-5/+5
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* Fix to make this work in new PORTNAME/PORTVERSION scheme. This portasami2000-04-171-10/+11
| | | | | | | uses PKGNAME as part of the directory structure so the "pre" -> "p" change screwed up a whole bunch of stuff. Reported and reviewed by: Scott Allendorf <scott-allendorf@uiowa.edu>
* Portlint COMMENT's.knu2000-04-151-1/+1
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3
| | | | | strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
* Remove empty lines in PLIST and fix WWW syntaxcpiazza2000-01-203-3/+1
|
* Don't include bsd.port.pre.mk twice.asami2000-01-171-1/+1
|
* This is a port of the iD GPLd Quake source code release. It supportsgreen2000-01-126-0/+720
both GL and software rendering. Submitted by: Daniel J. O'Connor <darius@dons.net.au>