Bug 237638 - [patch][maintainer] fix a bug in net/onedrive port
Summary: [patch][maintainer] fix a bug in net/onedrive port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-29 06:00 UTC by Hiroo Ono
Modified: 2019-04-30 10:47 UTC (History)
0 users

See Also:


Attachments
fix to net/onedrive (990 bytes, patch)
2019-04-29 06:00 UTC, Hiroo Ono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroo Ono 2019-04-29 06:00:31 UTC
Created attachment 204092 [details]
fix to net/onedrive

When I created files/freebsd_inotify.d, I made a mistake in defining a struct event that resulted in SIGBUS or SIGSEGV when running onedrive with --monitor option. This patch fixes the bug.
Also remove DFLAGS+= -g from the Makefile. I accidentaly left it when creating the diff in the previous PR.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-30 10:46:46 UTC
A commit references this bug:

Author: swills
Date: Tue Apr 30 10:46:07 UTC 2019
New revision: 500474
URL: https://svnweb.freebsd.org/changeset/ports/500474

Log:
  net/onedrive: bug fix local patch

  While here, remove debug

  PR:		237638
  Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)

Changes:
  head/net/onedrive/Makefile
  head/net/onedrive/files/freebsd_inotify.d
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-04-30 10:47:15 UTC
Committed, thanks!