Bug 229540

Summary: lang/mosh: Unbreak build on 12-CURRENT
Product: Ports & Packages Reporter: mjt
Component: Individual Port(s)Assignee: Jochen Neumeister <joneum>
Status: Closed FIXED    
Severity: Affects Many People CC: joneum, linimon
Priority: --- Keywords: patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description mjt 2018-07-05 12:51:02 UTC
Created attachment 194898 [details]
patch

<sys/event.h> change https://reviews.freebsd.org/D15679  broke lang/mosh build because it lacked (struct kevent*) cast inside EV_SET() macro. Add a patch to fix this problem.
Comment 1 mjt 2018-07-10 13:59:43 UTC
Update summary line.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-10 17:32:01 UTC
A commit references this bug:

Author: joneum
Date: Tue Jul 10 17:31:49 UTC 2018
New revision: 474393
URL: https://svnweb.freebsd.org/changeset/ports/474393

Log:
  lang/mosh: Unbreak build on 12-CURRENT

  PR:	229540
  Submitted by:	mjt@cltn.org (maintainer)

Changes:
  head/lang/mosh/Makefile
  head/lang/mosh/files/patch-src_bsd_kqueue_kqueue__stubs.c
Comment 3 Jochen Neumeister freebsd_committer freebsd_triage 2018-07-10 17:32:42 UTC
Landed. Thanks :-)