Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2010 20:54:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/emulators/virtualbox-ose Makefile distinfo pkg-plist ports/emulators/virtualbox-ose/files patch-configure patch-src-VBox-Additions-common-VBoxService-VBoxServiceVMInfo.cpp patch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk patch-src-VBox-HostDrivers-Support-SUPR3HardenedMain.cpp patch-src-VBox-Main-include-ConsoleImpl.h patch-src-VBox-Runtime-VBox-log-vbox.cpp patch-src-VBox-Runtime-r3-freebsd-rtProcInitExePath-freebsd.cpp ...
Message-ID:  <201003152054.o2FKsZEZ001885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2010-03-15 20:54:35 UTC

  FreeBSD ports repository

  Modified files:
    emulators/virtualbox-ose Makefile distinfo pkg-plist 
    emulators/virtualbox-ose/files patch-configure 
                                   patch-src-VBox-Main-include-ConsoleImpl.h 
    emulators/virtualbox-ose-kmod Makefile distinfo pkg-plist 
    emulators/virtualbox-ose-kmod/files vboxnet.in 
    emulators/virtualbox-ose-additions Makefile pkg-plist 
  Added files:
    emulators/virtualbox-ose-kmod/files 
                                        patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv 
                                        patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-files_vboxnetadp 
                                        patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt 
                                        patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c 
                                        patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h 
                                        patch-src-VBox-VMM-VMMR0-GMMR0.cpp 
  Removed files:
    emulators/virtualbox-ose/files 
                                   patch-src-VBox-Additions-common-VBoxService-VBoxServiceVMInfo.cpp 
                                   patch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk 
                                   patch-src-VBox-HostDrivers-Support-SUPR3HardenedMain.cpp 
                                   patch-src-VBox-Runtime-VBox-log-vbox.cpp 
                                   patch-src-VBox-Runtime-r3-freebsd-rtProcInitExePath-freebsd.cpp 
  Log:
  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]
  
  Revision  Changes    Path
  1.3       +2 -1      ports/emulators/virtualbox-ose-additions/Makefile
  1.3       +3 -3      ports/emulators/virtualbox-ose-additions/pkg-plist
  1.17      +3 -3      ports/emulators/virtualbox-ose-kmod/Makefile
  1.8       +3 -3      ports/emulators/virtualbox-ose-kmod/distinfo
  1.1       +10 -0     ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-HostDrivers-Support-freebsd-files_vboxdrv (new)
  1.1       +9 -0      ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-files_vboxnetadp (new)
  1.1       +9 -0      ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-HostDrivers-VBoxNetFlt-freebsd-files_vboxnetflt (new)
  1.1       +870 -0    ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c (new)
  1.4       +13 -0     ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-the-freebsd-kernel.h (new)
  1.1       +13 -0     ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-VMM-VMMR0-GMMR0.cpp (new)
  1.2       +0 -0      ports/emulators/virtualbox-ose-kmod/files/vboxnet.in
  1.12      +4 -3      ports/emulators/virtualbox-ose-kmod/pkg-plist
  1.17      +2 -3      ports/emulators/virtualbox-ose/Makefile
  1.8       +6 -6      ports/emulators/virtualbox-ose/distinfo
  1.5       +5 -5      ports/emulators/virtualbox-ose/files/patch-configure
  1.2       +0 -10     ports/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxService-VBoxServiceVMInfo.cpp (dead)
  1.2       +0 -20     ports/emulators/virtualbox-ose/files/patch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk (dead)
  1.2       +0 -33     ports/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Support-SUPR3HardenedMain.cpp (dead)
  1.2       +9 -9      ports/emulators/virtualbox-ose/files/patch-src-VBox-Main-include-ConsoleImpl.h
  1.2       +0 -82     ports/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-VBox-log-vbox.cpp (dead)
  1.2       +0 -81     ports/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r3-freebsd-rtProcInitExePath-freebsd.cpp (dead)
  1.12      +2 -0      ports/emulators/virtualbox-ose/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003152054.o2FKsZEZ001885>