[80858] trunk/dports/emulators/qemu/Portfile
jmr at macports.org
jmr at macports.org
Tue Jul 19 07:30:14 PDT 2011
Revision: 80858
http://trac.macports.org/changeset/80858
Author: jmr at macports.org
Date: 2011-07-19 07:30:11 -0700 (Tue, 19 Jul 2011)
Log Message:
-----------
qemu: remove redundant deps (openssl in particular doesn't seem to be used directly at all), add likely fix for reported "virtual memory exhausted" make error on 10.4
Modified Paths:
--------------
trunk/dports/emulators/qemu/Portfile
Modified: trunk/dports/emulators/qemu/Portfile
===================================================================
--- trunk/dports/emulators/qemu/Portfile 2011-07-19 11:21:38 UTC (rev 80857)
+++ trunk/dports/emulators/qemu/Portfile 2011-07-19 14:30:11 UTC (rev 80858)
@@ -31,8 +31,6 @@
port:libidn \
port:libtasn1 \
port:ncurses \
- port:openssl \
- port:zlib \
port:libpng \
port:jpeg \
port:ossp-uuid
@@ -55,6 +53,11 @@
# Default universal variant does not work
universal_variant no
+platform darwin 8 {
+ depends_build-append port:gmake
+ build.cmd ${prefix}/bin/gmake
+}
+
livecheck.type regex
livecheck.url http://download.savannah.gnu.org/releases/${name}/
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110719/3ee1124d/attachment.html>
More information about the macports-changes
mailing list