Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 807364 - games-simulation/openttd-1.11.2: unused CMake variables (CMAKE_DISABLE_FIND_PACKAGE_FREETYPE etc)
Summary: games-simulation/openttd-1.11.2: unused CMake variables (CMAKE_DISABLE_FIND_P...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-08-10 03:31 UTC by Sam James
Modified: 2021-10-24 04:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-10 03:31:10 UTC
* Messages for package games-simulation/openttd-1.11.2:

 * One or more CMake variables were not used by the project:
 *   CMAKE_DISABLE_FIND_PACKAGE_FREETYPE
 *   CMAKE_DISABLE_FIND_PACKAGE_LIBLZMA
 *   CMAKE_DISABLE_FIND_PACKAGE_SDL
>>> Auto-cleaning packages...
Comment 1 Larry the Git Cow gentoo-dev 2021-10-24 04:06:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecdc2b2ec635901cde3f96e155b3c341b40316c7

commit ecdc2b2ec635901cde3f96e155b3c341b40316c7
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2021-10-22 14:42:06 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-10-24 04:06:00 +0000

    games-simulation/openttd: update to 12.0
    
    Migrated to EAPI=8, updated dependencies, fixed bugs.
    Regarding #807364, there will be always unused CMAKE_DISABLE_FIND_PACKAGE_SDL
    warning since it will be used when USE="allegro -sdl", other unused
    variables are fixed.
    
    Closes: https://bugs.gentoo.org/807364
    Closes: https://bugs.gentoo.org/810538
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 games-simulation/openttd/Manifest            |   1 +
 games-simulation/openttd/openttd-12.0.ebuild | 104 +++++++++++++++++++++++++++
 2 files changed, 105 insertions(+)