aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
Commit message (Collapse)AuthorAgeFilesLines
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 0.55Pav Lucistnik2004-08-206-437/+435
| | | | | | | | PR: ports/70711 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Notes: svn path=/head/; revision=116825
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-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 Notes: svn path=/head/; revision=113296
* BROKEN on sparc64: Does not compileKris Kennaway2004-05-131-0/+4
| | | | Notes: svn path=/head/; revision=109065
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+5
| | | | Notes: svn path=/head/; revision=104520
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Properly use SDL everywhere:Edwin Groothuis2004-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> Notes: svn path=/head/; revision=103247
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Fix the detection of libvorbis (broken, due to version bump)Pav Lucistnik2004-01-253-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) Notes: svn path=/head/; revision=99127
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-1/+1
| | | | Notes: svn path=/head/; revision=96270
* - Fix build on alpha, amd64 and sparc64Pav Lucistnik2003-11-261-1/+9
| | | | | | | | | | PR: ports/59690 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Approved by: marcus (portmgr) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94796
* Minor change: Remove a redundant warning and fix a typo.Tom Hukins2003-10-261-4/+1
| | | | Notes: svn path=/head/; revision=92208
* Chase multimedia/xmms library bump.Edwin Groothuis2003-09-171-2/+2
| | | | | | | | Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Approved by: (unbreak of port builds) Notes: svn path=/head/; revision=89020
* Update to 0.5.4.Alexander Leidinger2003-08-0814-179/+98
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=86577
* fix games/quakeforge: build fail on alpha.Daichi GOTO2003-07-081-0/+27
| | | | | | | | PR: 53757 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=84429
* Unbreak games/quakeforge on 5.1/alphaDaichi GOTO2003-06-261-2/+8
| | | | | | | | PR: 53757 Submitted by: Ulrich Spoerlein <q@uni.de> (mainttainer) Notes: svn path=/head/; revision=83661
* remove "garbage" around the patchAlexander Leidinger2003-03-291-84/+0
| | | | Notes: svn path=/head/; revision=77669
* - change maintainer to q@uni.de (this time for sure)Alexander Leidinger2003-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) Notes: svn path=/head/; revision=77611
* Fix fetching of quakeforge distfiles.Eric Anholt2003-03-081-8/+8
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=77059
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75954
* Fix missing pthread symbols on -current.Alexander Leidinger2003-02-011-1/+1
| | | | | | | Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=74423
* Fix qw-client segfaults.Alexander Leidinger2003-02-012-7/+15
| | | | | | | | Submitted by: Ulrich Spoerlein <q@uni.de> Obtained from: qf-CVS Notes: svn path=/head/; revision=74421
* Update to 0.5.2.Alexander Leidinger2003-01-3115-407/+734
| | | | | | | | | Give maintainership to Ulrich Spoerlein <q@uni.de> from ports. Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=74341
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Fixed to build with new stricter auto* rules.Alan Eldridge2002-11-271-1/+2
| | | | | | | Approved by: kris Notes: svn path=/head/; revision=71165
* Fix PORTCOMMENTs that were killing INDEX builds.Adam Weinberger2002-11-072-2/+1
| | | | | | | | 105 pointy hats to: me Approved by: pat Notes: svn path=/head/; revision=69625
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Reset maintainership.Patrick Li2002-06-191-1/+1
| | | | | | | | PR: 39519 Submitted by: Daniel O'Connor <darius@dons.net.au> (previous maintainer) Notes: svn path=/head/; revision=61563
* build with sdl soundYing-Chieh Liao2002-05-221-0/+31
| | | | | | | | | PR: 38111 Submitted by: Anton Voronin <anton@chelcom.ru> Approved by: maintainer Notes: svn path=/head/; revision=59670
* - Fix the build broken by the last autoconf/automake overhaul;Maxim Sobolev2002-04-172-4/+13
| | | | | | | | - use devel/sdl12 instead of devel/sdl10 because the latter is doomed for death. Notes: svn path=/head/; revision=57816
* Fix automake problemsPatrick Li2002-02-101-1/+1
| | | | | | | | | Caught by: bento PR: 33824 Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=54463
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53954
* Force use of autoconf 2.13.Will Andrews2002-01-061-1/+1
| | | | Notes: svn path=/head/; revision=52648
* First round of auto* cleanups:Will Andrews2002-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/ Notes: svn path=/head/; revision=52646
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-201-1/+1
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Fix the port: GNU autoheader now called `autoheader213', not justMaxim Sobolev2001-10-301-1/+1
| | | | | | | `autoheader'. Notes: svn path=/head/; revision=49381
* Explicity run aclocal and autoheaderDavid E. O'Brien2001-10-301-1/+2
| | | | Notes: svn path=/head/; revision=49366
* Unbroke.Maxim Sobolev2001-06-051-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 Notes: svn path=/head/; revision=43545
* Replace explicit build dependency on automake with USE_AUTOMAKE knobAde Lovett2001-05-311-1/+1
| | | | Notes: svn path=/head/; revision=43370
* Move:Maxim Sobolev2001-04-091-1/+1
| | | | | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami Notes: svn path=/head/; revision=41125
* Respect SDL_CONFIG like others SDL-based ports do.Maxim Sobolev2001-01-264-5/+47
| | | | Notes: svn path=/head/; revision=37604
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-5/+5
| | | | Notes: svn path=/head/; revision=37252
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Move PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33513
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-1/+2
| | | | Notes: svn path=/head/; revision=29595
* USE_GLX --> WITH_GLXMaxim Sobolev2000-06-021-4/+4
| | | | Notes: svn path=/head/; revision=29094
* Reflect moving graphics/glx port into new graphics/utah-glx location.Maxim Sobolev2000-05-221-1/+1
| | | | | | | | P.S. I have a patches at hand that would make utah-glx actually usable, so stay tuned ;). Notes: svn path=/head/; revision=28675