Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

virtualbox-ose: update to 7.1.6. #54085

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions srcpkgs/virtualbox-ose/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'virtualbox-ose'
pkgname=virtualbox-ose
version=7.1.4
version=7.1.6
revision=1
short_desc="General-purpose full virtualizer for x86 hardware"
maintainer="Orphaned <[email protected]>"
license="GPL-2.0-only, CDDL-1.0"
homepage="https://www.virtualbox.org"
changelog="https://www.virtualbox.org/wiki/Changelog"
distfiles="http://download.virtualbox.org/virtualbox/${version%[a-z]*}/VirtualBox-${version}.tar.bz2"
checksum=872e7a42b41f8558abbf887f1bdc7aac932bb88b2764d07cbce270cab57e3b5e
checksum=7860c1f14be062424dfee3eae38aec14b078a403b4e2ebafcc4b79cb6eadadcb

nopie=yes
lib32disabled=yes
Expand All @@ -19,7 +19,7 @@ hostmakedepends="acpica-utils dev86 perl pkg-config qt6-tools tar yasm which gls
makedepends="device-mapper-devel docbook-xsl gsoap-devel libcap-devel libcurl-devel
libIDL-devel libvpx-devel libXcomposite-devel libXcursor-devel qt6-tools-devel
libXinerama-devel libxslt-devel opus-devel pam-devel qt6-base-devel qt6-scxml-devel
SDL-devel xorg-server-devel libtpms-devel libxml2-devel libvncserver-devel
SDL-devel xorg-server-devel libslirp-devel libtpms-devel libxml2-devel libvncserver-devel
openssl-devel libpng-devel zlib-devel dbus-devel device-mapper-devel
libglvnd-devel libX11-devel libXt-devel libXcursor-devel pam-devel vde2-devel SDL2-devel
SDL2_ttf-devel SDL2_gfx-devel SDL2_image-devel SDL2_net-devel SDL2_mixer-devel"
Expand All @@ -44,6 +44,9 @@ do_build() {
vsed -i src/VBox/Main/webservice/Makefile.kmk \
-e '/webtest_LIBS/,/^webtest_/{/ z$/!s/.*LIB_.*/& z/ }' \
-e '/vboxwebsrv_LIBS/,/^vboxwebsrv_/{/ z$/!s/.*LIB_.*/& z/}'
# remove missing manual
vsed -i doc/manual/en_US/dita/UserManual.ditamap \
-e '/security-of-remote-vms.dita/d'
source ./env.sh
kmk ${makejobs} all
}
Expand Down
Loading