Revision: 105468 https://trac.macports.org/changeset/105468 Author: royliu@macports.org Date: 2013-04-22 01:36:43 -0700 (Mon, 22 Apr 2013) Log Message: ----------- virtualbox: update to 4.2.12 Modified Paths: -------------- trunk/dports/emulators/virtualbox/Portfile trunk/dports/emulators/virtualbox/files/patch-build.diff Modified: trunk/dports/emulators/virtualbox/Portfile =================================================================== --- trunk/dports/emulators/virtualbox/Portfile 2013-04-22 07:56:06 UTC (rev 105467) +++ trunk/dports/emulators/virtualbox/Portfile 2013-04-22 08:36:43 UTC (rev 105468) @@ -4,11 +4,11 @@ PortSystem 1.0 name virtualbox -version 4.2.10 +version 4.2.12 # Note: On virtualbox version changes please update the checksums of all # subports, and update extension_pack_build to match the current build # of the extension pack. -set extension_pack_build 84104 +set extension_pack_build 84980 categories emulators platforms darwin @@ -47,8 +47,8 @@ distname VirtualBox-${version} use_bzip2 yes - checksums rmd160 00564f93807bb879bf2caa0648af2517e1eca0dc \ - sha256 a9246b65e28f0e6e1ab3fd0180294c9dac78fdad3d61b642f9bc5a84b6a4d2b9 + checksums rmd160 0d690beecda3ca43de630f7d7320a30afd072f1c \ + sha256 eb65ecac94f63d6292a967d39cb5e28326404c10d0e8c2c50399eedb59c17ee6 depends_lib-append port:curl \ port:libidl \ @@ -212,8 +212,8 @@ distfiles VBoxGuestAdditions_${version}.iso - checksums rmd160 6ca7435cb3d7a9a8efa59871a37522a7a0723eed \ - sha256 0494b0f802b3972cd7188b2079e340a29c5aa81abc05937be95706de2fe8d468 + checksums rmd160 63d1d45f20f84b36e99196aef9c0ebd67401ed52 \ + sha256 aed4730b643aca8daa0829e1122b7c8d592b9f6cea902a98e390c4d22373dfb8 depends_run port:virtualbox @@ -269,8 +269,8 @@ distname ${name_extpack}-${version} - checksums rmd160 9a0c50cd89f91921e389985f9f0d3492ec6db366 \ - sha256 3c28ada50fe524aa646e9dae2a31a64133d39e5e33055b8d05ab56bb4aff59e5 + checksums rmd160 d4b65ffafbda1e5eb41f27d3085f8fb0450922e3 \ + sha256 ad15a92e49095c2115bd1793b3b957d3eaf44af0f5d24bb53d6b4fc81c3e2fc4 worksrcdir ${name_extpack} extract.suffix .vbox-extpack Modified: trunk/dports/emulators/virtualbox/files/patch-build.diff =================================================================== --- trunk/dports/emulators/virtualbox/files/patch-build.diff 2013-04-22 07:56:06 UTC (rev 105467) +++ trunk/dports/emulators/virtualbox/files/patch-build.diff 2013-04-22 08:36:43 UTC (rev 105468) @@ -72,7 +72,7 @@ then echo "$(1)"; \ else echo "$(2)"; fi; ) endif -@@ -4218,25 +4229,6 @@ +@@ -4214,25 +4225,6 @@ # be cleaned up properly later some time (not important now). # ifeq ($(VBOX_PATH_QT4),) @@ -164,10 +164,10 @@ -endif - - --# - # For building the combined package, just get the additions .ISO - # once for amd64 to prevent version inconsistences. In all other - # cases we get the .ISO per target architecture. +-# Below we might need TOOL_ZIP_UNPACK (for the additions/docs/efifw packages + # from the build server), and it's not really worth the effort of dragging in + # this tool only if absolutely needed. + ## @todo Hack to get at TOOL_ZIP_UNPACK; see if this can be integrated somehow... --- configure.orig 2011-08-15 19:38:16.000000000 -0500 +++ configure 2011-08-15 19:38:16.000000000 -0500 @@ -1068,21 +1068,6 @@ @@ -292,7 +292,7 @@ fi else log_failure "qt4 not working" -@@ -2066,19 +2000,55 @@ +@@ -2067,19 +2001,55 @@ test_header "Darwin version" darwin_ver=`uname -r` case "$darwin_ver" in @@ -352,7 +352,7 @@ CXX_FLAGS="-mmacosx-version-min=10.6 -isysroot $sdk -Wl,-syslibroot,$sdk" fi # test "$CC" = "gcc" && CC="gcc-4.0" -@@ -2275,7 +2245,7 @@ +@@ -2276,7 +2246,7 @@ --with-openssl-dir=*) OPENSSLDIR=`echo $option | cut -d'=' -f2` INCCRYPTO="-I${OPENSSLDIR}/include"
participants (1)
-
royliu@macports.org