sysutils/siegfried: Update to v1.8.0
Changes: https://github.com/richardlehane/siegfried/blob/v1.8.0/CHANGELOG.md
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= siegfried
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.7.13
|
||||
DISTVERSION= 1.8.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= tobik@FreeBSD.org
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1574005382
|
||||
SHA256 (richardlehane-siegfried-v1.7.13_GH0.tar.gz) = 158d0d355dcb5355ed9599531ed5e0cbb20ac14ad7f05eba822f954f972e93df
|
||||
SIZE (richardlehane-siegfried-v1.7.13_GH0.tar.gz) = 6701952
|
||||
TIMESTAMP = 1579767955
|
||||
SHA256 (richardlehane-siegfried-v1.8.0_GH0.tar.gz) = 40ae1178aac5c980480c7c7e616d7a79708b0cda79e2a28184a3aefd8b95e672
|
||||
SIZE (richardlehane-siegfried-v1.8.0_GH0.tar.gz) = 6675437
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
From 33540a1f603772f9d4b761f416f5c10dade23e96 Mon Sep 17 00:00:00 2001
|
||||
From: Tobias Klauser <tklauser@distanz.ch>
|
||||
Date: Fri, 25 Oct 2019 21:13:51 +0200
|
||||
Subject: [PATCH] unix: don't use non-existing uint128 type on freebsd/arm64
|
||||
|
||||
CL 179099 introduced type FpReg on freebsd, on freebsd/arm64 using a
|
||||
type uint128. This type doesn't exist in Go.
|
||||
|
||||
Change-Id: Ie7f065f38f2cc2c163abdfa7dddad886b8edbe3b
|
||||
Reviewed-on: https://go-review.googlesource.com/c/sys/+/203419
|
||||
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
|
||||
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
||||
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
||||
--- vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go.orig 2019-08-18 13:42:05 UTC
|
||||
+++ vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
|
||||
@@ -397,7 +397,7 @@ type Reg struct {
|
||||
}
|
||||
|
||||
type FpReg struct {
|
||||
- Fp_q [32]uint128
|
||||
+ Fp_q [512]uint8
|
||||
Fp_sr uint32
|
||||
Fp_cr uint32
|
||||
}
|
||||
Reference in New Issue
Block a user