When I added the first copy of the CloudABI toolchain to the Ports tree,
I assumed that it would be easily possible to have a single Binutils
port that would support all of the architectures of interest. It seems
that this is not really supported, or simply awkward to use.
Let's just rename the cloudabi-binutils port to cloudabi-binutils-x86_64
and add an additional cloudabi-binutils-aarch64.
Reviewed by: emaste
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3919
The code lacks support for PowerPC and PowerPC64 and it does not seem
trivial to add such missing pieces. In particular, the MacroAssembler
is not implemented.
Approved by: koobs (maintainer), bdrewery (mentor)
Differential Revision: https://reviews.freebsd.org/D3957
or completing missions. Use your earnings to buy a better ship or
to upgrade the weapons and engines on your current one. Blow up
pirates. Take sides in a civil war. Or leave human space behind and
hope to find some friendly aliens whose culture is more civilized
than your own...
Endless Sky is a sandbox-style space exploration game similar to
Elite, Escape Velocity, or Star Control. You start out as the captain
of a tiny space ship and can choose what to do from there. The game
includes a major plot line and many minor missions, but you can
choose whether you want to play through the plot or strike out on
your own as a merchant or bounty hunter or explorer.
WWW: http://endless-sky.github.io/
addition has been submitted upstream [1]:
https://bugzilla.samba.org/show_bug.cgi?id=11561
Apply an extra patch with the ACL option to add NFSv4 ACLs support [2].
Submitted by: des [1]
Wished by: Paul Lecuq <paul.lecuq@factorfx.com> [2]
Obtained from: FreeNAS [2]
output, design new language databases, and create controlled speech
stimuli for psychophysical experiments.
gnuspeechsa is a cross-platform module of gnuspeech that allows
command line, or application-based speech output
WWW: https://www.gnu.org/software/gnuspeech/
(2) Add ability to use system libraries, including tcl & tk in case
of Insight, use system libraries by default.
(3) Add option to build all needed libraries from provided sources,
to make exact copy of "official" toolchain.
The pixmap package does not install neither the demos nor the tests it
includes, yet these get built as part of "make all". Disable them to
shorten build times and, particularly, to workaround ld(1) crashes
triggered by them in powerpc64; see PR bin/202284 for details.
Reviewed by: kwm (maintainer), bdrewery (mentor)
Differential Revision: https://reviews.freebsd.org/D3372
ICC profiles.
While it builds with Clang, resulting binary crashes on exit (albeit it
produces seemingly correct output file), so request GCC for the moment.
WWW: http://sourceforge.net/projects/dcp2icc/
- Support for the various versions of XAudio.
- More implementation of the Web Services DLL.
- Improved OLE object embedding.
- Various code cleanups in Direct3D.
- Various bug fixes.
A frontend for bhyve which provides the 'vm' command
Create/start/stop virtual machines easily
Bridged/NAT networking
BSD/Linux guest support
WWW: https://github.com/churchers/vm-bhyve
PR: 202225
Submitted by: churchers@gmail.com
Refactor *_DEPENDS to match setup.py's less than obvious dependencies
cffi is both a build/run dependency, the rest are only run dependencies.
This was causing a build failure for net-im/papyon:
ImportError: No module named enum
Reported by: kwm, pkg-fallout
Assisted by: antoine