Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 14:31:55 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports UPDATING ports/emulators/virtualbox-ose Makefile distinfo pkg-plist ports/emulators/virtualbox-ose/files patch-configure patch-src-VBox-Devices-Makefile.kmk patch-src-VBox-Devices-PC-vbox.dsl patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp patch-src-VBox-Runtime-r3-freebsd-fileaio-freebsd.c ...
Message-ID:  <201202211431.q1LEVtXR022198@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
decke       2012-02-21 14:31:55 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    emulators/virtualbox-ose Makefile distinfo pkg-plist 
    emulators/virtualbox-ose/files patch-configure 
    emulators/virtualbox-ose-kmod Makefile distinfo 
    emulators/virtualbox-ose-kmod/files 
                                        patch-src-VBox-HostDrivers-Support-freebsd-SUPDrv-freebsd.c 
                                        patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c 
    emulators/virtualbox-ose-additions Makefile distinfo pkg-plist 
  Added files:
    emulators/virtualbox-ose/files 
                                   patch-src-VBox-Devices-PC-vbox.dsl 
                                   patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp 
                                   patch-src-recompiler-Sun-testmath.c 
    emulators/virtualbox-ose-kmod/files 
                                        patch-src-VBox-Runtime-r0drv-freebsd-semfastmutex-r0drv-freebsd.c 
  Removed files:
    emulators/virtualbox-ose/files 
                                   patch-src-VBox-Devices-Makefile.kmk 
                                   patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp 
                                   patch-src-VBox-Runtime-r3-freebsd-fileaio-freebsd.c 
                                   patch-src-VBox-VMM-VMMR3-CPUM.cpp 
                                   patch-src-recompiler-target-i386-cpu.h 
    emulators/virtualbox-ose-kmod/files 
                                        patch-src-VBox-Runtime-r0drv-freebsd-mp-r0drv-freebsd.c 
    emulators/virtualbox-ose-additions/files 
                                             patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c 
                                             patch-src-VBox-Runtime-r0drv-freebsd-mp-r0drv-freebsd.c 
  Log:
  - Update to 4.1.8
  - Mark broken on FreeBSD < 8.0
  - Fix lib32 checks to use /usr/lib32/libc.so
  - R0 memobj rewrite [1]
  - Fix INVARIANTS warning: acquiring duplicate lock of same type: "IPRT Fast Mutex Semaphore" [1]
  
  Submitted by:   Andriy Gapon <avg@FreeBSD.org> [1]
  Obtained from:  redports.org/~virtualbox/
  
  Revision  Changes    Path
  1.1208    +11 -1     ports/UPDATING
  1.18      +4 -19     ports/emulators/virtualbox-ose-additions/Makefile
  1.12      +2 -2      ports/emulators/virtualbox-ose-additions/distinfo
  1.2       +0 -11     ports/emulators/virtualbox-ose-additions/files/patch-src-VBox-Additions-common-VBoxGuest-VBoxGuest-freebsd.c (dead)
  1.2       +0 -79     ports/emulators/virtualbox-ose-additions/files/patch-src-VBox-Runtime-r0drv-freebsd-mp-r0drv-freebsd.c (dead)
  1.5       +1 -2      ports/emulators/virtualbox-ose-additions/pkg-plist
  1.36      +7 -2      ports/emulators/virtualbox-ose-kmod/Makefile
  1.21      +2 -2      ports/emulators/virtualbox-ose-kmod/distinfo
  1.2       +20 -2     ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-HostDrivers-Support-freebsd-SUPDrv-freebsd.c
  1.5       +852 -49   ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-memobj-r0drv-freebsd.c
  1.2       +0 -79     ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-mp-r0drv-freebsd.c (dead)
  1.1       +15 -0     ports/emulators/virtualbox-ose-kmod/files/patch-src-VBox-Runtime-r0drv-freebsd-semfastmutex-r0drv-freebsd.c (new)
  1.43      +17 -8     ports/emulators/virtualbox-ose/Makefile
  1.21      +4 -4      ports/emulators/virtualbox-ose/distinfo
  1.7       +3 -12     ports/emulators/virtualbox-ose/files/patch-configure
  1.7       +0 -13     ports/emulators/virtualbox-ose/files/patch-src-VBox-Devices-Makefile.kmk (dead)
  1.3       +20 -0     ports/emulators/virtualbox-ose/files/patch-src-VBox-Devices-PC-vbox.dsl (new)
  1.6       +25 -0     ports/emulators/virtualbox-ose/files/patch-src-VBox-Frontends-VBoxManage-VBoxInternalManage.cpp (new)
  1.2       +0 -33     ports/emulators/virtualbox-ose/files/patch-src-VBox-Main-src-server-freebsd-HostHardwareFreeBSD.cpp (dead)
  1.2       +0 -16     ports/emulators/virtualbox-ose/files/patch-src-VBox-Runtime-r3-freebsd-fileaio-freebsd.c (dead)
  1.2       +0 -12     ports/emulators/virtualbox-ose/files/patch-src-VBox-VMM-VMMR3-CPUM.cpp (dead)
  1.1       +22 -0     ports/emulators/virtualbox-ose/files/patch-src-recompiler-Sun-testmath.c (new)
  1.2       +0 -11     ports/emulators/virtualbox-ose/files/patch-src-recompiler-target-i386-cpu.h (dead)
  1.20      +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?201202211431.q1LEVtXR022198>