svn commit: r522229 - head/editors/micro/files

Steve Wills swills at FreeBSD.org
Mon Jan 6 13:48:48 UTC 2020


Author: swills
Date: Mon Jan  6 13:48:47 2020
New Revision: 522229
URL: https://svnweb.freebsd.org/changeset/ports/522229

Log:
  editors/micro: fix build on aarch64
  
  PR:		242889
  Submitted by:	mikael.urankar at gmail.com

Added:
  head/editors/micro/files/
  head/editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go   (contents, props changed)

Added: head/editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/micro/files/patch-vendor_github.com_zyedidia_pty_ztypes__freebsd__arm64.go	Mon Jan  6 13:48:47 2020	(r522229)
@@ -0,0 +1,16 @@
+--- vendor/github.com/zyedidia/pty/ztypes_freebsd_arm64.go.orig	2019-12-23 19:57:30.388608000 +0100
++++ vendor/github.com/zyedidia/pty/ztypes_freebsd_arm64.go	2019-12-23 19:56:25.521268000 +0100
+@@ -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
++}


More information about the svn-ports-all mailing list