1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

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
This commit is contained in:
Kyle Evans 2020-04-04 19:01:20 +00:00
parent 401e6401f9
commit e4f412cb1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530709
2 changed files with 1 additions and 3 deletions

View File

@ -102,7 +102,6 @@ VBOX_WITH_X11=
.include <bsd.port.pre.mk>
.if ${COMPILER_TYPE} == clang
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk
.if ${COMPILER_FEATURES:Mlibc++}
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk
.endif

View File

@ -62,8 +62,7 @@ KMK_FLAGS= HostDrivers-scripts vboxdrv-src VBoxNetFlt-src VBoxNetAdp-src
.if ${PORT_OPTIONS:MDEBUG}
KMK_FLAGS+= BUILD_TYPE=debug
KMK_BUILDTYPE= debug
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-Config.kmk \
${PATCHDIR}/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile
EXTRA_PATCHES+= ${PATCHDIR}/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile
MAKE_ARGS+= DEBUG_FLAGS="-O1 -g"
.endif