>
> Trying to install 4.15 on FreeBSD 5.3 fails. Evidence attached below.
>
> Question: Is there a FreeBSD-5.0/ directory planned for inclusion in the
> sourcetree?
No.
> If not, has anyone been able to successfully compile 4.1.5
> into FBSD 5.3 kernel, and if so, would anyone be willing to share their
> secrets?
I haven't tried yet.
The correct patch for the compilation problem you found is below.
> Using either kinstall produces the following fatal errors during a
> kernel rebuild, specifically, make depend:
Don't do that.
BSD/kupgrade.
I should get rid of some of those other scripts.
Darren
*** ip_fil_freebsd.c 8 Jan 2005 16:55:51 -0000 2.53.2.24
--- ip_fil_freebsd.c 16 Jan 2005 22:12:07 -0000
***************
*** 729,735 ****
--- 729,739 ----
#else
int iplwrite(dev, uio)
#endif
+ #if defined(_KERNEL) && (__FreeBSD_version >= 502116)
+ struct cdev *dev;
+ #else
dev_t dev;
+ #endif
register struct uio *uio;
{