svn commit: r525023 - in head/www/gotty: . files

Emanuel Haupt ehaupt at FreeBSD.org
Mon Feb 3 09:41:15 UTC 2020


Author: ehaupt
Date: Mon Feb  3 09:41:14 2020
New Revision: 525023
URL: https://svnweb.freebsd.org/changeset/ports/525023

Log:
  Fix build on aarch64
  
  PR:		243805
  Submitted by:	mikael

Added:
  head/www/gotty/files/
  head/www/gotty/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go   (contents, props changed)
Modified:
  head/www/gotty/Makefile

Modified: head/www/gotty/Makefile
==============================================================================
--- head/www/gotty/Makefile	Mon Feb  3 08:59:53 2020	(r525022)
+++ head/www/gotty/Makefile	Mon Feb  3 09:41:14 2020	(r525023)
@@ -4,7 +4,7 @@
 PORTNAME=	gotty
 PORTVERSION=	1.0.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www net
 
 MAINTAINER=	ehaupt at FreeBSD.org

Added: head/www/gotty/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/gotty/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go	Mon Feb  3 09:41:14 2020	(r525023)
@@ -0,0 +1,16 @@
+--- vendor/github.com/kr/pty/ztypes_freebsd_arm64.go.orig	2020-02-03 09:06:57 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
++}


More information about the svn-ports-all mailing list