aboutsummaryrefslogtreecommitdiff
path: root/games/warsow
Commit message (Collapse)AuthorAgeFilesLines
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* games/warsow: un-expire and update to 1.0.3Rene Ladan2014-03-098-1038/+202
| | | | | | | | | | | | | | | | | | | | | | | | | - Update master sites - Add stage support - Use new LIB_DEPENDS syntax - Convert to USES (zip:infozip could be added) - Add CIN option for Cinematics playback module - Add desktop entry - Disable "pure" check for library files - Fix build with clang - Overhaul character encoding patching - Fix runtime crash in option submenu - rene: depend on Xrandr - rene: depend on libtheora for CIN - rene: convert patch with dos2unix - rene: mark jobs unsafe PR: ports/185652 Submitted by: Sender Ghost <lightside@gmx.com> Approved by: maintainer timeout (danfe, 2 months + expiration time) Notes: svn path=/head/; revision=347650
* Depends on expired games/warsow-data, schedule for removal on 2014-01-22Rene Ladan2014-01-061-0/+3
| | | | | | | | | PR: ports/185114 Submitted by: rene Approved by: maintainer timeout (danfe, 15 days) Notes: svn path=/head/; revision=338861
* Convert the tree to USES=openalAntoine Brodin2013-12-251-1/+3
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=337464
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* In preparation to update the port to version 1.0.2, cleanup things a bit:Alexey Dokuchaev2012-12-051-41/+35
| | | | | | | | | | | | | | - Convert to the new OPTION framework - Drop shlib ABI version numbers from LIB_DEPENDS - Retire WSWSUBDIR variable, drop article from COMMENT, trim header - Avoid legacy "yes" values in USE_GL and USE_SDL knobs - Slightly change some in-place patching (idea from Gentoo) - Move client-related OPTIONS inside .if ${PORT_OPTIONS:MCLIENT} block Feature safe: yes Notes: svn path=/head/; revision=308322
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* Convert pkg-list into PLIST_FILES/DIRS. While static plists are good in aAlexey Dokuchaev2011-11-232-35/+12
| | | | | | | | | | | | | | | | | number of ways (e.g. greppability), in this particular case it was hardly useful feature: lots of PLIST_SUB's (literally, every line of pkg-plist is substituted up to four times). It turned out that maintaining even a short plist like this one and keeping all PLIST_SUB's consistent causes just too much hassle. Also, this conversion allows us to drop WSWBIN variable and get executable list from PLIST_FILES directly with small make(1) magic, yet not damaging readability at the same time. Makefile is considerably sorter now. ;-) Feature safe: yes Notes: svn path=/head/; revision=286307
* - Fix unicode input in X11 (courtesy of Danko Alexeyev)Alexey Dokuchaev2011-11-235-0/+993
| | | | | | | | | | - While here, remove `-g' from CFLAGS when building AngelScript Obtained from: http://forum.picmip.org/forum/thread/12194 Feature safe: yes Notes: svn path=/head/; revision=286301
* - Update to version 0.6.2Alexey Dokuchaev2011-11-233-19/+19
| | | | | | | | | | | - Remove stale master sites - Adjust COMMENT slightly; avoid full stop in a comment in post-patch - Build angelwrap library (cf. PR ports/155268) Feature safe: yes Notes: svn path=/head/; revision=286299
* - Reformat for better line length distributionAlexey Dokuchaev2011-11-211-3/+3
| | | | | | | | | - Replace occurrence of `Linux' with `Unix' Feature safe: yes Notes: svn path=/head/; revision=286179
* - Update Warsow game and data ports to version 0.6Alexey Dokuchaev2011-02-074-48/+25
| | | | | | | | | | | - Clean up distfile mirror list (via distilator) - Add LICENSE (GPLv2, applies to game engine only) - Add NO_PACKAGE to data port as its size is 550MB now Feature safe: yes Notes: svn path=/head/; revision=268748
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - update to jpeg-8Dirk Meyer2010-02-051-2/+7
| | | | Notes: svn path=/head/; revision=249285
* - Introduce USE_OPENAL variable for OpenAL consumersPav Lucistnik2010-01-252-1/+13
| | | | | | | | | | | | - 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
* - Belatedly update to version 0.5Alexey Dokuchaev2009-12-054-72/+26
| | | | | | | | - Offer to install community map pack (on by default) - Convert one patch file to simple inplace editing Notes: svn path=/head/; revision=245232
* Update description to match official one.Alexey Dokuchaev2009-10-031-10/+7
| | | | Notes: svn path=/head/; revision=242413
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* Fix classic "unquoted parameter with spaces" case.Alexey Dokuchaev2008-08-121-1/+1
| | | | | | | Reported by: pointyhat (via pav, erwin) Notes: svn path=/head/; revision=218474
* Add missing dependency. I hate modular X.Org sooo much. :-(Alexey Dokuchaev2008-07-251-1/+1
| | | | | | | Reported by: QA Tindy Notes: svn path=/head/; revision=217471
* - Belatedly update to version 0.42Alexey Dokuchaev2008-07-258-290/+172
| | | | | | | | - Introduce number of new knobs - Throw in couple of comments on inplace patching Notes: svn path=/head/; revision=217459
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+6
| | | | | | | | | | | | | | | | | | - 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
* - Add missing dependencyMartin Wilke2008-03-271-1/+2
| | | | | | | | | - Bump PORTREVISION Submitted by: pavbot Notes: svn path=/head/; revision=209948
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - 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
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-12-131-2/+2
| | | | | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports Notes: svn path=/head/; revision=179653
* - 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
* - Integrate games/warsow with games/warsow-dataJose Alonso Cardenas Marquez2006-08-204-188/+216
| | | | | | | | | | | - Fixes some problems with games/linux-warsow and games/warsow-data, now we can install games/warsow and games/linux-warsow at the same place. Submitted by: me Approved by: maintainer timeout (16 days), garga (mentor) Notes: svn path=/head/; revision=171047
* - Fix potential mouse problemsAlexey Dokuchaev2006-06-293-13/+55
| | | | | | | | | | | - Utilize OPTIONS for granular build - Bump PORTREVISION PR: ports/98774 Submitted by: alepulver Notes: svn path=/head/; revision=166574
* - Update to version 0.12Alexey Dokuchaev2006-06-285-353/+149
| | | | | | | | - Report correct build platform in "version" cvar - Set and utilize DATADIR macro (Makefile/pkg-plist) Notes: svn path=/head/; revision=166504
* Fix missing dependency, use modern GCC to build on 4.X.Alexey Dokuchaev2006-06-161-1/+3
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=165534
* Add Warsow, a fast paced first person shooter game with cartoonish graphicsAlexey Dokuchaev2006-06-016-0/+497
which is primarily focused on trix (trick jumps) and art of move. WWW: http://www.warsow.net/ Notes: svn path=/head/; revision=164150