diff-wrangling for the "backout SIGTSTP changes" diff (re
https://github.com/vim/vim/pull/9422) because other changes have been
made to the upstream code (it's still broken)
Add patches from upstream; stolen from FreeBSD/ArchLinux.
This should hopefully avoid the countless build errors.
Issues reported by naddy and tb. Thanks
From 5fd5e42bf28a7910321c6b6d76257e7386839fbc Mon Sep 17 00:00:00 2001
From: Michael Weghorn <m.weghorn@posteo.de>
Date: Wed, 16 Feb 2022 13:38:47 +0100
Subject: configure.ac: Update kf5 include/lib check to work with KF5 >= 5.91
Remove the webkit/webengine-wxneeded hack in cmComputeLinkInformation.cxx
and add USE_WXNEEDED=Yes to all cmake webkit/webengine consumer.
Background knowledge about the "hack":
It searches for webkit/webengine (lower-case search) in all link-entries for
EXECUTABLE/SHARED_LIBRARY targets. If the search match it adds
"-Wl,-z,wxneeded".
Feedback, help and OK sthen@ Thanks!
Error with ports-clang:
/tmp/Editor-6a96be.s: Assembler messages:
/tmp/Editor-6a96be.s:45266: Error: operation combines symbols in different segments
[same error multiple times]
clang-13: error: assembler command failed with exit code 1 (use -v to see invocation)
OK kmos sthen
Update to 2.1.1, released on Dec 18, 2021.
- add x11/qt5/qtsvg to LIB_DEPENDS and regen WANTLIB
- remove unused -Wno-deprecated-register
- NO_TEST because tests require Xorg access
- add -DUSE_STACK_TRACE=ON for execinfo
feedback and tweaks from op@
Improvements:
- Option --zero hides the interface and uses the whole terminal for editing.
- Colors can be given also in #rgb hexadecimal, to select the nearest color
from the 6x6x6 color-cube palette available on 256-color terminals.
- Fourteen new color names are available, from rosy to crimson.
- Remove kcalendarcore and kcontacts from BUILD_DEPENDS and
RUN_DEPENDS. A new port of KF5Akonadi is required in order to link
against these.
- Add CONFIGURE_ARG to skip finding KF5Akonadi.
- Add math/imath to LIB_DEPENDS and Imath-3_1 to WANTLIB.
- Set OpenEXR_FOUND in CMakeLists.txt patch to help with linking against
imath.
OK rsadowski@