Bug 202939 - [MAINTAINER] games/wxlauncher: Update to 0.10.0
Summary: [MAINTAINER] games/wxlauncher: Update to 0.10.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-07 00:32 UTC by lightside
Modified: 2015-09-24 18:19 UTC (History)
0 users

See Also:


Attachments
Proposed patch (since 387986 revision) (3.52 KB, patch)
2015-09-07 00:32 UTC, lightside
no flags Details | Diff
The poudriere testport log (FreeBSD 10 amd64) (10.52 KB, application/x-bzip2)
2015-09-07 00:33 UTC, lightside
no flags Details
Proposed patch (since 387986 revision) (3.53 KB, patch)
2015-09-17 09:48 UTC, lightside
no flags Details | Diff
The poudriere testport log (FreeBSD 10 amd64, with default options) (10.26 KB, application/x-bzip2)
2015-09-17 09:49 UTC, lightside
no flags Details
The poudriere testport log (FreeBSD 10 amd64, with JOYSTICK option disabled) (10.28 KB, application/x-bzip2)
2015-09-17 09:50 UTC, lightside
no flags Details
The poudriere testport log (FreeBSD 10 amd64, with WX3 option disabled) (9.62 KB, application/x-bzip2)
2015-09-17 10:07 UTC, lightside
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description lightside 2015-09-07 00:32:24 UTC
Created attachment 160786 [details]
Proposed patch (since 387986 revision)

Patch to update games/wxlauncher port from 0.9.6 to 0.10.0 version.

Look following link for changes:
https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0

- 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
Comment 1 lightside 2015-09-07 00:33:26 UTC
Created attachment 160787 [details]
The poudriere testport log (FreeBSD 10 amd64)
Comment 2 lightside 2015-09-17 09:48:37 UTC
Created attachment 161141 [details]
Proposed patch (since 387986 revision)

- Remove WX_UNICODE define, after ports r397085 changes
Comment 3 lightside 2015-09-17 09:49:28 UTC
Created attachment 161142 [details]
The poudriere testport log (FreeBSD 10 amd64, with default options)
Comment 4 lightside 2015-09-17 09:50:24 UTC
Created attachment 161143 [details]
The poudriere testport log (FreeBSD 10 amd64, with JOYSTICK option disabled)
Comment 5 lightside 2015-09-17 10:07:14 UTC
Created attachment 161144 [details]
The poudriere testport log (FreeBSD 10 amd64, with WX3 option disabled)
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-09-24 18:10:35 UTC
A commit references this bug:

Author: jbeich
Date: Thu Sep 24 18:10:06 UTC 2015
New revision: 397703
URL: https://svnweb.freebsd.org/changeset/ports/397703

Log:
  games/wxlauncher: update to 0.10.0

  - 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)

Changes:
  head/games/wxlauncher/Makefile
  head/games/wxlauncher/distinfo
  head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp
  head/games/wxlauncher/pkg-descr
Comment 7 Jan Beich freebsd_committer freebsd_triage 2015-09-24 18:19:26 UTC
Thanks. Committed.