Bug 209024 - [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors in -CURRENT
Summary: [maintainer update] [Patch] net/isboot-kmod: add patch to fix compile errors ...
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: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-25 05:04 UTC by John Nielsen
Modified: 2016-05-06 14:36 UTC (History)
2 users (show)

See Also:


Attachments
SVN patch (2.58 KB, patch)
2016-04-25 05:04 UTC, John Nielsen
john: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Nielsen 2016-04-25 05:04:33 UTC
Created attachment 169650 [details]
SVN patch

Commit r293886 removed rtrequest() from sys/net/route.c in 11-CURRENT. This update patches isboot.c to call rtrequest_fib() instead. I have already sent the patch to the isboot maintainer, so hopefully this is only needed until the next point release.

This allows the port to build on 11-CURRENT as well as 10.x.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-06 14:28:54 UTC
testbuilds@work
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-06 14:35:41 UTC
A commit references this bug:

Author: pi
Date: Fri May  6 14:34:58 UTC 2016
New revision: 414706
URL: https://svnweb.freebsd.org/changeset/ports/414706

Log:
  net/isboot-kmod: fix build on 11-current

  Commit r293886 removed rtrequest() from sys/net/route.c in 11-CURRENT.
  This update patches isboot.c to call rtrequest_fib() instead. I
  have already sent the patch to the isboot maintainer, so hopefully
  this is only needed until the next point release.

  This allows the port to build on 11-CURRENT as well as 10.x.

  PR:		209024
  Submitted by:	John Nielsen <john@jnielsen.net> (maintainer)

Changes:
  head/net/isboot-kmod/Makefile
  head/net/isboot-kmod/files/patch-isboot.c
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-06 14:36:12 UTC
Committed, thanks.