ok landry@ nigel@ tb@
GNU libmicrohttpd is a small C library that is supposed to make it easy
to run an HTTP server as part of another application.
Features:
* C library: fast and small
* API is simple, expressive and fully reentrant
* Implementation is HTTP 1.1 compliant
* HTTP server can listen on multiple ports
* Four different threading models (select, poll, pthread, thread pool)
* Support for IPv6
* Support for SHOUTcast
* Support for incremental processing of POST data
* Support for basic and digest authentication
* Support for TLS
https://www.darktable.org/2017/12/darktable-240-released/
"when updating from the currently stable 2.2.x series, please bear in
mind that your edits will be preserved during this process, but it will
not be possible to downgrade from 2.4 to 2.2.x any more."
OK landry@, sthen@
Port changes:
- patches/patch-cmake_FindLua_cmake is upstreamed so remove it
- re apply other patches manually when needed & re-generate
- patch the tests to not do color output
- grab MAINTAINER
- TEST_IS_INTERACTIVE set to yes
Upstream changes:
https://github.com/axkibe/lsyncd/blob/master/ChangeLog
gettext-tools is not a listed dependency. This resulted in 2 new failures in
an i386 bulk, both fixed already. (naddy already bumped into and fixed a few
others),
Changelog:
Allow compilation from a build directory.
Source code cleanups.
Fix some options specified on the command line not surviving a HUP
signal.
Handle tun/tap device returning EPERM or EBUSY.
Disable PMTUDiscovery when TCPOnly is used.
Support the —runstatedir option of the autoconf 2.70.
Port changes:
- "patch-doc_tinc_texi" committed upstream.
- "Using $< in a non-suffix rule context is a GNUmake idiom
(Makefile:840)" enable USE_GMAKE.c
submitted by Thomas Frohwein (thanks!)
OK sthen@
fishtank$ cat pkg/DESCR
Witch Blast is a free roguelite dungeon crawl shooter heavily inspired from
Binding Of Isaac. The player plays as a novice magician in a dungeon who is
trying to get as far as he can, using various items he can find to defeat the
inhabitants of the dungeon.
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@