aboutsummaryrefslogtreecommitdiff
path: root/games/wxlauncher
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/wxlauncher: update to 0.10.0Jan Beich2015-09-244-28/+20
| | | | | | | | | | | | | | | | - Change GH_ACCOUNT, GH_PROJECT and WWW to new GitHub address - Add pkgconfig to USES - Change USE_SDL value to sdl2, because of new dependency - Explicitly define used wxWidgets version through WXVER CMake's define - Adapt patches for new version - Remove WX_UNICODE define, after ports r397085 changes Changes: https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0 PR: 202939 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=397703
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-4/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* games/wxlauncher: add DEBUG option and put verbose logging behind itJan Beich2015-05-051-2/+3
| | | | | | | | | | | | DEBUG=off (default) now shows splash screen on startup due to being on the same #if NDEBUG bandwagon used to turn off verbose logging. GitHub: wxLauncher/wxlauncher#117 PR: 199919 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=385443
* games/wxlauncher: enable WX3 option by defaultJan Beich2015-05-051-1/+2
| | | | | | | | PR: 199429 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=385435
* games/wxlauncher: unbreak WX3 option on DragonFly and FreeBSD 8.x/9.xJan Beich2015-05-052-0/+13
| | | | | | | | | | | | | | | After r383466 building against wxgtk30 only worked with clang/libc++ because libstdc++ 4.2 in base lacks C++11 support while newer libstdc++ (from lang/gcc* or in base on DragonFly) requires explicit -std=c++11. Also, -std=c++11 on FreeBSD turns NULL into nullptr which sometimes breaks build. PR: 199916 Approved by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=385434
* games/wxlauncher: unbreak build when WX3=on JOYSTICK=offJan Beich2015-05-051-0/+13
| | | | | | | | | | | wxgtk30 enables debug logging by default. This led to breakage because the calls within wxLogDebug() are no longer eliminated. PR: 199919 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=385433
* games/wxlauncher: update to 0.9.6Jan Beich2015-05-042-18/+6
| | | | | | | | | | | - Remove sed patches, which were fixed upstream Changes: https://github.com/wxLauncher/wxlauncher/compare/release-0.9.5...release-0.9.6 PR: 199429 (sans WX3 by default) Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=385396
* games/wxlauncher: update to 0.9.5Ruslan Makhmatkhanov2015-02-232-11/+26
| | | | | | | | PR: 197383 Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=379636
* - Fix arguments of USES=pythonDmitry Marakasov2014-12-121-1/+2
| | | | | | | Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=374599
* - Tweak build-dependency on python moduleDmitry Marakasov2014-12-121-1/+1
| | | | | | | Submitted by: lightside@gmx.com (maintainer) Notes: svn path=/head/; revision=374589
* wxLauncher is a multi-platform launcher for the Freespace 2 Source Code Project.Dmitry Marakasov2014-12-113-0/+74
wxLauncher aims to give one unified answer to members of the Freespace 2 Open community looking for an easy way to control fs2_open on various platforms and to those looking for an easy way to find and get updates to their Freespace 2 MODs and TCs. WWW: http://github.com/wxLauncher/wxlauncher PR: 195013 Submitted by: lightside@gmx.com Notes: svn path=/head/; revision=374553