diff --git a/srcpkgs/virtualbox-ose/patches/fix-aml.patch b/srcpkgs/virtualbox-ose/patches/fix-aml.patch deleted file mode 100644 index d22fe77bd5a4ea..00000000000000 --- a/srcpkgs/virtualbox-ose/patches/fix-aml.patch +++ /dev/null @@ -1,37 +0,0 @@ -FTBFS Identified by Debian / FreeBSD; this is FreeBSD's fix. - -https://svnweb.freebsd.org/ports/head/emulators/virtualbox-ose/files/patch-src_VBox_Devices_Makefile.kmk?revision=469000&view=co - ---- src/VBox/Devices/Makefile.kmk.orig 2018-04-13 16:36:12 UTC -+++ src/VBox/Devices/Makefile.kmk -@@ -828,7 +828,12 @@ if !defined(VBOX_ONLY_EXTPACKS) # Goes on almo - - $$(VBoxDD_0_OUTDIR)/vboxaml.hex: $(PATH_SUB_CURRENT)/PC/vbox.dsl | $$(dir $$@) - $(call MSG_TOOL,iasl,VBoxDD,$<,$@) -+ $(QUIET)$(RM) -f $@ $@.tmp - $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $< -+ $(QUIET)$(MV) -f $@ $@.tmp -+ $(QUIET)$(SED) -e "s/vboxaml_aml_code/AmlCode/g" \ -+ --output $@ $@.tmp -+ $(QUIET)$(RM) -f $@.tmp - - vboxaml.hex:: $$(VBoxDD_0_OUTDIR)/vboxaml.hex - -@@ -838,6 +843,8 @@ if !defined(VBOX_ONLY_EXTPACKS) # Goes on almo - $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $< - $(QUIET)$(MV) -f $@ $@.tmp - $(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtStandard/g" \ -+ -e "s/__VBOXSSDT-STANDARD_HEX__/__VBOXSSDT_STANDARD_HEX__/g" \ -+ -e "s/vboxssdt-standard_aml_code/AmlCodeSsdtStandard/g" \ - --output $@ $@.tmp - $(QUIET)$(RM) -f $@.tmp - -@@ -853,6 +860,8 @@ if !defined(VBOX_ONLY_EXTPACKS) # Goes on almo - $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $@.pre1 - $(QUIET)$(MV) -f $@ $@.tmp - $(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtCpuHotPlug/g" \ -+ -e "s/__VBOXSSDT-CPUHOTPLUG_HEX__/__VBOXSSDT_CPUHOTPLUG_HEX__/g" \ -+ -e "s/vboxssdt-cpuhotplug_aml_code/AmlCodeSsdtCpuHotPlug/g" \ - --output $@ $@.tmp - $(QUIET)$(RM) -f $@.tmp $@.pre $@.pre1 - diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template index f4d32e34409326..0e9e9b93963a6a 100644 --- a/srcpkgs/virtualbox-ose/template +++ b/srcpkgs/virtualbox-ose/template @@ -1,15 +1,15 @@ # Template file for 'virtualbox-ose' pkgname=virtualbox-ose -version=5.2.12 +version=5.2.14 revision=1 wrksrc="VirtualBox-${version%*a}" short_desc="General-purpose full virtualizer for x86 hardware" maintainer="Juan RP " homepage="http://virtualbox.org" -#changelog="https://www.virtualbox.org/wiki/Changelog" +changelog="https://www.virtualbox.org/wiki/Changelog" license="GPL-2.0-only, CDDL-1.0" distfiles="http://download.virtualbox.org/virtualbox/${version%*a}/VirtualBox-$version.tar.bz2" -checksum=da60028c56708522fd89c000e8984d2105d275a3fd105a0bc698fc49d18d3458 +checksum=ee3af129a581ec4c1a3e777e98247f8943e976ce6edd24962bcaa5c53ed1f644 nopie=yes lib32disabled=yes