New port with FreeSpace 2 video engine. To play it you need original game data.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229321
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
games/fs2open/Makefile | ||
---|---|---|
13–16 ↗ | (On Diff #56330) | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. |
22 ↗ | (On Diff #56330) | DISTVERSIONPREFIX= release_ DISTVERSION= 3_8_0 |
games/fs2open/pkg-descr | ||
1 ↗ | (On Diff #56330) | pkg-descr should contain a paragraph of at least two lines. |
games/fs2open/Makefile | ||
---|---|---|
13–14 ↗ | (On Diff #56887) | Those two lines should be reversed, see Chapter 15. Order of Variables in Port Makefiles. |
games/fs2open/files/pkg-message.in | ||
1–2 ↗ | (On Diff #56887) | This file has absolutely no replacements, so it does not need to sed'ed. Putting it in the ports's directory, and naming it pkg-message is enough. |
games/fs2open/Makefile | ||
---|---|---|
28 ↗ | (On Diff #56922) | Have you test-built this version? Because this line should now give you an error. |
games/fs2open/Makefile | ||
---|---|---|
28 ↗ | (On Diff #56922) | portlint agrees that this line should go away. |
games/fs2open/distinfo | ||
2 ↗ | (On Diff #56922) | SHA256 (scp-fs2open-fs2open.github.com-release_3_8_0_GH0.tar.gz) = c932d86daa2fe3dedf533a8904ed0cc9916bfe8ccf8e1cffcc20911a88d36457 (portlint says that they do not match, otherwise) |
3 ↗ | (On Diff #56922) | SIZE (scp-fs2open-fs2open.github.com-release_3_8_0_GH0.tar.gz) = 8711455 (portlint says that they do not match, otherwise) |
games/fs2open/pkg-descr | ||
1 ↗ | (On Diff #56330) | portlint complains about the long lines. I pacified it somewhat by adding linebreaks around position 70, but then it complained about > 24 lines. I think the linebreaks should be done and the latter complaint ignored. |
games/fs2open/Makefile | ||
---|---|---|
28 ↗ | (On Diff #56922) | Your workflow varies from mine. I run portlint before build. |
Tested to build on 11.2/amd64 with Poudriere.
pkg-descr was shortened.
Portlint says looks fine.
games/fs2open/files/patch-cmake_toolchain-clang.cmake | ||
---|---|---|
8 ↗ | (On Diff #57064) | ^ why is this needed? |
games/fs2open/files/patch-cmake_toolchain-clang.cmake | ||
---|---|---|
8 ↗ | (On Diff #57064) | It's not, but my understanding is that we should remove -O* flags from ports. |