Page MenuHomeFreeBSD

games/openrct2: move title-sequence and objects to the port, update to 0.2.2, fix build with big-endian architectures, change maintainer
ClosedPublic

Authored by pkubaj on Apr 17 2019, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 2, 9:37 PM
Unknown Object (File)
Sun, Dec 29, 9:24 PM
Unknown Object (File)
Mon, Dec 23, 5:47 PM
Unknown Object (File)
Mon, Dec 16, 11:43 AM
Unknown Object (File)
Wed, Dec 11, 7:35 PM
Unknown Object (File)
Dec 6 2024, 4:15 PM
Unknown Object (File)
Dec 2 2024, 10:26 PM
Unknown Object (File)
Nov 29 2024, 7:37 PM
Subscribers
None

Details

Summary

Update to the newest version, 0.2.2.
Include objects (1.0.10) and title-sequences (0.1.2a).
Add patch for compatibility with big-endian architectures.
Change maintainer to pkubaj@FreeBSD.org from my previous email.

Test Plan

Build on amd64 and powerpc64.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

games/openrct2/Makefile
26 ↗(On Diff #56306)

This should not have been removed.

37–45 ↗(On Diff #56306)

All those were at the right place, before OPTIONS_DEFINE.

Add GH_ACCOUNT, reorder Makefile:37-45.

Is there anything missing or wrong?

I'd like to get it committed soon, this issue is taking too long.

games/openrct2/Makefile
42 ↗(On Diff #56714)

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

games/openrct2/Makefile
43 ↗(On Diff #56876)

The OPTIONS_DEFINE line is still too early. See Chapter 15. Order of Variables in Port Makefiles.

games/openrct2/files/pkg-message.in
1–6 ↗(On Diff #56929)

This file no longer has any replacements, it should be moved to the ports directory without the .in suffix.

Move files/pkg-message.in to pkg-message and remove pkg-message from Makefile.

This revision is now accepted and ready to land.May 3 2019, 6:48 AM
This revision was automatically updated to reflect the committed changes.