aboutsummaryrefslogtreecommitdiffstats
path: root/games/assaultcube
Commit message (Collapse)AuthorAgeFilesLines
* games/assaultcube: unbreak build with newer C++ libraryjbeich2016-04-143-12/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add upstream fixes for clang/libc++ 3.8 and gcc/libstdc++ 6.0 - Remove merged files/patch-source_src_bot_bot_waypoint.cpp file - Bump PORTREVISION In file included from crypto.cpp:1: In file included from ./cube.h:8: ./tools.h:58:21: error: static declaration of 'round' follows non-static declaration static inline float round(float x) { return floor(x + 0.5f); } ^ /usr/include/c++/v1/math.h:1364:46: note: previous definition is here inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT {return roundf(__lcpp_x);} ^ In file included from cube.h:8:0, from crypto.cpp:1: tools.h: In function 'float round(float)': tools.h:58:34: error: 'float round(float)' conflicts with a previous declaration static inline float round(float x) { return floor(x + 0.5f); } ^ In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0, from platform.h:9, from cube.h:7, from crypto.cpp:1: /usr/local/lib/gcc6/include/c++/cmath:1708:3: note: previous declaration 'constexpr float std::round(float)' round(float __x) ^~~~~ PR: 208754 Reported by: dim (libc++), lightside (libstdc++) Submitted by: lightside <lightside@gmx.com> (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Add optional support for using newer libenet from portsamdmi32015-05-091-6/+19
| | | | | PR: 197605 Submitted by: lightside@gmx.com (maintainer)
* games/assaultcube: unbreak on DragonFly and the package clusterjbeich2015-05-046-41/+36
| | | | | | | | | | | | - Disable PCH (precompiled header) to unbreak build with GCC in jails for older branches and recent 11.0C kernel - Add upstream patch for bundled libenet to unbreak build on DragonFly [1] - Convert patch for ${BUILD_WRKSRC}/Makefile into sed(1) variant - Pet portlint since r383894 by formatting patches with makepatch target PR: 199912 Submitted by: lightside <lightside@gmx.com> (maintainer) Obtained from: https://github.com/lsalzman/enet/commit/8df6e58 [1]
* Improve style, consistency and fix minor issues in Cube-based portsjbeich2015-03-152-43/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert to option helpers - Drop unused libGLU dependency (except for games/cube) - Track direct dependency on libX11 (for XFetchBytes) - Drop redundant MKDIR before COPYTREE_* macros [1] - Wrap cd related commands with parentheses [1] - Wrap lines exceeding 80 characters - Bump PORTREVISION to pick up changes in dependencies, plist (assaultcube) and catch regressions early [1] - games/assaultcube: CLIENT uses openal/vorbisfile *instead* of SDL_mixer - games/assaultcube: drop unused gettext-tools dependency [1] - games/assaultcube: convert to PLIST_DIRS [1] - games/assaultcube: add patch for source/src/bot/bot_waypoint.cpp file to fix "invalid source encoding" warning [1] - games/{cube,bloodfrontier}: MASTER or SERVER don't need libX11 - games/redeclipse: tell how large the package is in IGNORE message - games/redeclipse: use PORTDATA to hold list of dirs for COPYTREE_SHARE Differential Revision: https://reviews.freebsd.org/D1831 PR: 197582 [1] PR: 197583 [2] Submitted by: lightside@gmx.com [1] Requested by: lightside@gmx.com [1] Reviewed by: amdmi3, lightside@gmx.com (maintainers) Approved by: maintainer timeout (1 month) [2] Approved by: bapt (mentor)
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-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)
* - Convert USE_BZIP2 to USESjhale2014-10-121-8/+7
| | | | | | | | - Fix LIB_DEPENDS assignment (doesn't affect final run-depends-list, so no PORTREVISION bump) - Sort LICENSE variables to satisfy portlint(1) Approved by: portmgr blanket
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-0/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Convert the tree to USES=openalantoine2013-12-261-2/+1
| | | | Approved by: portmgr (bapt)
* - Update from 1.2.0.1 to 1.2.0.2 [1]danilo2013-11-122-11/+5
| | | | | | | | - Install docs unconditionally - Silence MKDIR PR: ports/183857 Submitted by: Sender Ghost <lightside@gmx.com> (maintainer) [1]
* - Update to 1.2.0.1tabthorpe2013-11-033-11/+25
| | | | | PR: ports/183449 Submitted by: Sender Ghost <lightside@gmx.com> (maintainer)
* - Add forgotten patchesdanilo2013-10-132-0/+28
| | | | | Reported by: Sender Ghost <lightside@gmx.com> (maintainer) Approved by: wg/culot (mentors, implicit)
* - Update from 1.1.0.4 to 1.2.0.0 [1]danilo2013-10-126-95/+26
| | | | | | | | | | - Add stage support [1] - Convert USE_GMAKE to USES - Convert LIB_DEPENDS to new syntax PR: ports/182889 Submitted by: Sender Ghost <lightside@gmx.com> (maintainer) [1] Approved by: wg/culot (mentors, implicit)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* Variable that start with _ are considered private to the definingeadler2013-03-021-2/+2
| | | | | | | makefile and may not be used by ports makefiles. In addition, avoid problems should the defaults ever change. Approved by: portmgr (tabthorpe)
* Bump PORTREVISION after DESKTOP_ENTRIES updatemakc2013-01-231-1/+1
|
* - Update DESKTOP_ENTRIES:makc2013-01-231-1/+1
| | | | | | | | | | * rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category if missing - Remove indefinite article and/or rephrase COMMENT Approved by: portmgr (bapt), maintainer silence (12 days)
* - Convert to OptionsNG.rakuco2013-01-131-19/+15
| | | | | | | - Update maintainer's email address. PR: ports/175092 Submitted by: Sender Ghost <lightside@safebox.ru> (maintainer)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - 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
* - Added licenses (note: MIT for included enet library)decke2011-05-052-10/+20
| | | | | | | | | | - Added desktop entries for client - Added explicit USE_GETTEXT for client, because it depends on intl library - Fixed home directory for client executable script - Removed unneeded defines and option (CXXOPTFLAGS doesn't exist anymore) PR: ports/155525 Submitted by: Sender Ghost <lightside@safebox.ru> (maintainer)
* - Author of last update agreed to look after this portpav2011-01-211-1/+1
| | | | Feature safe: yes
* - Update to 1.1.0.4pav2011-01-207-1569/+99
| | | | | | PR: ports/152697 Submitted by: Sender Ghost <lightside@safebox.ru> Feature safe: yes
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Update devel/sdl12 to version 1.2.14.mva2010-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)
* - Introduce USE_OPENAL variable for OpenAL consumerspav2010-01-261-3/+2
| | | | | | | | | - Switch to openal-soft as a default OpenAL implementation PR: ports/142123 Submitted by: mva Tested by: pointyhat exp-run Approved by: portmgr (hat)
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with G
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Drop maintainership of the following ports:alepulver2009-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | games/darkplaces games/quake-dpmod games/edge games/deng games/odamex games/uhexen2 games/uhexen2-extras games/vavoom games/vavoom-extras games/alienarena games/alienarena-data games/freedroidrpg games/assaultcube games/freeorion x11-toolkits/gigi devel/allegro devel/allegrogl devel/adime devel/allegro-devel net-p2p/qbittorrent net-p2p/rblibtorrent-devel emulators/wahcade x11-wm/stumpwm x11-wm/icewm
* - Update to version 1.0.2.alepulver2009-02-113-95/+766
|
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-0/+1
|
* - Update correct port: the new assaultcube, instead of the old actioncube.alepulver2007-10-217-79/+88
| | | | | PR: ports/116746 Reported by: ale
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* ActionCube is a total conversion of Wouter van Oortmerssen's FPS called Cube.alepulver2007-02-277-0/+999
Set in a realistic looking environment, as far as that's possible with this engine, while gameplay stays fast and arcade. This game is all about team oriented multiplayer fun. WWW: http://action.cubers.net/