Bug 243805 - www/gotty: fix build on aarch64
Summary: www/gotty: fix build on aarch64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL: http://thunderx1.nyi.freebsd.org/data...
Keywords:
Depends on:
Blocks: 242312
  Show dependency treegraph
 
Reported: 2020-02-02 16:28 UTC by Mikael Urankar
Modified: 2020-02-03 09:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
patch (1.08 KB, patch)
2020-02-02 16:28 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2020-02-02 16:28:15 UTC
Created attachment 211283 [details]
patch

# github.com/yudai/gotty/vendor/github.com/kr/pty
vendor/github.com/kr/pty/pty_freebsd.go:44:20: undefined: fiodgnameArg
vendor/github.com/kr/pty/pty_freebsd.go:57:12: undefined: _C_SPECNAMELEN
vendor/github.com/kr/pty/pty_freebsd.go:60:9: undefined: fiodgnameArg
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2020-02-03 09:42:06 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-03 09:42:11 UTC
A commit references this bug:

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

Log:
  Fix build on aarch64

  PR:		243805
  Submitted by:	mikael

Changes:
  head/www/gotty/Makefile
  head/www/gotty/files/
  head/www/gotty/files/patch-vendor_github.com_kr_pty_ztypes__freebsd__arm64.go
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-02-03 09:45:12 UTC
A commit references this bug:

Author: ehaupt
Date: Mon Feb  3 09:44:52 UTC 2020
New revision: 525024
URL: https://svnweb.freebsd.org/changeset/ports/525024

Log:
  MFH: r525023

  Fix build on aarch64

  PR:		243805
  Submitted by:	mikael
  Approved by:	portmgr blanket

Changes:
_U  branches/2020Q1/
  branches/2020Q1/www/gotty/Makefile
  branches/2020Q1/www/gotty/files/