Bug 230896 - net/skstream: Fix build with Clang 6
Summary: net/skstream: Fix build with Clang 6
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: Oliver Lehmann
URL: http://beefy11.nyi.freebsd.org/data/h...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-25 18:39 UTC by Tobias Kortkamp
Modified: 2018-08-25 19:00 UTC (History)
0 users

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


Attachments
net__skstream.diff (327 bytes, patch)
2018-08-25 18:39 UTC, Tobias Kortkamp
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kortkamp freebsd_committer freebsd_triage 2018-08-25 18:39:20 UTC
The build fails with Clang 6 and soon the port will be marked as
BROKEN on 12.0 and 11.2 if we do not act.
Comment 1 Tobias Kortkamp freebsd_committer freebsd_triage 2018-08-25 18:39:34 UTC
Created attachment 196538 [details]
net__skstream.diff
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-08-25 19:00:22 UTC
A commit references this bug:

Author: oliver
Date: Sat Aug 25 18:59:30 UTC 2018
New revision: 478079
URL: https://svnweb.freebsd.org/changeset/ports/478079

Log:
  fix build on 11

  PR:		230896
  Submitted by:	tobik

Changes:
  head/net/skstream/Makefile
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2018-08-25 19:00:58 UTC
Thanks for taking care Tobias!