Created attachment 212931 [details] patch use fix extrapatch-Config.kmk was recently removed from emulators&/virtualbox-ose, breaking the build of at least virtualbox-ose-additions. The attached patch remedies the issue. A quick grep indicates that this is also an issue with virtualbox-ose-kmod: % git grep extrapatch-Config.kmk virtualbox-ose-additions/Makefile:EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk virtualbox-ose-kmod/Makefile:EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \ Cheers, Franco
Ah, my mistake. =( I will clean this up.
No worries, thanks for taking care of this :)
A commit references this bug: Author: kevans Date: Sat Apr 4 19:01:21 UTC 2020 New revision: 530709 URL: https://svnweb.freebsd.org/changeset/ports/530709 Log: emulators/virtualbox-ose-{additions,kmod}: Remove missing patch extrapatch-Config.kmk was merged in ports r528258 into the standard Config.kmk patch out of necessity, but inadvertently missed that it was also referenced in two other spots. No PORTREVISION bump, as these are build-only fixes to fix the entirety of virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod. PR: 245239 Approved by: koobs (mentor) Approved by: portmgr (blanket: build fix, just-fix-it) MFH: 2020Q2 (blanket: build fix) Differential Revision: https://reviews.freebsd.org/D24260 Changes: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-kmod/Makefile
A commit references this bug: Author: kevans Date: Sat Apr 4 19:02:31 UTC 2020 New revision: 530711 URL: https://svnweb.freebsd.org/changeset/ports/530711 Log: MFH: r530709 emulators/virtualbox-ose-{additions,kmod}: Remove missing patch extrapatch-Config.kmk was merged in ports r528258 into the standard Config.kmk patch out of necessity, but inadvertently missed that it was also referenced in two other spots. No PORTREVISION bump, as these are build-only fixes to fix the entirety of virtualbox-ose-additions and the DEBUG option of virtualbox-ose-kmod. PR: 245239 Approved by: koobs (mentor) Approved by: portmgr (blanket: build fix, just-fix-it) Differential Revision: https://reviews.freebsd.org/D24260 Approved by: ports-secteam (blanket: build fix) Changes: _U branches/2020Q2/ branches/2020Q2/emulators/virtualbox-ose-additions/Makefile branches/2020Q2/emulators/virtualbox-ose-kmod/Makefile
(In reply to Franco Fichtner from comment #2) Yup, thanks for the patch! Committed and MFH'd.
Neat, thank you!