mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 23:25:11 +02:00
```sh git grep -l '^patch_args=-Np0' "srcpkgs/$1*/template" | while read template; do for p in ${template%/template}/patches/*; do sed -i ' \,^[+-][+-][+-] /dev/null,b /^[*-]\+ [0-9]\+\(,[0-9]\+\)\? [*-]\+$/b s,^[*][*][*] ,&a/, /^--- /{ s,\(^--- \)\(./\)*,\1a/, s,[.-][Oo][Rr][Ii][Gg]\([ /]\),\1, s/[.-][Oo][Rr][Ii][Gg]$// s/[.]patched[.]\([^.]\)/.\1/ h } /^+++ -/{ g s/^--- a/+++ b/ b } s,\(^+++ \)\(./\)*,\1b/, ' "$p" done sed -i '/^patch_args=/d' $template done ```
12 lines
245 B
Diff
12 lines
245 B
Diff
--- a/Config.kmk
|
|
+++ b/Config.kmk
|
|
@@ -802,7 +802,7 @@ endif
|
|
# Use new VBoxNetDhcpd instead of old VBoxNetDHCP
|
|
VBOX_WITH_DHCPD = 1
|
|
# Experimental suport for cloud network integration
|
|
-VBOX_WITH_CLOUD_NET = 1
|
|
+VBOX_WITH_CLOUD_NET =
|
|
## @}
|
|
|
|
|
|
|