Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2021 21:49:48 GMT
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ae60747f725e - main - emulators/virtualbox-ose: Add back missing extra patch file
Message-ID:  <202108112149.17BLnmF2073529@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by madpilot:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ae60747f725e63a879a5c0225a485ebc536e6966

commit ae60747f725e63a879a5c0225a485ebc536e6966
Author:     Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2021-08-11 21:46:20 +0000
Commit:     Guido Falsi <madpilot@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108112149.17BLnmF2073529>