Bug 229540 - lang/mosh: Unbreak build on 12-CURRENT
Summary: lang/mosh: Unbreak build on 12-CURRENT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Jochen Neumeister
URL:
Keywords: patch-ready
Depends on:
Blocks:
 
Reported: 2018-07-05 12:51 UTC by mjt
Modified: 2018-07-10 17:32 UTC (History)
2 users (show)

See Also:


Attachments
patch (1.60 KB, patch)
2018-07-05 12:51 UTC, mjt
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :-)