aboutsummaryrefslogtreecommitdiff
path: root/games/quake2forge
Commit message (Collapse)AuthorAgeFilesLines
* - Update to Maintianer Mail adressMartin Wilke2009-09-121-1/+1
| | | | | | | | PR: 138428 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> Notes: svn path=/head/; revision=241266
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* - USE_XLIB -> USE_XORG clean up.Alejandro Pulver2008-03-291-1/+4
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=210099
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-3/+0
| | | | Notes: svn path=/head/; revision=200772
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove '-Werror' compiler flag to build fine with GCC 4.x.Alejandro Pulver2007-02-041-1/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=184143
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* - Bump PORTREVISION.Alejandro Pulver2006-07-2810-258/+86
| | | | | | | | | | | | | | - Remove ROGUE and XATRIX options (moved to "games/quake2-rogue" and "games/quake2-xatrix"). - Add GAME and CTF options (off by default). - Disable building game.so and ctf/game.so by default (provided by "games/quake2-data" and "games/quake2-ctf" respectively). - Follow the rules in "games/quake2-data/Makefile.include": fix handling of the search paths. - Misc changes in pkg-plist. Notes: svn path=/head/; revision=169012
* Fix extra parenthesis.Alejandro Pulver2006-04-121-1/+1
| | | | Notes: svn path=/head/; revision=159394
* - Remove USE_REINPLACE.Alejandro Pulver2006-04-125-16/+43
| | | | | | | | | | | | | | - Install binary as "quake2forge" instead of "q2f". - Fix OPTIONS handling. - Remove unavoidable autodetection in OPTIONS. - Add patch to fix an error by an OpenGL macro redefinition. - Add patch to fix mouse problems when not using the DGA X11 extension. - Change pkg-message. Approved by: garga (mentor) Notes: svn path=/head/; revision=159393
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=159200
* [PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWAREEdwin Groothuis2006-04-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk and adds it to the following ports: games/doom games/linux-quake3 games/linux-quake4 games/qcc games/quake-data games/quake-source games/quake2-data games/quake2-source games/quake2forge games/quake2lnx games/quake3 games/quake3-data games/rtcw PR: ports/93546 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=158918
* Conversion to a single libtool environment.Ade Lovett2006-02-232-0/+27
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Change mastersitesRenato Botelho2005-12-222-2/+8
| | | | | | | | | | | - fix distinfo - Transfer maintainership to Alejandro Pulver <alejandro@varnet.biz> PR: ports/90816 Submitted by: maintainer Notes: svn path=/head/; revision=151861
* [UPDATE] games/quake2forge: integrate with "quake2-data"Edwin Groothuis2005-11-2211-137/+329
| | | | | | | | | | | | | Changes: * Integrate with "quake2-data". * Add OPTIONS. * Add support for Rogue and Xatrix mission packs. PR: ports/87180 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=148995
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* - Make USE_XLIB optionalVolker Stolz2005-10-282-21/+33
| | | | | | | | | | - Cleanup PLIST_SUB while here PR: ports/84197 Submitted by: Ed Schouten via maintainer Notes: svn path=/head/; revision=146583
* Change maintainer address.Thierry Thomas2005-05-131-1/+1
| | | | | | | | PR: ports/80973 Submitted by: Ulrich Spoerlein <q (at) galgenberg.net> Notes: svn path=/head/; revision=135207
* 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
* - Add another MASTER_SITETilman Keskinoz2005-03-062-2/+20
| | | | | | | | | | - Fix detection of libGL PR: 78512 Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=130474
* Update to 0.3Volker Stolz2004-08-116-67/+54
| | | | | | | | PR: ports/70029 Submitted by: Ulrich Spoerlein (maintainer) Notes: svn path=/head/; revision=115954
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | 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-1/+2
| | | | | | | | | | | | | | | 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
* - Use new knobs from bsd.sdl.mkKirill Ponomarev2004-01-201-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=98675
* - Rename bin/quake2 to bin/q2f because it conflicts withKirill Ponomarev2003-10-313-2/+7
| | | | | | | | | | games/quake2lnx PR: 58761 Submitted by: maintainer Notes: svn path=/head/; revision=92714
* fix: about building on -stableDaichi GOTO2003-06-301-2/+2
| | | | | | | | Submitted by: Ulrich Spoerlein <q@uni.de> Pointed out by: bento via kris Notes: svn path=/head/; revision=83893
* Unbreak games/quake2forge on 5.1/alphaDaichi GOTO2003-06-272-1/+19
| | | | | | | | | | | - Unbreak Quake2 on Alpha - Remove useless use of cat PR: 53758 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer) Notes: svn path=/head/; revision=83706
* Update to 0.2.1.Alexander Leidinger2003-03-289-164/+41
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=77612
* Fix packaging (ref_tdfx.so is only built when svgalib is available).Eric Anholt2003-03-111-2/+2
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=77089
* 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-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* This is the quakeforge version of quake2. To play it you need the officialAlexander Leidinger2003-01-3110-0/+327
quake2 CD for the data files. Submitted by: Ulrich Spoerlein <q@uni.de> Notes: svn path=/head/; revision=74343