[92135] trunk/dports/www/webkit-gtk/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Apr 19 12:51:54 PDT 2012


Revision: 92135
          https://trac.macports.org/changeset/92135
Author:   jeremyhu at macports.org
Date:     2012-04-19 12:51:53 -0700 (Thu, 19 Apr 2012)
Log Message:
-----------
webkit-gtk: Use freetype as the font backend for +quartz since pango doesn't build (#34086)

Modified Paths:
--------------
    trunk/dports/www/webkit-gtk/Portfile

Modified: trunk/dports/www/webkit-gtk/Portfile
===================================================================
--- trunk/dports/www/webkit-gtk/Portfile	2012-04-19 19:46:32 UTC (rev 92134)
+++ trunk/dports/www/webkit-gtk/Portfile	2012-04-19 19:51:53 UTC (rev 92135)
@@ -25,16 +25,16 @@
                 rmd160  cc319ffe4c2810663ae05b90e69d9495f5c3f0aa
 
 depends_lib	\
-	port:gtk2 \
-	port:libsoup \
+        port:gtk2 \
+        port:libsoup \
         port:icu \
-	port:libxslt \
-	port:sqlite3 \
+        port:libxslt \
+        port:sqlite3 \
         port:enchant \
         port:xorg-libXt
         
 depends_build	\
-	port:pkgconfig \
+        port:pkgconfig \
         port:gtk-doc
 
 patchfiles \
@@ -50,7 +50,7 @@
         --disable-video
 
 # BUILD FIX TODO: clang C++
-# clang has trouble with webkit-1.2.7's C++ as of 2011.06.28
+# clang has trouble with webkit-1.6.3's C++ as of 2012.04.19
 if {${configure.compiler} == "clang"} {
     configure.compiler llvm-gcc-4.2 
 }
@@ -73,10 +73,15 @@
 
 # see bug #24622
 variant quartz {
-    configure.args-append    --with-font-backend=pango --with-target=quartz
+    configure.args-append --with-target=quartz
     depends_lib-delete port:xorg-libXt
 }
 
+# Doesn't work in 1.6.3, but it should in 1.8.0
+#variant pango description {Use the pango font backend instead of freetype} {
+#    configure.args-append --with-font-backend=pango
+#}
+
 #
 # video is now enabled by default so make the variant no_video
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120419/9a383fc2/attachment.html>


More information about the macports-changes mailing list