The base library exposes the hGetEcho and hSetEcho functions for
querying and setting echo status, but unfortunately, neither function
works with MinTTY consoles on Windows.
This library provides an alternative interface which works with
both MinTTY and other consoles.
ok sthen@ ("You don't need any more pain than you already have!" about
patching cabal-install to *not* need this port)
Update kdelibs4support to 5.39.0 and not to 5.41.0 because otherwise the
openssl stuff will do too much work.
(Make kssl compile against OpenSSL 1.1.0 (bug 370223)).
Tested in an bulk by landry@ Thanks!
ok landry@
strict dependencies on libraries bundled with ghc, this builds fine
with both ghc-8.2 (in my tree, not yet committed) and ghc-8.0 (in
the current tree).
Tested against ghc-8.0 by jca@, thanks!
It may also build again on i386, but I still have to check this.
OK sthen@
sent by Thomas Frohwein, who also takes MAINTAINER (thanks!)
Notable port changes:
- jack audio disabled from build
- libsamplerate as ldepends
- prevent SDL from returning an error when built
without haptic support, this allows FNA based
games to work instead of dying
- x11window patch is no longer needed (upstreamed)
- modify SDL_GetPlatform to pretend we are Linux
which allows FNA based games to run before the
upstreamed change trickles down to released
games
Notable port changes.
- Bump all shared libs from 6.0 to 7.0.
- COMPILER= base-clang ports-gcc (Replace ONLY_FOR_ARCHS)
- Remove our user.hpp. Boost detects all compiler features correct.
- Drop all -Wno-* options.
- Drop fiber support. It doesn't build with GCC
- Drop stacktrace support. It doesn't build on arm (spotted by jca@)
- b2 doesn't seem to respect python parameter, we need to run twice with
separate python environments to build both shared libs.
- Zap trailing whitespace
- Add py-numpy as bdep
- Disable precompiled header
- cleanup BJAM_CONFIG
- Drop "-d+2" debug.
Survived a macppc bulk by kirby@
Survived a amd64 bulk by landry@
Build test on sparc64 and arm by jca@ (and many other tests)
Many thanks to all those who made it possible
Final ok landry@, jca@