summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-19 05:34:45 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-09-19 05:34:45 -0300
commit54b3b977db4751658c05ebb3f21656f53a1355d0 (patch)
tree0c2a47ae9af25218d45786662269a8df5c4d57c6 /libre
parentb11a10d404bd3f2e71a5a6a0e6a6f71e9381b1d8 (diff)
downloadabslibre-54b3b977db4751658c05ebb3f21656f53a1355d0.tar.gz
abslibre-54b3b977db4751658c05ebb3f21656f53a1355d0.tar.bz2
abslibre-54b3b977db4751658c05ebb3f21656f53a1355d0.zip
virtualbox-libre-4.2.0-2: fixing issues on free-distros.patch
Diffstat (limited to 'libre')
-rwxr-xr-xlibre/virtualbox-libre/PKGBUILD2
-rwxr-xr-xlibre/virtualbox-libre/free-distros.patch36
2 files changed, 19 insertions, 19 deletions
diff --git a/libre/virtualbox-libre/PKGBUILD b/libre/virtualbox-libre/PKGBUILD
index eae729e28..27e15f01f 100755
--- a/libre/virtualbox-libre/PKGBUILD
+++ b/libre/virtualbox-libre/PKGBUILD
@@ -62,7 +62,7 @@ md5sums=('691b4134983ce7d89b9fb683305cb647'
'4da8eeb2ece7e475fc7a0d1003da26c6'
'5e4187af59726d71c5be48d0cd816c34'
'67cc4c8611890038eb3e4114ae899525'
- '980675863553880453da168b9450d724')
+ '71df5e3eebe07e683782b264dadf65e7')
_extramodules=extramodules-3.5-LIBRE
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)" || true
diff --git a/libre/virtualbox-libre/free-distros.patch b/libre/virtualbox-libre/free-distros.patch
index 11b4fd6f3..e6c05d8f4 100755
--- a/libre/virtualbox-libre/free-distros.patch
+++ b/libre/virtualbox-libre/free-distros.patch
@@ -1086,30 +1086,30 @@
+
+ // Custom OS
+ { ovf::CIMOSType_CIMOS_GNU, VBOXOSTYPE_GNU },
-+ { ovf::CIMOSType_CIMOS_GNU_64, VBOXOSTYPE_GNU_64 },
++ { ovf::CIMOSType_CIMOS_GNU_64, VBOXOSTYPE_GNU_x64 },
+ { ovf::CIMOSType_CIMOS_GNUHurd, VBOXOSTYPE_GNUHurd },
+ { ovf::CIMOSType_CIMOS_GNULinux, VBOXOSTYPE_GNULinux },
-+ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_GNULinux_64 },
++ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_GNULinux_x64 },
+
+ // GNU/Linux free distros
+ { ovf::CIMOSType_CIMOS_gNewSense, VBOXOSTYPE_gNewSense },
-+ { ovf::CIMOSType_CIMOS_gNewSense_64, VBOXOSTYPE_gNewSense_64 },
++ { ovf::CIMOSType_CIMOS_gNewSense_64, VBOXOSTYPE_gNewSense_x64 },
+ { ovf::CIMOSType_CIMOS_Dragora, VBOXOSTYPE_Dragora },
-+ { ovf::CIMOSType_CIMOS_Dragora_64, VBOXOSTYPE_Dragora_64 },
++ { ovf::CIMOSType_CIMOS_Dragora_64, VBOXOSTYPE_Dragora_x64 },
+ { ovf::CIMOSType_CIMOS_Musix, VBOXOSTYPE_Musix },
-+ { ovf::CIMOSType_CIMOS_Musix_64, VBOXOSTYPE_Musix_64 },
++ { ovf::CIMOSType_CIMOS_Musix_64, VBOXOSTYPE_Musix_x64 },
+ { ovf::CIMOSType_CIMOS_Trisquel, VBOXOSTYPE_Trisquel },
-+ { ovf::CIMOSType_CIMOS_Trisquel_64, VBOXOSTYPE_Trisquel_64 },
++ { ovf::CIMOSType_CIMOS_Trisquel_64, VBOXOSTYPE_Trisquel_x64 },
+ { ovf::CIMOSType_CIMOS_Dynebolic, VBOXOSTYPE_Dynebolic },
+ { ovf::CIMOSType_CIMOS_Venenux, VBOXOSTYPE_Venenux },
+
+ // GNU/Linux free distros that we have support for but CIM doesn't
+ { ovf::CIMOSType_CIMOS_GNULinux, VBOXOSTYPE_Parabola },
-+ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_Parabola_64 },
++ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_Parabola_x64 },
+ { ovf::CIMOSType_CIMOS_GNULinux, VBOXOSTYPE_Blag },
-+ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_Blag_64 },
++ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_Blag_x64 },
+ { ovf::CIMOSType_CIMOS_GNULinux, VBOXOSTYPE_Ututo },
-+ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_Ututo_64 },
++ { ovf::CIMOSType_CIMOS_GNULinux_64, VBOXOSTYPE_Ututo_x64 },
};
@@ -1176,15 +1176,15 @@
- {"OpenSolaris", VBOXOSTYPE_OpenSolaris_x64},
- {"Solaris", VBOXOSTYPE_OpenSolaris_x64},
- {"FreeBSD", VBOXOSTYPE_FreeBSD_x64},
-+ {"Parabola GNU/Linux-libre", VBOXOSTYPE_Parabola_64},
-+ {"gNewSense", VBOXOSTYPE_gNewSense_64},
-+ {"Blag Linux and GNU", VBOXOSTYPE_Blag_64},
-+ {"Dragora", VBOXOSTYPE_Dragora_64},
-+ {"Ututo XS", VBOXOSTYPE_Ututo_64},
-+ {"Musix", VBOXOSTYPE_Musix_64},
-+ {"Trisquel", VBOXOSTYPE_Trisquel_64},
-+ {"GNU", VBOXOSTYPE_GNU_64},
-+ {"GNU/Linux", VBOXOSTYPE_GNULinux_64},
++ {"Parabola GNU/Linux-libre", VBOXOSTYPE_Parabola_x64},
++ {"gNewSense", VBOXOSTYPE_gNewSense_x64},
++ {"Blag Linux and GNU", VBOXOSTYPE_Blag_x64},
++ {"Dragora", VBOXOSTYPE_Dragora_x64},
++ {"Ututo XS", VBOXOSTYPE_Ututo_x64},
++ {"Musix", VBOXOSTYPE_Musix_x64},
++ {"Trisquel", VBOXOSTYPE_Trisquel_x64},
++ {"GNU", VBOXOSTYPE_GNU_x64},
++ {"GNU/Linux", VBOXOSTYPE_GNULinux_x64},
};
/**