diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-27 09:33:51 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-27 09:33:51 +0800 |
commit | 240abbedd272e3f2bc7af0b35c5387ab43e516e5 (patch) | |
tree | 3d05af471bcc928f5301d0a6a6468cf1cc5dbfd2 /games | |
parent | 1633d3a30862e2ae82e4469dd67aafe57185b2a8 (diff) | |
download | freebsd-ports-gnome-240abbedd272e3f2bc7af0b35c5387ab43e516e5.tar.gz freebsd-ports-gnome-240abbedd272e3f2bc7af0b35c5387ab43e516e5.tar.zst freebsd-ports-gnome-240abbedd272e3f2bc7af0b35c5387ab43e516e5.zip |
games/freeorion: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
Unable to find the requested Boost libraries.
Boost version: 1.69.0
Boost include path: /usr/local/include
Could not find the following Boost libraries:
boost_signals
Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
Call Stack (most recent call first):
CMakeLists.txt:198 (find_package)
PR: 232525
Obtained from: upstream
Diffstat (limited to 'games')
-rw-r--r-- | games/freeorion/Makefile | 4 | ||||
-rw-r--r-- | games/freeorion/distinfo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index f500ce103d93..4c091c28b812 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -7,6 +7,10 @@ DISTVERSION= 0.4.8 PORTREVISION= 1 CATEGORIES= games +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= fd05b34fcc68.patch:-p1 +PATCHFILES+= 35863f31210b.patch:-p1 + MAINTAINER= amdmi3@FreeBSD.org COMMENT= Turn-based space empire and galactic conquest game diff --git a/games/freeorion/distinfo b/games/freeorion/distinfo index 8097b0113d53..e4d8c7562c95 100644 --- a/games/freeorion/distinfo +++ b/games/freeorion/distinfo @@ -1,3 +1,7 @@ TIMESTAMP = 1535717925 SHA256 (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 1dac72c40bb9b881699423c98b14a9cd71b3f88cd2ec3433d5456cdd8dfa9621 SIZE (freeorion-freeorion-v0.4.8_GH0.tar.gz) = 106232267 +SHA256 (35863f31210b.patch) = 54fb8495a7383246788705c1cf70037856a14141fdb2ad16ce0f69f2c9dacc2a +SIZE (35863f31210b.patch) = 2258 +SHA256 (fd05b34fcc68.patch) = 8c30408d22a9b25f1e67417aa7162523f92660d83e67a95d5da47fe8e018709f +SIZE (fd05b34fcc68.patch) = 2788 |