Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2018 13:14:03 +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: r486006 - head/games/rlvm
Message-ID:  <201811271314.wARDE3bu029332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Nov 27 13:14:03 2018
New Revision: 486006
URL: https://svnweb.freebsd.org/changeset/ports/486006

Log:
  games/rlvm: unbreak with boost 1.69
  
  src/systems/base/gan_graphics_object_data.cc:56:12: error: no member named 'cerr' in namespace 'std'
  using std::cerr;
        ~~~~~^
  
  PR:		232525
  Obtained from:	upstream

Modified:
  head/games/rlvm/Makefile   (contents, props changed)
  head/games/rlvm/distinfo   (contents, props changed)

Modified: head/games/rlvm/Makefile
==============================================================================
--- head/games/rlvm/Makefile	Tue Nov 27 12:41:47 2018	(r486005)
+++ head/games/rlvm/Makefile	Tue Nov 27 13:14:03 2018	(r486006)
@@ -7,6 +7,9 @@ DISTVERSIONSUFFIX=	-g9350209
 PORTREVISION=	16
 CATEGORIES=	games
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	fb627bad9129.patch:-p1
+
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	RealLive virtual machine clone
 

Modified: head/games/rlvm/distinfo
==============================================================================
--- head/games/rlvm/distinfo	Tue Nov 27 12:41:47 2018	(r486005)
+++ head/games/rlvm/distinfo	Tue Nov 27 13:14:03 2018	(r486006)
@@ -1,3 +1,5 @@
 TIMESTAMP = 1475126655
 SHA256 (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 70a48aeca8e9298c1c5d3e4c7c4d9abd49bfc96e1afad5f2141039feb304df50
 SIZE (eglaysher-rlvm-release-0.14-67-g9350209_GH0.tar.gz) = 1895634
+SHA256 (fb627bad9129.patch) = a949dc649fac6cdff44ddf7f76480de82035b979b4bf8d959ae07ab648c5589d
+SIZE (fb627bad9129.patch) = 837



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811271314.wARDE3bu029332>