diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-07-22 20:17:51 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-07-22 20:17:51 +0800 |
commit | cd25c09de2723dc6ff5f7e21bde5073e0919802d (patch) | |
tree | d389663681717b4201e4f0f2a02c784194e5d65a /games | |
parent | c86be39695393c9c77516ede88ee4f7d0f4bb7eb (diff) | |
download | freebsd-ports-gnome-cd25c09de2723dc6ff5f7e21bde5073e0919802d.tar.gz freebsd-ports-gnome-cd25c09de2723dc6ff5f7e21bde5073e0919802d.tar.zst freebsd-ports-gnome-cd25c09de2723dc6ff5f7e21bde5073e0919802d.zip |
games/pioneer: unbreak after r446390
checking for ASSIMP... yes
checking for ASSIMP version >= 3.2... no
configure: error: "assimp version >= 3.2 not found. Get it from https://assimp.sourceforge.net/"
===> Script "configure" failed unexpectedly.
PR: 220889
Pointy hat to: jbeich
Obtained from: upstream
Approved by: portmgr blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/pioneer/Makefile | 3 | ||||
-rw-r--r-- | games/pioneer/distinfo | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index bd35d518079d..d2d638235cea 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -6,6 +6,9 @@ PORTVERSION= 0.0.${GH_TAGNAME} PORTREVISION= 2 CATEGORIES= games +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= a53fdbe8b046.patch:-p1 + MAINTAINER= lightside@gmx.com COMMENT= Space adventure game set in the Milky Way galaxy diff --git a/games/pioneer/distinfo b/games/pioneer/distinfo index bce14e217548..1b7fa0d02e1a 100644 --- a/games/pioneer/distinfo +++ b/games/pioneer/distinfo @@ -1,3 +1,5 @@ TIMESTAMP = 1488555232 SHA256 (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 45d448a5ac53c9e230522600f03dad7abc70788367d09c3edcb4ae4285050004 SIZE (pioneerspacesim-pioneer-0.0.20170304-20170304_GH0.tar.gz) = 194776151 +SHA256 (a53fdbe8b046.patch) = f9b438480642ad4a9a71cd976c007bc9c5a0fa82d3dc2d4d0892c1d6e00b78d7 +SIZE (a53fdbe8b046.patch) = 1109 |