diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-11-27 21:14:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-11-27 21:14:03 +0800 |
commit | fc2f47d577d56206c25e39ed3d20e90ba75cb424 (patch) | |
tree | 50a1bef1220aeab227370bb84d67a2ca71bb12d5 /games | |
parent | 4981ffd57ad390088663ff53f14d59de20141405 (diff) | |
download | freebsd-ports-gnome-fc2f47d577d56206c25e39ed3d20e90ba75cb424.tar.gz freebsd-ports-gnome-fc2f47d577d56206c25e39ed3d20e90ba75cb424.tar.zst freebsd-ports-gnome-fc2f47d577d56206c25e39ed3d20e90ba75cb424.zip |
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
Diffstat (limited to 'games')
-rw-r--r-- | games/rlvm/Makefile | 3 | ||||
-rw-r--r-- | games/rlvm/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/games/rlvm/Makefile b/games/rlvm/Makefile index da2744c9372a..e5091c493aef 100644 --- a/games/rlvm/Makefile +++ b/games/rlvm/Makefile @@ -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 diff --git a/games/rlvm/distinfo b/games/rlvm/distinfo index a47264ac056c..c34d079f9021 100644 --- a/games/rlvm/distinfo +++ b/games/rlvm/distinfo @@ -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 |