-std=gnu++11 is necessary on FreeBSD 10, whose libc++ does not have the
`operator delete(void*, size_t)' overload from C++14. GCC 6 defaults to
--std=gnu++14, which then breaks the build.
PR: 219485
Moonlight Embedded is an open source implementation of NVIDIA's
GameStream, as used by the NVIDIA Shield.
Moonlight Embedded allows you to stream your full collection of games
from your powerful Windows desktop to your FreeBSD system.
WWW: https://github.com/irtimmer/moonlight-embedded
Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1484663152 which corresponds to commit 00bae1f tagged
as this release.
OpenTTD due to a conflict of ``type'' being defined (differently) and used
in both libc++ and the game itself:
In file included from /usr/include/c++/v1/math.h:310:
/usr/include/c++/v1/limits:234:95: error: member reference base type 'int'
is not a structure or union
_LIBCPP_INLINE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN()
_NOEXCEPT {return type(0);}
.../openttd-1.7.1/src/3rdparty/squirrel/squirrel/sqobject.h:99:25: note:
expanded from macro 'type'
#define type(obj) ((obj)._type)
Mend the problem by #includ'ing <math.h> prior to Squirrel's (programming
language OpenTTD uses internally for scripting).
Reported by: pkg-fallout
2017-04-30 multimedia/avbin: Unfetchable for more than six months (google code has gone away)
games/gondola: Depends on expired multimedia/avbin
2017-04-30 sysutils/flyback: Unfetchable for more than six months (google code has gone away)
2017-06-30 multimedia/py-ffmpeg: Depreciated upstream in favour of ffpyplayer
2017-07-31 mail/dovecot: Deprecated by upstream years ago. Use mail/dovecot2 instead
- Add missing dependencies reported by stage-qa
- Regenerate some patches
- The patch for embedded psutils mostly taken from sysutils/py-psutil121
port
- Drop the gamecontrollerdb.txt patch since controller mappings cannot
be shared reliably between FreeBSD systems [1]
- Drop patch for inverting the joystick Y-axis based on the invert
mouse setting
Changes: https://github.com/OpenMW/openmw/releases/tag/openmw-0.42.0
PR: 218289 [1]
Stunt Rally is a racing game with rally style of driving, mostly
on gravel.
It features a rich variety of 172 tracks in 34 sceneries also on
other planets.
Track difficulty ranges from short and easy to very difficult stunt
tracks including jumps, skewed loops, pipes winding in 3D, obstacles
or all at once.
There are 20 cars to choose, 1 motorbike, 3 hovering spaceships and
1 bouncing sphere.
The latter provide a fast and easier gameplay on flat tracks.
Game modes include:
Single Race, Tutorials, Championships, Challenges, Multiplayer and
Split Screen. Also Replays and Ghost drive are present.
The Track Editor allows creating and modifying tracks. It uses a
3D spline generated road.
WWW: http://stuntrally.tuxfamily.org/
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