| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=387986
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 199429
Submitted by: lightside <lightside@gmx.com> (maintainer)
Notes:
svn path=/head/; revision=385435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: 197383
Submitted by: lightside@gmx.com (maintainer)
Notes:
svn path=/head/; revision=379636
|
|
|
|
|
|
|
| |
Submitted by: lightside@gmx.com (maintainer)
Notes:
svn path=/head/; revision=374599
|
|
|
|
|
|
|
| |
Submitted by: lightside@gmx.com (maintainer)
Notes:
svn path=/head/; revision=374589
|
|
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
|