1
0

Compare commits

..

4 Commits

Author SHA256 Message Date
4291ac9678 Update kbuild for virtualbox to build. 2026-02-11 16:33:18 +01:00
AutoGits PR Review Bot
d7cb9b9687 auto-created for kbuild
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/kbuild!1
2026-02-11 15:32:44 +00:00
AutoGits PR Review Bot
6fee663212 auto-created for virtualbox
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/virtualbox!2
2026-02-11 12:57:39 +00:00
e487856041 Add virtualbox 2026-01-31 19:28:26 +01:00
6 changed files with 41 additions and 17 deletions

8
.gitmodules vendored
View File

@@ -130,10 +130,6 @@
path = GeoLite2
url = ../../pool/GeoLite2
branch = leap-16.0
[submodule "goose"]
path = goose
url = ../../pool/goose
branch = leap-16.0
[submodule "HepMC"]
path = HepMC
url = ../../pool/HepMC
@@ -454,6 +450,10 @@
path = VecCore
url = ../../pool/VecCore
branch = leap-16.0
[submodule "virtualbox"]
path = virtualbox
url = ../../pool/virtualbox
branch = leap-16.0
[submodule "VirtualGL"]
path = VirtualGL
url = ../../pool/VirtualGL

1
goose

Submodule goose deleted from 268705d7c6

2
kbuild

Submodule kbuild updated: 245dba4a3f...26142e2c7d

View File

@@ -0,0 +1,35 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for virtualbox, kbuild</summary>
<description>This update for virtualbox, kbuild fixes the following issues:
Changes in virtualbox:
- Introduce virtualbox.
Changes in kbuild:
- Update to snapshot 0.1.9998+svn3686
* header.kmk,footer-pass2-compiling-targets.kmk: Added EARLY_LIBS
and LATE_LIBS properties to better control the library order
when using templates. The libraries are collected from
EARLY_LIBS first, then LIBS, and LATE_LIBS last.
* header.kmk: Added KB_FN_LOAD_TOOL and KB_FN_LOAD_SDK for
explictly loading a tool or an sdk implementation.
* kmk: Automatically ascend if no makefile found and a goal was
given on the command line. This is to eliminating the need for
Makefile.kup-files as far as compiling individual source files
from an editor is concerned.
* header.kmk: Always zap the IFS variable so it won't confuse
kmk_ash.
* kmk/job.c: Deal with escape sequences inside double quotes when
we're using kmk_ash.
* kBuild/header.kmk: drop the .noarch suffix for
KBUILD_DEVTOOLS_TRG_NOARCH and KBUILD_DEVTOOLS_HST_NOARCH.
</description>
<package>virtualbox</package>
<package>virtualbox:kmp</package>
<package>kbuild</package>
</patchinfo>

View File

@@ -1,11 +0,0 @@
<patchinfo>
<packager>eroca</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for goose</summary>
<description>This update for goose fixes the following issues:
Introduce goose.
</description>
<package>goose</package>
</patchinfo>

1
virtualbox Submodule

Submodule virtualbox added at 43998450ad