Description:
GitLab Runner is the open source project that is used to run your jobs and
send the results back to GitLab. It is used in conjunction with GitLab CI,
the open-source continuous integration service included with GitLab that
coordinates the jobs.
Tweaks and OK from kmos@
* Incompatible changes
diff no longer treats a closed stdin as representing an absent file
in usage like 'diff --new-file - foo <&-'. This feature was rarely
if ever used and was not portable to POSIX platforms that reopen
stdin on exec, such as SELinux if the process underwent an AT_SECURE
transition, or HP-UX even if not setuid.
- remove LIBGIT2_SYS_USE_PKG_CONFIG setting from MAKE_ENV (devel/cargo module already do it)
- use .include with "" instead of <> for crates.inc: there is no need to search the file inside system directories
- add license information to MODCARGO_CRATES lines
ok landry@ rsadowski@ kn@
Upstream's cmake magic checks for execinfo.h, but there is no test to
check if the backtrace(3) function family requires extra linker flags.
Replace the header check by testing if backtrace(3) exists, and if it
does, add the required linker flag.
This fixes telephony/linphone/belr build on ld.bfd archs, at least.
Tested on macppc and amd64.
« ok if it works for you » landry@ (maintainer)
Starting from 11.1, GCC will require a C++11 compiler. This is a problem on
architectures still stuck on GCC 4.2.1 in base, so here's a minimal bootstrap
compiler consisting only of gcc, g++ and a static libestdc++, installed under
a different prefix.
comments/ok sthen@
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