[44128] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Dec 22 00:04:36 PST 2008


Revision: 44128
          http://trac.macports.org/changeset/44128
Author:   ryandesign at macports.org
Date:     2008-12-22 00:04:33 -0800 (Mon, 22 Dec 2008)
Log Message:
-----------
cairo, cairo-devel, gd2, ImageMagick, pango, pango-devel: Don't override the default description for the no_x11 variant.

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile
    trunk/dports/graphics/gd2/Portfile
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2008-12-22 07:51:50 UTC (rev 44127)
+++ trunk/dports/graphics/ImageMagick/Portfile	2008-12-22 08:04:33 UTC (rev 44128)
@@ -208,7 +208,7 @@
     default_variants +q16
 }
 
-variant no_x11 description {Disable X11 support} {
+variant no_x11 {
     depends_lib-delete \
         lib:libX11.6:XFree86
     configure.args-delete \

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2008-12-22 07:51:50 UTC (rev 44127)
+++ trunk/dports/graphics/cairo/Portfile	2008-12-22 08:04:33 UTC (rev 44128)
@@ -73,7 +73,7 @@
         --enable-glitz
 }
 
-variant no_x11 conflicts glitz x11_xcb description {Omit X11 support} {
+variant no_x11 conflicts glitz x11_xcb {
     depends_lib-delete \
         lib:libXrender.1:xrender
     configure.args-delete \

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2008-12-22 07:51:50 UTC (rev 44127)
+++ trunk/dports/graphics/cairo-devel/Portfile	2008-12-22 08:04:33 UTC (rev 44128)
@@ -74,7 +74,7 @@
         --enable-glitz
 }
 
-variant no_x11 conflicts glitz x11_xcb description {Omit X11 support} {
+variant no_x11 conflicts glitz x11_xcb {
     depends_lib-delete \
         lib:libXrender.1:xrender
     configure.args-delete \

Modified: trunk/dports/graphics/gd2/Portfile
===================================================================
--- trunk/dports/graphics/gd2/Portfile	2008-12-22 07:51:50 UTC (rev 44127)
+++ trunk/dports/graphics/gd2/Portfile	2008-12-22 08:04:33 UTC (rev 44128)
@@ -81,7 +81,7 @@
     }
 }
 
-variant no_x11 description {Do not include X11 support} {
+variant no_x11 {
     depends_lib-delete \
         lib:libX11.6:XFree86
     configure.args-append \

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2008-12-22 07:51:50 UTC (rev 44127)
+++ trunk/dports/x11/pango/Portfile	2008-12-22 08:04:33 UTC (rev 44128)
@@ -63,7 +63,7 @@
 configure.args \
     --enable-static
 
-variant no_x11 description {Disable X11 support} {
+variant no_x11 {
     depends_lib-delete \
         lib:libXft.2:Xft2
     configure.args-append \

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2008-12-22 07:51:50 UTC (rev 44127)
+++ trunk/dports/x11/pango-devel/Portfile	2008-12-22 08:04:33 UTC (rev 44128)
@@ -68,7 +68,7 @@
     --enable-static \
     --enable-cairo
 
-variant no_x11 description {Disable X11 support} {
+variant no_x11 {
     depends_lib-delete \
         lib:libXft.2:Xft2
     configure.args-append \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081222/4ec3068c/attachment.html>


More information about the macports-changes mailing list