mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
devel/gitlab-runner: fix patch files
The patch were applied twice. Reported by: mfechner Approved by: manu (mentor, implicit)
This commit is contained in:
parent
8f07bc85f3
commit
ba5540d80e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529892
@ -14,19 +14,3 @@
|
||||
+ Len int32
|
||||
+ Buf *byte
|
||||
+}
|
||||
--- vendor/github.com/kr/pty/ztypes_freebsd_arm64.go.orig 2019-12-23 19:57:30 UTC
|
||||
+++ vendor/github.com/kr/pty/ztypes_freebsd_arm64.go
|
||||
@@ -0,0 +1,13 @@
|
||||
+// Created by cgo -godefs - DO NOT EDIT
|
||||
+// cgo -godefs types_freebsd.go
|
||||
+
|
||||
+package pty
|
||||
+
|
||||
+const (
|
||||
+ _C_SPECNAMELEN = 0x3f
|
||||
+)
|
||||
+
|
||||
+type fiodgnameArg struct {
|
||||
+ Len int32
|
||||
+ Buf *byte
|
||||
+}
|
||||
|
@ -6,30 +6,6 @@ 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
|
||||
}
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user