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)
Sun, Mar 17, 2:39 AM
Unknown Object (File)
Feb 9 2024, 6:36 AM
Unknown Object (File)
Dec 21 2023, 10:50 PM
Unknown Object (File)
Dec 7 2023, 10:34 PM
Unknown Object (File)
Dec 4 2023, 9:59 PM
Unknown Object (File)
Nov 6 2023, 4:50 AM
Unknown Object (File)
Sep 29 2023, 11:23 PM
Unknown Object (File)
Sep 4 2023, 11:14 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.