Skip to content

Instantly share code, notes, and snippets.

# runtime
runtime/sys_freebsd_riscv64.s:157:1: [riscv64] write1: unknown variable errno; offset 24 is ret+24(FP)
runtime/sys_freebsd_riscv64.s:158:1: [riscv64] write1: RET without writing to 4-byte ret+24(FP)
runtime/sys_freebsd_riscv64.s:170:1: [riscv64] read: unknown variable errno; offset 24 is ret+24(FP)
runtime/sys_freebsd_riscv64.s:171:1: [riscv64] read: RET without writing to 4-byte ret+24(FP)
[dg@freebsd ~/go/src]$ ./run.bash -no-rebuild
##### Test execution environment.
# GOARCH: riscv64
# CPU:
# GOOS: freebsd
# OS Version: FreeBSD 14.0-CURRENT FreeBSD 14.0-CURRENT #0 main-n255938-326a8d3e085: Fri Jun 3 06:39:27 UTC 2022 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/riscv.riscv64/sys/GENERIC riscv
##### Testing packages.
SUBSTRINGS= foo bar bufar
.for substring in ${SUBSTRINGS}
RES:= ${RES} app:${substring}
.endfor
.info ${RES}
Finished running tests.
Status:
Expected failure: dynamic-extent.pure.lisp / DX-COMPILER-NOTES
Expected failure: float.pure.lisp / (SCALE-FLOAT-OVERFLOW BUG-372)
Expected failure: float.pure.lisp / (ADDITION-OVERFLOW BUG-372)
Expected failure: float.pure.lisp / (ADDITION-OVERFLOW BUG-372 TAKE-2)
Expected failure: hash.pure.lisp / SXHASH-ON-DISPLACED-STRING
Expected failure: selfbuild-output.pure.lisp / MAKE-LIST-%MAKE-LIST-NOT-CALLED
Skipped (broken): debug.impure.lisp / (TRACE ENCAPSULATE NIL)
Skipped (broken): debug.impure.lisp / (TRACE ENCAPSULATE NIL RECURSIVE)
Finished running tests.
Status:
Expected failure: dynamic-extent.pure.lisp / DX-COMPILER-NOTES
Expected failure: hash.pure.lisp / SXHASH-ON-DISPLACED-STRING
Failure: bug-981106.impure.lisp / BUG-981106
Skipped (broken): debug.impure.lisp / (TRACE ENCAPSULATE NIL)
Skipped (broken): debug.impure.lisp / (TRACE ENCAPSULATE NIL RECURSIVE)
Expected failure: fopcompiler.impure.lisp / FOPCOMPILER-DEPRECATED-VAR-WARNING
Expected failure: full-eval.impure.lisp / INLINE-FUN-CAPTURES-DECL
Invalid exit status: gc.impure.lisp
diff --git a/devel/go-git/Makefile b/devel/go-git/Makefile
index 17b22bce6a94..ce06bb88b89b 100644
--- a/devel/go-git/Makefile
+++ b/devel/go-git/Makefile
@@ -1,37 +1,17 @@
PORTNAME= go-git
DISTVERSIONPREFIX= v
-DISTVERSION= 4.10.0
-PORTREVISION= 1
+DISTVERSION= 5.4.2
===> Building authelia from ./cmd/authelia
package github.com/authelia/authelia/v4/cmd/authelia
imports github.com/authelia/authelia/v4/internal/commands
imports github.com/authelia/authelia/v4/internal/middlewares
imports github.com/authelia/authelia/v4/internal/regulation
imports github.com/authelia/authelia/v4/internal/storage
imports modernc.org/sqlite
imports modernc.org/libc
imports modernc.org/libc/errno: build constraints exclude all Go files in /usr/home/dg/ports/www/authelia/work/github.com/authelia/authelia/v4@v4.30.4/vendor/modernc.org/libc/errno
package github.com/authelia/authelia/v4/cmd/authelia
diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile
index 6f12087d162e..f3fb4d06036e 100644
--- a/net-mgmt/telegraf/Makefile
+++ b/net-mgmt/telegraf/Makefile
@@ -2,7 +2,7 @@
PORTNAME= telegraf
DISTVERSIONPREFIX=v
-DISTVERSION= 1.19.0
+DISTVERSION= 1.19.2
const std = @import("std");
fn func(args: [][*:0]const u8) void {}
pub fn main() void {
var args = [_][*:0]const u8{ "one", "two" };
// OK
func(&args);
# $FreeBSD$
PORTNAME= crowdsec
PORTVERSION= 1.0.7
DISTVERSIONPREFIX= v
CATEGORIES= security
MAINTAINER= sbz@FreeBSD.org
COMMENT= Crowdsec lightweight and collaborative security engine