aboutsummaryrefslogtreecommitdiff
path: root/games/warsow
Commit message (Collapse)AuthorAgeFilesLines
* 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