[48567] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Wed Mar 25 02:22:38 PDT 2009


Revision: 48567
          http://trac.macports.org/changeset/48567
Author:   ryandesign at macports.org
Date:     2009-03-25 02:22:34 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
pango, pango-devel: add comments to explain empty quartz variant

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2009-03-25 07:52:22 UTC (rev 48566)
+++ trunk/dports/x11/pango/Portfile	2009-03-25 09:22:34 UTC (rev 48567)
@@ -40,7 +40,12 @@
 configure.ccache        no
 
 platform macosx {}
-variant quartz requires macosx description {Add Quartz graphics interface} {}
+variant quartz requires macosx description {Add Quartz graphics interface} {
+    # Although this variant does nothing, pango will automatically build
+    # itself differently depending on whether or not cairo is installed with
+    # the quartz variant. Therefore this variant is necessary to be able to
+    # distinguish whether an installed pango has quartz support or not.
+}
 
 pre-extract {
     set glib_minimum_version 2.17.3

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2009-03-25 07:52:22 UTC (rev 48566)
+++ trunk/dports/x11/pango-devel/Portfile	2009-03-25 09:22:34 UTC (rev 48567)
@@ -43,7 +43,12 @@
 configure.ccache        no
 
 platform macosx {}
-variant quartz requires macosx description {Add Quartz graphics interface} {}
+variant quartz requires macosx description {Add Quartz graphics interface} {
+    # Although this variant does nothing, pango will automatically build
+    # itself differently depending on whether or not cairo is installed with
+    # the quartz variant. Therefore this variant is necessary to be able to
+    # distinguish whether an installed pango has quartz support or not.
+}
 
 pre-extract {
     set glib_minimum_version 2.17.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/b5f931b8/attachment.html>


More information about the macports-changes mailing list