Summary: | [MAINTAINER] games/assaultcube: Fix build on pkg-fallout host(s) and other fixes for v1.2.0.2 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | lightside <lightside> |
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | ||
Priority: | --- | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
Bug Depends on: | |||
Bug Blocks: | 199905 | ||
Attachments: |
Description
lightside
2015-05-04 05:01:21 UTC
Created attachment 156317 [details]
The poudriere testport log (FreeBSD 8.4 amd64)
I can't reproduce the error on my current FreeBSD 10 build host, but the poudriere testport log don't show cube.h.gch file, which might fix this issue, related to GCC precompiled header(s).
Created attachment 156318 [details]
The poudriere testport log (FreeBSD 9.3 amd64)
Created attachment 156319 [details]
The poudriere testport log (FreeBSD 10 amd64)
A commit references this bug: Author: jbeich Date: Mon May 4 11:16:49 UTC 2015 New revision: 385392 URL: https://svnweb.freebsd.org/changeset/ports/385392 Log: games/assaultcube: unbreak on DragonFly and the package cluster - Disable PCH (precompiled header) to unbreak build with GCC in jails for older branches and recent 11.0C kernel - Add upstream patch for bundled libenet to unbreak build on DragonFly [1] - Convert patch for ${BUILD_WRKSRC}/Makefile into sed(1) variant - Pet portlint since r383894 by formatting patches with makepatch target PR: 199912 Submitted by: lightside <lightside@gmx.com> (maintainer) Obtained from: https://github.com/lsalzman/enet/commit/8df6e58 [1] Changes: head/games/assaultcube/Makefile head/games/assaultcube/files/patch-source_enet_unix.c head/games/assaultcube/files/patch-source_src_Makefile head/games/assaultcube/files/patch-source_src_bot_bot_waypoint.cpp head/games/assaultcube/files/patch-source_src_console.h head/games/assaultcube/files/patch-source_src_master.cpp Thanks. Committed and confirmed the fix on 11.0C amd64 kernel with 9.3R i386 jail. A commit references this bug: Author: amdmi3 Date: Thu Jun 4 18:48:36 UTC 2015 New revision: 388542 URL: https://svnweb.freebsd.org/changeset/ports/388542 Log: MFH: r385392 games/assaultcube: unbreak on DragonFly and the package cluster - Disable PCH (precompiled header) to unbreak build with GCC in jails for older branches and recent 11.0C kernel - Add upstream patch for bundled libenet to unbreak build on DragonFly [1] - Convert patch for ${BUILD_WRKSRC}/Makefile into sed(1) variant - Pet portlint since r383894 by formatting patches with makepatch target PR: 199912 Submitted by: lightside <lightside@gmx.com> (maintainer) Obtained from: https://github.com/lsalzman/enet/commit/8df6e58 [1] Approved by: ports-secteam (delhij) Changes: _U branches/2015Q2/ branches/2015Q2/games/assaultcube/Makefile branches/2015Q2/games/assaultcube/files/patch-source_enet_unix.c branches/2015Q2/games/assaultcube/files/patch-source_src_Makefile branches/2015Q2/games/assaultcube/files/patch-source_src_bot_bot_waypoint.cpp branches/2015Q2/games/assaultcube/files/patch-source_src_console.h branches/2015Q2/games/assaultcube/files/patch-source_src_master.cpp |