Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2010 16:31:58 +0000 (UTC)
From:      Beat Gaetzi <beat@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-include-iprt-file.h patch-src-VBox-Additions-common-VBoxService-VBoxService.cpp patch-src-VBox-Devices-Audio-audio.c patch-src-VBox-Devices-Makefile.kmk patch-src-VBox-Devices-Storage-DrvHostDVD.cpp patch-src-VBox-Frontends-Makefile.kmk ...
Message-ID:  <201006071631.o57GVwon009101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
beat        2010-06-07 16:31:58 UTC

  FreeBSD ports repository

  Modified files:
    emulators/virtualbox-ose Makefile distinfo pkg-plist 
    emulators/virtualbox-ose/files patch-configure 
                                   patch-src-VBox-Devices-Makefile.kmk 
                                   patch-src-VBox-HostDrivers-Makefile.kmk 
  Added files:
    emulators/virtualbox-ose/files 
                                   patch-src-VBox-Devices-Storage-DrvHostDVD.cpp 
                                   patch-src-VBox-Frontends-Makefile.kmk 
                                   patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h 
  Removed files:
    emulators/virtualbox-ose/files patch-include-iprt-file.h 
                                   patch-src-VBox-Additions-common-VBoxService-VBoxService.cpp 
                                   patch-src-VBox-Devices-Audio-audio.c 
                                   patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp 
                                   patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp 
                                   patch-src-VBox-Frontends-VBoxManage-VBoxManageModifyVM.cpp 
                                   patch-src-VBox-Main-AudioAdapterImpl.cpp 
                                   patch-src-VBox-Main-ConsoleImpl.cpp 
                                   patch-src-VBox-Main-ConsoleImpl2.cpp 
                                   patch-src-VBox-Main-include-ConsoleImpl.h 
                                   patch-src-VBox-Runtime-r3-posix-fileio-posix.cpp 
                                   patch-src-settings-vm-VBoxVMSettingsAudio.cpp 
                                   pkg-install.in 
  Log:
  - Update to 3.2.2
  - Update guest additions to 3.2.2.
  - Add option to build with VNC support (Disabled by default)
  - Add option to build with VDE support (Disabled by default) [1]
  - Add option to build webservice (Disabled by default) [2]
  - Fix build with QT4 support disabled and X11 support enabled. [3]
  - Fix build with X11 support disabled. [4]
  - Replace custom pkg-install.in script with GROUPS framework.
  - Do not build Guest Additions in virtualbox-ose port.
  - Implement locking/unlocking of host DVD drive. [5]
  - Add LICENSE and LICENSE_FILE.
  
  PR:             ports/146752 [5]
  Submitted by:   mtm@ [5]
  Requested by:   Mario Lobo <lobo AT bsd.com.br> [1],
                  Hubert Tournier <hubert AT frbsd.org> [2]
  Reported by:    Emil Mikulic <emil AT dmr.ath.cx> [3], mm@ [4]
  
  Many thanks to the VirtualBox developers (especially Alexander Eichner
  for all his work and help), all tester and patch submitter and the whole
  vbox@ team especially decke@.
  
  Revision  Changes    Path
  1.23      +45 -13    ports/emulators/virtualbox-ose/Makefile
  1.11      +6 -6      ports/emulators/virtualbox-ose/distinfo
  1.6       +2 -48     ports/emulators/virtualbox-ose/files/patch-configure
  1.2       +0 -13     ports/emulators/virtualbox-ose/files/patch-include-iprt-file.h (dead)
  1.2       +0 -12     ports/emulators/virtualbox-ose/files/patch-src-VBox-Additions-common-VBoxService-VBoxService.cpp (dead)
  1.2       +0 -14     ports/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Audio-audio.c (dead)
  1.5       +0 -11     ports/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Makefile.kmk
  1.1       +14 -0     ports/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Storage-DrvHostDVD.cpp (new)
  1.1       +18 -0     ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-Makefile.kmk (new)
  1.3       +0 -50     ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp (dead)
  1.2       +0 -37     ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageHelp.cpp (dead)
  1.2       +0 -23     ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VBoxManage-VBoxManageModifyVM.cpp (dead)
  1.1       +11 -0     ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VirtualBox-src-settings-vm-VBoxVMSettingsHD.h (new)
  1.2       +3 -3      ports/emulators/virtualbox-ose/files/patch-src-VBox-HostDrivers-Makefile.kmk
  1.2       +0 -14     ports/emulators/virtualbox-ose/files/patch-src-VBox-Main-AudioAdapterImpl.cpp (dead)
  1.2       +0 -11     ports/emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl.cpp (dead)
  1.2       +0 -103    ports/emulators/virtualbox-ose/files/patch-src-VBox-Main-ConsoleImpl2.cpp (dead)
  1.3       +0 -20     ports/emulators/virtualbox-ose/files/patch-src-VBox-Main-include-ConsoleImpl.h (dead)
  1.2       +0 -16     ports/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r3-posix-fileio-posix.cpp (dead)
  1.2       +0 -12     ports/emulators/virtualbox-ose/files/patch-src-settings-vm-VBoxVMSettingsAudio.cpp (dead)
  1.3       +0 -22     ports/emulators/virtualbox-ose/files/pkg-install.in (dead)
  1.14      +12 -1     ports/emulators/virtualbox-ose/pkg-plist



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