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.
testbuilds@work
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
Committed, thanks.