Mikolaj Kucharski, risantos at protonmail.com, Stefan Hagen
gh is GitHub on the command line. It brings pull requests, issues, and
other GitHub concepts to the terminal next to where you are already
working with git and your code. It is available for repositories hosted
on GitHub.com and GitHub Enterprise Server 2.20+.
With base-clang it either runs out of memory with i386 patches
or -O1. Using -O0 makes preforth segfault.
Use ports-gcc instead.
OK jasper@ (maintainer)
- drop the db flavour, it is not linked to the build and has been broken
since 2011 when EPOCH was set in databases/db/v4
- patch to stop checking for OpenBSD 2/3/4/5/6 and just check for OpenBSD
gkoehler@ emitted the hypothesis that libffi was partly broken on powerpc.
Later i found out that upstream has already a patch for this, reducing greatly
the number of test failures. This will allow to build lang/gforth, and
lang/guile2 passes now its ffi test has well.
Testing for possible regression on powerpc64 by gkoehler@.
OK jasper@ gkoehler@
Pointless #ifdef maze that ends up on an error if the architecture is
not known:
- POCO_ARCH is only used to get a string representation of the current
architecture (not all known archs benefit from this anyway). On POSIX
systems uname(3) can be used for this.
- POCO_ARCH_LITTLE_ENDIAN/BIG_ENDIAN could be discovered using <endian.h>
or a runtime test.
Upstream commit:
26fa1b9e6b
This was tracked down to two commits upstream which broke the sndio
backend due to >2 channel support being added.
Until this can be sorted out, this diff reverts two upstream commits:
5cffe7e50a2885d9b392c15f2cd3941cac49692c
b4a52321c4ad8e8bc0eb29d2cdae2c043fc405e1
From Brad, tested by me and kmos@
ok kmos@ sthen@
- fix diff mode bug caused by a diff chunk only adding cpp directives
- fix incorrect indentation for block comments followed by goto labels
- recognize function pointer types without arguments
with full namespace zero support. The specification is fetched as
additional distfile from the OPC UA foundation. The compiler needs
8 MB stack limit. The package size grows from 4 to 10 MB.
OK sthen@