Date: Sat, 27 Oct 2018 01:33:51 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483087 - head/games/freeorion Message-ID: <201810270133.w9R1XpZl034602@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sat Oct 27 01:33:51 2018 New Revision: 483087 URL: https://svnweb.freebsd.org/changeset/ports/483087 Log: 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 Modified: head/games/freeorion/Makefile (contents, props changed) head/games/freeorion/distinfo (contents, props changed) Modified: head/games/freeorion/Makefile ============================================================================== --- head/games/freeorion/Makefile Sat Oct 27 01:32:57 2018 (r483086) +++ head/games/freeorion/Makefile Sat Oct 27 01:33:51 2018 (r483087) @@ -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 Modified: head/games/freeorion/distinfo ============================================================================== --- head/games/freeorion/distinfo Sat Oct 27 01:32:57 2018 (r483086) +++ head/games/freeorion/distinfo Sat Oct 27 01:33:51 2018 (r483087) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810270133.w9R1XpZl034602>