svn commit: r483087 - head/games/freeorion

Jan Beich jbeich at FreeBSD.org
Sat Oct 27 01:33:52 UTC 2018


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 at 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


More information about the svn-ports-head mailing list