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
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 24022 Build 22909: arc lint + arc unit
Event Timeline
games/fs2open/Makefile | ||
---|---|---|
14–17 | Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles. | |
23 | DISTVERSIONPREFIX= release_ DISTVERSION= 3_8_0 | |
games/fs2open/pkg-descr | ||
2 | pkg-descr should contain a paragraph of at least two lines. |
games/fs2open/Makefile | ||
---|---|---|
13–14 | Those two lines should be reversed, see Chapter 15. Order of Variables in Port Makefiles. | |
games/fs2open/files/pkg-message.in | ||
1–2 | 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 | ||
---|---|---|
29 | Have you test-built this version? Because this line should now give you an error. |
games/fs2open/Makefile | ||
---|---|---|
29 | portlint agrees that this line should go away. | |
games/fs2open/distinfo | ||
3 | SHA256 (scp-fs2open-fs2open.github.com-release_3_8_0_GH0.tar.gz) = c932d86daa2fe3dedf533a8904ed0cc9916bfe8ccf8e1cffcc20911a88d36457 (portlint says that they do not match, otherwise) | |
4 | 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 | ||
2 | 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 | ||
---|---|---|
29 | 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 | ||
---|---|---|
9 | ^ why is this needed? |
games/fs2open/files/patch-cmake_toolchain-clang.cmake | ||
---|---|---|
9 | It's not, but my understanding is that we should remove -O* flags from ports. |