git: ae60747f725e - main - emulators/virtualbox-ose: Add back missing extra patch file
Guido Falsi
madpilot at FreeBSD.org
Wed Aug 11 21:49:48 UTC 2021
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ae60747f725e63a879a5c0225a485ebc536e6966
commit ae60747f725e63a879a5c0225a485ebc536e6966
Author: Guido Falsi <madpilot at FreeBSD.org>
AuthorDate: 2021-08-11 21:46:20 +0000
Commit: Guido Falsi <madpilot at FreeBSD.org>
CommitDate: 2021-08-11 21:49:43 +0000
emulators/virtualbox-ose: Add back missing extra patch file
Looks like this patch was removed in commit df5c241ed2d1
It is required to build with the DEBUG optioni (not default).
PR: 257777
Reported by: Mario Felicioni <marietto2008 at gmail.com>
---
emulators/virtualbox-ose/files/extrapatch-Config.kmk | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/emulators/virtualbox-ose/files/extrapatch-Config.kmk b/emulators/virtualbox-ose/files/extrapatch-Config.kmk
new file mode 100644
index 000000000000..775508d23b1b
--- /dev/null
+++ b/emulators/virtualbox-ose/files/extrapatch-Config.kmk
@@ -0,0 +1,11 @@
+--- Config.kmk.orig 2021-04-28 16:21:25 UTC
++++ Config.kmk
+@@ -4931,7 +4931,7 @@ define TOOL_FREEBSDKMODLD_LINK_SYSMOD_CMDS
+ | xargs -J% objcopy % $(out)
+
+ ## Strip debug info (comment out if debugging or something).
+- objcopy --strip-debug $(out)
++# objcopy --strip-debug $(out)
+ endef
+ else # x86
+ TOOL_FREEBSDKMODLD_LINK_SYSMOD_OUTPUT = $(outbase).kld
More information about the dev-commits-ports-all
mailing list