https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284439
--- Comment #28 from Helge Oldach <[email protected]> --- (In reply to Vladimir Druzenko from comment #27) OK, I gave it a try but stumbled over (IMHO) incorrect patches: patch-src_VBox_Additions_freebsd_mount__vboxvfs_Makefile.kmk -> s/NewVBoxGuestR3Exe/VBoxGuestR3Exe/ patch-src_VBox_Additions_x11_vboxmouse_Makefile.kmk -> s/VBOXGUESTR3XORGMOD/VBoxGuestR3XOrgMod/ patch-src_VBox_Additions_x11_vboxvideo_Makefile.kmk -> s;/usr/include;/usr/local/include; (for vboxvideo_drv_system_INCS) Also patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c appears incorrect: the 'rc' variable in 'rc = devfs_get_cdevpriv((void **)&pSession);' is not defined, and likewise 'pSession' is removed but used. I wonder how the main 7.1.8 port could be compiled at all? It seems the main port does not install the guest additions? -- You are receiving this mail because: You are on the CC list for the bug.
