aboutsummaryrefslogtreecommitdiff
path: root/games/warmux
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* games: Add missing USES={gnome,gl,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517046
* games/warmux:Max Brazhnikov2019-09-192-8/+6
| | | | | | | | | | - Undeprecate. Although the project is dead for a long time, other distributions still provide packages - Point WWW at Internet Archive page - Take maintainership Notes: svn path=/head/; revision=512365
* Deprecate a few portsAntoine Brodin2019-09-151-0/+2
| | | | Notes: svn path=/head/; revision=512125
* Mark BROKEN: unfetchableAntoine Brodin2019-08-041-0/+2
| | | | Notes: svn path=/head/; revision=508089
* - Update sdl_gfx to 2.0.26, bump dependent ports due to shared library ↵Dmitry Marakasov2019-01-301-1/+1
| | | | | | | version change Notes: svn path=/head/; revision=491625
* games/warmux: Fix build with Clang 6Tobias Kortkamp2018-07-302-1/+19
| | | | | | | | | | | | | | | | | interface/weapon_menu.cpp:394:12: error: cannot initialize return object of type 'Weapon *' with an rvalue of type 'bool' return false; ^~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/warmux-11.04.1_9.log map/tile.cpp:676:30: error: non-constant-expression cannot be narrowed from type 'uint' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') in initializer list [-Wc++11-narrowing] SynchTileInfo info = { i, t->GetSynchsum() }; ^ Notes: svn path=/head/; revision=475879
* - Add LICENSEDmitry Marakasov2018-06-091-5/+6
| | | | | | | | - Whitespace fixes - Switch to USES=localbase Notes: svn path=/head/; revision=472061
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Convert my ports to new options helpersMax Brazhnikov2015-08-251-34/+14
| | | | Notes: svn path=/head/; revision=395231
* - Fix build when CXX is set to a path instead of just an executable name ↵Dmitry Marakasov2015-08-181-0/+1
| | | | | | | | | | (fixes cross-builds) Approved by: portmgr blanket MFH: 2015Q3 (blanket) Notes: svn path=/head/; revision=394543
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+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) Notes: svn path=/head/; revision=374303
* drop @dirrm from my portsMax Brazhnikov2014-11-051-155/+0
| | | | Notes: svn path=/head/; revision=372187
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* converters/fribidi:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=366746
* - Convert net/sdl_net to USES=libtool and bump dependent portsTijl Coosemans2014-07-091-1/+1
| | | | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361403
* - Update graphics/sdl_gfx to version 2.0.25Marcus von Appen2014-06-011-1/+1
| | | | | | | - Bump PORTREVISION on ports depending on it, since the shlib version changed Notes: svn path=/head/; revision=356061
* Fix make patchAntoine Brodin2014-05-271-1/+1
| | | | Notes: svn path=/head/; revision=355572
* Convert to USES=dos2unixBaptiste Daroussin2014-05-261-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355288
* Convert my ports to USES=tarMax Brazhnikov2014-05-121-2/+1
| | | | Notes: svn path=/head/; revision=353800
* Convert graphics/sdl_gfx to USES=libtool. Also set USE_AUTOTOOLS becauseTijl Coosemans2014-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upstream forgot to regenerate the build scripts. This makes the build use the correct version information and causes a library version bump. Use this opportunity to use USES=libtool instead of USES=libtool:oldver. Bump PORTREVISION on all dependent ports and convert them to USES=libtool where needed. Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS syntax here and there. games/freedink-engine: - Option helpers. - Staging. - Use dirrmtry for locale directories. games/oolite: - Staging. - Replace ECHO with ECHO_CMD. - Don't use GNUSTEP_PREFIX to install files because it expands to LOCALBASE rather than PREFIX. games/openssn: - Remove USES=desktop-file-utils. No MimeType field in desktop file. - Staging. - Install files in standard DATADIR. games/xblast: - Use proper options. - Staging. - Patch configure so normal make install can be used instead of do-install. - Replace TAR | TAR with COPYTREE_SHARE. Notes: svn path=/head/; revision=352815
* - Support stagingMax Brazhnikov2013-10-232-7/+4
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes Notes: svn path=/head/; revision=331383
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (games category) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331269
* games/warmux: add <unistd.h> for modern compilersJohn Marino2013-10-013-1/+19
| | | | | | | | | | | | The DEBUG option, which is now default, sets the -Werror flag that was removed with a sed replace command for some makefiles. Newer compilers will pick up set-but-unused errors so -Werror really has to be disabled everywhere on newer compilers. Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=328988
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-1/+1
| | | | Notes: svn path=/head/; revision=326070
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - 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
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵Max Brazhnikov2013-05-122-23/+19
| | | | | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html Notes: svn path=/head/; revision=317947
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it'sMax Brazhnikov2013-03-251-1/+1
| | | | | | | | already defined - Remove OPTIONS_DEFINE, if it contains only global options Notes: svn path=/head/; revision=315222
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-7/+7
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* - update png to 1.5.10Dirk Meyer2012-06-012-1/+11
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-182-0/+12
| | | | | | | | | | | | | | | | - 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
* Update to 11.04.1Max Brazhnikov2011-12-073-13/+23
| | | | | | | | | Respect WITH_DEBUG Feature safe: yes Notes: svn path=/head/; revision=287008
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update graphics/sdl_gfx to version 2.0.22Marcus von Appen2011-07-021-0/+1
| | | | | | | | - Update Mk/bsd.sdl.mk for the new shared lib version - Bump portrevisions for all ports depending on graphics/sdl_gfx Notes: svn path=/head/; revision=276935
* Update to 11.01Max Brazhnikov2011-03-216-263/+338
| | | | Notes: svn path=/head/; revision=271435
* - Update graphics/sdl_ttf to version 2.0.10Marcus von Appen2010-08-111-1/+1
| | | | | | | | - Bump portrevisions for all ports depending on graphics/sdl_ttf - Update Mk/bsd.sdl.mk for the new shared library version. Notes: svn path=/head/; revision=259098
* Add OPTIONS:Max Brazhnikov2010-06-142-0/+22
| | | | | | | | | | | FRIBIDI - bi-directional unicode support SERVER - build the index and game servers PR: ports/147733 Submitted by: Demelier David <demelier.david at gmail.com> Notes: svn path=/head/; revision=256535
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Update to 0.9.2.1Max Brazhnikov2010-04-253-5/+21
| | | | Notes: svn path=/head/; revision=253216
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 0.9.1Max Brazhnikov2010-03-143-65/+123
| | | | Notes: svn path=/head/; revision=251038
* Update to 0.9.0Max Brazhnikov2010-03-123-117/+266
| | | | | | | | | | | Take maintainership PR: ports/144147 Submitted by: makc@ Approved by: maintainer timeout Notes: svn path=/head/; revision=250969
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update devel/sdl12 to version 1.2.14.Marcus von Appen2010-01-301-1/+1
| | | | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=248835