diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-16 04:54:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-16 04:54:35 +0800 |
commit | ac21f2df2024403d2112ffa190793084e82fa7b7 (patch) | |
tree | 0f9b969c280e994cd17aa9c1d7843911d3a30404 /emulators/virtualbox-ose-additions | |
parent | aa7281bde769475f3de3217cbc3d693f0dcdd291 (diff) | |
download | freebsd-ports-gnome-ac21f2df2024403d2112ffa190793084e82fa7b7.tar.gz freebsd-ports-gnome-ac21f2df2024403d2112ffa190793084e82fa7b7.tar.zst freebsd-ports-gnome-ac21f2df2024403d2112ffa190793084e82fa7b7.zip |
Presenting VirtualBox 3.1.4 for FreeBSD
Changelog from VirtualBox is available here:
http://www.virtualbox.org/wiki/Changelog
Changes in the port:
- VirtualBox and Guest Additions iso updated to 3.1.4
- Add UNIQUENAME to fix options file clashes between the virtualbox ports [0]
- Fixed vtophys problems on CURRENT and STABLE kernes newer than
January 23th [1]
- Fixed page double wiring issue in rtR0MemObjNativeAllocPage [2]
PR: ports/143361 [0]
Submitted by: Martin Birgmeier <martin.birgmeier AT aon.at> [0]
Alexander Eichner <Alexander.Eichner AT Sun.COM> [1]
Thanks To: All testers on emulation@ and current@ [1]
Giovanni Trematerra <giovanni.trematerra AT gmail.com> [1]
Ian Freislich <ianf AT clue.co.za> [1]
Reported by: Alan Cox <alc AT cs dot rice dot edu> [2]
Diffstat (limited to 'emulators/virtualbox-ose-additions')
-rw-r--r-- | emulators/virtualbox-ose-additions/Makefile | 3 | ||||
-rw-r--r-- | emulators/virtualbox-ose-additions/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index c7ccc18b0014..463adeabd527 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -7,7 +7,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 3.1.51r25618 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators kld MASTER_SITES= http://tmp.chruetertee.ch/ \ http://freebsd.unixfreunde.de/sources/ \ @@ -23,6 +23,7 @@ BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm \ as86:${PORTSDIR}/devel/dev86 \ kmk:${PORTSDIR}/devel/kBuild +UNIQUENAME= ${PORTNAME}${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/VirtualBox-${PORTVERSION}_OSE USE_RC_SUBR= vboxguest ONLY_FOR_ARCHS= i386 amd64 diff --git a/emulators/virtualbox-ose-additions/pkg-plist b/emulators/virtualbox-ose-additions/pkg-plist index 00493af8aebe..7b1b3a50f819 100644 --- a/emulators/virtualbox-ose-additions/pkg-plist +++ b/emulators/virtualbox-ose-additions/pkg-plist @@ -12,5 +12,5 @@ sbin/VBoxService %%X11%%@dirrmtry lib @cwd / %%KMODDIR%%/vboxguest.ko -@exec /usr/sbin/kldxref %%KMODDIR%% -@unexec /usr/sbin/kldxref %%KMODDIR%% +@exec /usr/sbin/kldxref /%%KMODDIR%% +@unexec /usr/sbin/kldxref /%%KMODDIR%%
\ No newline at end of file |