aboutsummaryrefslogtreecommitdiffstats
path: root/games/megaglest
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision to chase graphics/glew shard library version update.zeising2018-02-041-1/+1
| | | | | | | PR: 223370 Submitted by: zeising exp-run by: antoine Approved by: antoine
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-02-041-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-0/+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
* games/megaglest{,-data}: update to 3.13.0jbeich2017-03-136-41/+7
| | | | | | | | - Describe LICENSE for game data Changes: https://github.com/MegaGlest/megaglest-source/releases/tag/3.13.0 PR: 217725 217726 Submitted by: Thibault Payet <monwarez@mailoo.org> (maintainer)
* Fix ports using PREFIX in their depends instead of LOCALBASE.mat2017-01-141-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - update miniupnpc to 2.0.20161216dinoex2016-12-262-0/+12
| | | | - bump API change
* - wxWidgets is only needed for editor and viewer optionspawel2016-07-301-3/+15
| | | | | | | - Update dependencies PR: 210267 Submitted by: Thibault Payet (maintainer)
* - Update to 3.12.0amdmi32016-04-238-63/+53
| | | | | | | - While here, convert to options helpers PR: 205485 Submitted by: monwarez@mailoo.org (maintainer)
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-8/+8
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update to 3.11.1amdmi32016-03-274-29/+18
| | | | | | | | - Cleanup the port - Pass maintainership to submitter PR: 205485 Submitted by: monwarez@mailoo.org
* - Unbreak fetchamdmi32015-12-261-2/+1
|
* - Reset maintainer by his own requestamdmi32015-12-261-1/+1
| | | | PR: 205570
* Mark as broken: does not fetchbapt2015-12-131-0/+1
|
* - fix API for miniupnpc-1.9.20151008dinoex2015-10-152-1/+15
|
* Remove BROKEN on Tier-2 systems statements which no longer true at leastdanfe2015-09-201-7/+1
| | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago.
* Convert to USES=jpegantoine2015-06-231-2/+1
|
* Add upstream patch to fix the build with CMake 3.2.rakuco2015-06-161-0/+21
| | | | In preparation for the upcoming CMake update.
* games/megaglest: Fix code to allow Clang to build it againmarino2015-04-132-6/+22
| | | | | | | | Not only was the previous commit unsavory, it didn't work due to conflict between libc++ and libstdc++. The added patch from miniz upstream fixes the breakage. Suggested by: jbeich
* games/megaglest: Unbreak on F10+ with an unsavory solutionmarino2015-04-121-2/+6
| | | | | | | | | | | | | | | | | Megaglest cannot be built under c++11 standard from the latest clang. It catches a narrowing error. The real solution is to fix the c++ code (it wasn't the only problem, but the first to trigger an error over a warning). The c++11 standard is required for wx, so it can't be unspecified. It turns out that gcc48 will not catch the error that clang does so the temporary fix is to require gcc48 for all FreeBSD releases. This may work for gcc49 as well, but it's likely that gcc5 will also catch the bug and break. So the unsavory short-term solution is to require GCC to build megaglest, but the long term fix is either patch the code or hopefully update to new version when upstream fixes the bug (then USE_GCC can be removed). Reported by: amdmi3
* Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflagsmarino2015-04-111-0/+1
| | | | The breakage was a result of moving wxgtk30 to c++11 from c++01
* - Fix build on < 10.x after webkit-gtk2 updateamdmi32015-02-041-1/+1
| | | | | Approved by: portmgr blanket MFH: 2015Q1
* - Drop @dirrm* from and add empty directories to plistsamdmi32015-01-191-2/+0
| | | | Approved by: portmgr blanket
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Properly support png 1.5antoine2014-12-252-12/+2
|
* 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)
* 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)
* games/megaglest: Fix on FreeBSD 10+ (from dports)marino2014-07-211-0/+1
| | | | | | | | | | I had fixed megaglest in dports a few days ago, not realizing that the build was also broken on FreeBSD until I saw the PR. Due to the size of megaglest-data (~265M), I haven't actually tested the fix on FreeBSD but it should work. The dports fix is more extensive than the PR. PR: 191225 Submitted by: maintainer (Rusty Nejdl)
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-151-1/+1
|
* Use wxGTK 3.0bapt2014-04-081-5/+10
| | | | | Use lua 5.2 Fix build on headless machines (if help2man is found they it tries to generate a man page for the editor which need display)
* Use xerces-c3bapt2014-02-241-1/+2
|
* Convert the tree to USES=openalantoine2013-12-261-3/+1
| | | | Approved by: portmgr (bapt)
* games/megaglest: update to 3.9.0.4wg2013-12-026-218/+30
| | | | | | | | | - Update to 3.9.0.4 [1] - Allow staging - Convert lib depends to new format PR: ports/184342 [1] Submitted by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | games)
* Add explicit dependencies on pkgconfbapt2013-09-021-1/+1
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - 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
* Apply some upstream patches to fix the build with recent versions of miniupnpc.rakuco2013-06-124-3/+166
| | | | | | | While here, convert from NOPORTDOCS to the OptionsNG variant. PR: ports/177987 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
* - Update megaglest and megaglest-data to 3.7.1 [1]bdrewery2012-11-274-20/+28
| | | | | | | | | | - Convert to new options framework - Trim headers - Remove ABI versions from LIB_DEPENDS PR: ports/173921 [1] Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1] Feature safe: yes
* - Update to 3.6.0.3cs2012-09-043-9/+26
| | | | | | | | - Submitter becomes new maintainer PR: ports/169376 Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com> Approved by: smoeller@nichthelfer.de (maintainer)
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* - update png to 1.5.10dinoex2012-06-012-2/+13
|
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)sunpoet2012-03-081-0/+4
| | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat)
* - Update devel/sdl12 to 1.2.15mva2012-02-181-0/+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
* Mark as broken on tier-2: uses x86-specific compiler flags.linimon2011-08-101-1/+7
|
* - Update to 3.5.2.stephen2011-07-216-70/+28
| | | | | | PR: ports/156895 Submitted by: Sven Moeller <smoeller@nichthelfer.de> Approved by: maho (mentor)
* - Rename glest_editor to megaglest_editor to avoid a potential conflictbeat2011-04-103-3/+3
| | | | | | | | with games/glest which also has an option to install this editor. - Do not bump PORTREVISION as the editor is not installed by default. Reported by: acm@ Submitted by: Sven Moeller <smoeller AT nichthelfer.de> (maintainer)
* MegaGlest is an open source 3D-real-time strategy game, where you controlbeat2011-04-077-0/+151
the armies of one of seven different factions: Tech, Magic, Egyptians, Indians, Norsemen, Persian or Romans (Beta). The game is setup in one of 14 naturally looking settings, which -like the unit models- are crafted with great appreciation for detail. MegaGlest is heavily based on the widely known Glest, which it forked from in early 2010. WWW: http://megaglest.org/ PR: ports/155111 Submitted by: Rusty Nejdl <rnejdl AT ringofsaturn.com>, Sven Moeller <smoeller AT nichthelfer.de>