Avoid Hetzner hosted servers due to availability (.ru users)
and try to keep availability as good as possible without
sacrificing performance for the majority of users.
Update upstream project download URL
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Switched to CMake. This allows getting rid of several patches and hacks.
Added PKG_LICENSE information
Rearranged some stuff for consistency between packages.
Added some linked flags for smaller size. Saves around 500 bytes on MIPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit updates the boost package to version 1.70.0 [1] and updates the
Makefile to activate c++17 compile option.
This new Boost version brings two new header-only libraries:
Outcome: [2]
A set of tools for reporting and handling function failures in contexts where
directly using C++ exception handling is unsuitable, from Niall Douglas.
Histogram: [3]
Fast and extensible multi-dimensional histograms with convenient interface
for C++14, from Hans Dembinski.
More information about this release at the usual place [1].
[1]: https://www.boost.org/users/history/version_1_70_0.html
[2]: https://www.boost.org/libs/outcome/
[3]: https://www.boost.org/libs/histogram/
Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
* update nano to 4.1
* implement Makefile style changes proposed in #8483
Release notes at https://nano-editor.org/news.php
2019.04.15 - GNU nano 4.1
* By default, a newline character is again automatically added at the
end of a buffer, to produce valid POSIX text files by default, but
also to get back the easy adding of text at the bottom.
* The now unneeded option --finalnewline (-f) has been removed.
* Syntax files are read in alphabetical order when globbing, so that
the precedence of syntaxes becomes predictable.
* In the C syntax, preprocessor directives are highlighted differently.
* M-S now toggles soft wrapping, and M-N toggles line numbers.
* The jumpy-scrolling toggle has been removed.
* The legacy keystrokes ^W^Y and ^W^V are recognized again.
* Executing an external command is disallowed when in view mode.
* Problems with resizing during external or speller commands were fixed.
Tested with ipq806x R7800
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Also add some valueable patches from mailing-list - upstream seems not
to care so much about, but giving them a broader audience does not hurt.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This version bump contains mainly fixes for the build system
e8df10e Pre-release version bump to 0.38.4
23f036d Makefile.am: Ship Meson assembly test files in the tarball
e7058fe Makefile.am: Update download links
8888e75 Post-release version bump to 0.38.3
a7ffb3e Pre-release version bump to 0.38.2
4c4753c meson: Correct copy-and-paste mistake
7295983 void function should not return a value
ef4fb03 Windows: Support building with SHELL=cmd.exe
55d8f95 Windows: Show compiler invocation
0ea37df meson: store ARM SIMD and NEON tests as text files
2065a07 meson: simplify and fix mmx library compilation
6e206cf meson: Add proper include paths for the loongson check
9ed0576 meson: fix copy-n-paste error for arm simd assembly
d13f6a8 meson: fix typo which breaks loongson checks
e7ac62c meson: work around meson issue #5115
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
For some reason, the build system enables NEON on platforms
that is should not. Fixes compilation on several ARM targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com>