[75500] trunk/dports/emulators/qemu

raimue at macports.org raimue at macports.org
Wed Jan 26 20:10:24 PST 2011


Revision: 75500
          http://trac.macports.org/changeset/75500
Author:   raimue at macports.org
Date:     2011-01-26 20:10:24 -0800 (Wed, 26 Jan 2011)
Log Message:
-----------
emulators/qemu:
Update to version 0.13.0
Add missing dependencies

Modified Paths:
--------------
    trunk/dports/emulators/qemu/Portfile

Removed Paths:
-------------
    trunk/dports/emulators/qemu/files/patch-cocoa.m
    trunk/dports/emulators/qemu/files/patch-texi2html.diff

Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile	2011-01-27 02:56:28 UTC (rev 75499)
+++ trunk/dports/emulators/qemu/Portfile	2011-01-27 04:10:24 UTC (rev 75500)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name                    qemu
-version                 0.12.5
+version                 0.13.0
 categories              emulators
 platforms               darwin
 maintainers             nomaintainer
@@ -17,15 +17,13 @@
 homepage                http://wiki.qemu.org/
 master_sites            nongnu
 
-checksums               md5     1d02ee0a04dfae2894340273372c1de4 \
-                        sha1    596a673f3a6697ea8fd90f4f23981241cc13bdc3 \
-                        rmd160  c4eba2e649b428e8dd432718443e986057e692d7
+checksums               md5     397a0d665da8ba9d3b9583629f3d6421 \
+                        sha1    250bba1fdb505a787c48331b6b02f54282edfc76 \
+                        rmd160  4a6faaf38d5616fb7bedc1a6408de1dbb3ec360c
 
-patchfiles              patch-configure.diff \
-                        patch-cocoa.m \
-                        patch-texi2html.diff
+patchfiles              patch-configure.diff
 
-depends_build           port:texi2html
+depends_build           port:texinfo
 depends_lib             port:curl \
                         port:cyrus-sasl2 \
                         port:gnutls \
@@ -33,7 +31,10 @@
                         port:libtasn1 \
                         port:ncurses \
                         port:openssl \
-                        port:zlib
+                        port:zlib \
+                        port:libpng \
+                        port:jpeg \
+                        port:ossp-uuid
 
 configure.args          --cc=${configure.cc} \
                         --host-cc=${configure.cc}

Deleted: trunk/dports/emulators/qemu/files/patch-cocoa.m
===================================================================
--- trunk/dports/emulators/qemu/files/patch-cocoa.m	2011-01-27 02:56:28 UTC (rev 75499)
+++ trunk/dports/emulators/qemu/files/patch-cocoa.m	2011-01-27 04:10:24 UTC (rev 75500)
@@ -1,20 +0,0 @@
---- cocoa.m.orig	2009-07-17 10:56:22.000000000 +1000
-+++ cocoa.m	2009-11-22 20:29:06.000000000 +1100
-@@ -438,7 +438,7 @@ int cocoa_keycode_to_qemu(int keycode)
-         [self grabMouse];
-         [self setContentDimensions];
- // test if host support "enterFullScreenMode:withOptions" at compiletime
--#if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4)
-+#if defined(MAC_OS_X_VERSION_10_5) && (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)
-         if ([NSView respondsToSelector:@selector(enterFullScreenMode:withOptions:)]) { // test if "enterFullScreenMode:withOptions" is supported on host at runtime
-             [self enterFullScreenMode:[NSScreen mainScreen] withOptions:[NSDictionary dictionaryWithObjectsAndKeys:
-                 [NSNumber numberWithBool:NO], NSFullScreenModeAllScreens,
-@@ -454,7 +454,7 @@ int cocoa_keycode_to_qemu(int keycode)
-             [fullScreenWindow setHasShadow:NO];
-             [fullScreenWindow setContentView:self];
-             [fullScreenWindow makeKeyAndOrderFront:self];
--#if (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4)
-+#if defined(MAC_OS_X_VERSION_10_5) && (MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5)
-         }
- #endif
-     }

Deleted: trunk/dports/emulators/qemu/files/patch-texi2html.diff
===================================================================
--- trunk/dports/emulators/qemu/files/patch-texi2html.diff	2011-01-27 02:56:28 UTC (rev 75499)
+++ trunk/dports/emulators/qemu/files/patch-texi2html.diff	2011-01-27 04:10:24 UTC (rev 75500)
@@ -1,11 +0,0 @@
---- Makefile.orig	2010-07-10 15:55:02.000000000 +0200
-+++ Makefile	2010-07-10 15:55:21.000000000 +0200
-@@ -331,7 +331,7 @@
- 
- # documentation
- %.html: %.texi
--	$(call quiet-command,texi2html -I=. -monolithic -number $<,"  GEN   $@")
-+	$(call quiet-command,texi2html -I=. -monolithic -number-sections $<,"  GEN   $@")
- 
- %.info: %.texi
- 	$(call quiet-command,makeinfo -I . $< -o $@,"  GEN   $@")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110126/d8c94df1/attachment.html>


More information about the macports-changes mailing list