aboutsummaryrefslogtreecommitdiffstats
path: root/games/warsow
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Revision bump of all ports with USE_GL after consolidation of mesa-libsrezny2017-05-231-1/+1
| | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-6/+6
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert to USES=jpegantoine2015-06-231-1/+1
|
* - Update MASTER_SITESamdmi32015-06-222-4/+4
|
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Release ports maintained by games@amdmi32014-11-011-1/+1
| | | | | | | | | | | games@ team is quite small and inactive, so ports currently assigned to it cannot be assumed as properly maintained. To not cause confusion by making it look otherwise, and also to allow and promote adoption by individual maintainers, release these ports back to the pool. Note that this does not change the fact that games@ team still takes care of these ports to excent of its capabilities. Suggested by: marino
* games/warsow: Add USES=alias plus...marino2014-10-201-2/+7
| | | | | | | | | | | While adding USES=alias to warsow under blanket permission, I decided to bring in other changes from DPorts: * define LDFLAGS=-L${LOCALBASE}/lib (required for compilers that don't search /usr/local/lib by default) * Only change x86_64 arch if the OPSYS is FreeBSD. Doing this breaks DragonFly The total sum of these changes for FreeBSD is no-op.
* - Update to v1.51amdmi32014-09-264-31/+97
| | | | | PR: 190969 Submitted by: lightside@gmx.com
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Correct all instances where OPTIONS_DEFINE was being overwrittenadamw2014-07-161-2/+1
| | | | by multiple definitions.
* games/warsownemysis2014-06-051-5/+10
| | | | | | | | | | | | | | | | | | - Bump PORTREVISION for dependency change - Transfer maintainership to games@ team - Remove dependency for games/warsow-data and MAKE_JOBS_UNSAFE - Change PLIST_DIRS - Add DOCS and Option - Change desktop entry file games/warsow-data - Bump PORTREVISION for adding pkg-plist and for dependency change - Mastersite disappeared, mirror on my FreeBSD LOCAL site - Transfer maintainership to games@ team - Add dependency for games/warsow - Simplify installation handling - Add pkg-plist
* - Update to 1.5 [1]antoine2014-06-055-167/+48
| | | | | | | | | | - Reset maintainers [2] - Remove MAPPACK from default options and mark it BROKEN, it's unfetchable [3] PR: ports/189477 and ports/189478 [1] Submitted by: lightside gmx com [1] Approved by: several maintainer timeouts on those ports [2] Reported by: pkg-fallout [3]
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-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)
* games/warsow: un-expire and update to 1.0.3rene2014-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)
* Depends on expired games/warsow-data, schedule for removal on 2014-01-22rene2014-01-061-0/+3
| | | | | | PR: ports/185114 Submitted by: rene Approved by: maintainer timeout (danfe, 15 days)
* Convert the tree to USES=openalantoine2013-12-261-1/+3
| | | | Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Update to 7.31.0sunpoet2013-07-121-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
* In preparation to update the port to version 1.0.2, cleanup things a bit:danfe2012-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
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - Update devel/sdl12 to 1.2.15mva2012-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
* Convert pkg-list into PLIST_FILES/DIRS. While static plists are good in adanfe2011-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
* - Fix unicode input in X11 (courtesy of Danko Alexeyev)danfe2011-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
* - Update to version 0.6.2danfe2011-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
* - Reformat for better line length distributiondanfe2011-11-211-3/+3
| | | | | | - Replace occurrence of `Linux' with `Unix' Feature safe: yes
* - Update Warsow game and data ports to version 0.6danfe2011-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
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-1/+1
| | | | (via libvorbis, libtheora).
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
|
* - update to jpeg-8dinoex2010-02-051-2/+7
|
* - Introduce USE_OPENAL variable for OpenAL consumerspav2010-01-262-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)
* - Belatedly update to version 0.5danfe2009-12-054-72/+26
| | | | | - Offer to install community map pack (on by default) - Convert one patch file to simple inplace editing
* Update description to match official one.danfe2009-10-041-10/+7
|
* - update to jpeg7dinoex2009-07-181-2/+2
| | | | Tested by: pav on pointyhat
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-2/+2
|
* Bump the version of the curl shared library after the ftp/curl updateroam2009-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.
* Fix classic "unquoted parameter with spaces" case.danfe2008-08-131-1/+1
| | | | Reported by: pointyhat (via pav, erwin)
* Add missing dependency. I hate modular X.Org sooo much. :-(danfe2008-07-251-1/+1
| | | | Reported by: QA Tindy
* - Belatedly update to version 0.42danfe2008-07-258-290/+172
| | | | | - Introduce number of new knobs - Throw in couple of comments on inplace patching
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - Add missing dependencymiwi2008-03-271-1/+2
| | | | | | - Bump PORTREVISION Submitted by: pavbot
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update the ftp/curl port to 7.16.0.roam2006-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
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-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)
* - Integrate games/warsow with games/warsow-dataacm2006-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)
* - Fix potential mouse problemsdanfe2006-06-293-13/+55
| | | | | | | | - Utilize OPTIONS for granular build - Bump PORTREVISION PR: ports/98774 Submitted by: alepulver
* - Update to version 0.12danfe2006-06-285-353/+149
| | | | | - Report correct build platform in "version" cvar - Set and utilize DATADIR macro (Makefile/pkg-plist)
* Fix missing dependency, use modern GCC to build on 4.X.danfe2006-06-161-1/+3
| | | | Reported by: krismail
* Add Warsow, a fast paced first person shooter game with cartoonish graphicsdanfe2006-06-016-0/+497
which is primarily focused on trix (trick jumps) and art of move. WWW: http://www.warsow.net/