[74991] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Tue Jan 11 00:14:54 PST 2011


Revision: 74991
          http://trac.macports.org/changeset/74991
Author:   ryandesign at macports.org
Date:     2011-01-11 00:14:47 -0800 (Tue, 11 Jan 2011)
Log Message:
-----------
Allow -devel versions of ports to satisfy dependencies

Modified Paths:
--------------
    trunk/dports/games/pioneers/Portfile
    trunk/dports/gis/grass/Portfile
    trunk/dports/graphics/ipe/Portfile
    trunk/dports/multimedia/gtkpod/Portfile
    trunk/dports/science/bali-phy/Portfile
    trunk/dports/science/magicspp/Portfile
    trunk/dports/science/ncarg/Portfile

Modified: trunk/dports/games/pioneers/Portfile
===================================================================
--- trunk/dports/games/pioneers/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/games/pioneers/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -21,9 +21,9 @@
 platforms           freebsd darwin
 depends_build       port:gettext port:grep port:intltool port:p5-xml-parser \
                     port:perl5.8 port:pkgconfig port:rarian
-depends_lib         port:atk port:cairo port:expat port:fontconfig port:freetype \
-                    port:gettext port:glib2 port:gtk2 port:libiconv \
-                    port:libpixman port:libpng port:pango port:xorg-libX11 \
+depends_lib         port:atk port:expat port:fontconfig port:freetype \
+                    port:gettext port:gtk2 port:libiconv \
+                    port:libpng port:xorg-libX11 \
                     port:xorg-libXau port:xorg-libXcomposite port:xorg-libXcursor \
                     port:xorg-libXdamage port:xorg-libXdmcp port:xorg-libXext \
                     port:xorg-libXfixes port:xorg-libXi port:xorg-libXinerama \

Modified: trunk/dports/gis/grass/Portfile
===================================================================
--- trunk/dports/gis/grass/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/gis/grass/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -28,7 +28,7 @@
                   port:openmotif \
                   port:proj \
                   port:tk \
-                  port:cairo \
+                  path:lib/pkgconfig/cairo.pc:cairo \
                   port:readline
 
 use_parallel_build yes

Modified: trunk/dports/graphics/ipe/Portfile
===================================================================
--- trunk/dports/graphics/ipe/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/graphics/ipe/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -24,7 +24,7 @@
                         sha1 dc18230bb669b759b132c66440d99596b52fb833 \
                         rmd160 1d57d362de66a5e718baf80ef79a6681ee48e046
 depends_lib-append      port:freetype \
-                        port:cairo \
+                        path:lib/pkgconfig/cairo.pc:cairo \
                         port:lua
 patchfiles              patch-common.mak.diff \
                         patch-config.mak.diff \

Modified: trunk/dports/multimedia/gtkpod/Portfile
===================================================================
--- trunk/dports/multimedia/gtkpod/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/multimedia/gtkpod/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -19,7 +19,7 @@
 depends_build       port:pkgconfig
 depends_lib         port:autoconf \
                     port:flex \
-                    port:glib2 \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:libglade2 \
                     port:libgpod \
                     port:libid3tag \

Modified: trunk/dports/science/bali-phy/Portfile
===================================================================
--- trunk/dports/science/bali-phy/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/science/bali-phy/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -22,13 +22,13 @@
 
 patchfiles          configure.patch scripts.patch src-tools-draw-tree.patch
 
-depends_lib         port:gsl port:boost port:cairo
+depends_lib         port:gsl port:boost path:lib/pkgconfig/cairo.pc:cairo
 depends_build       port:pkgconfig
 
 configure.args      --with-system-boost --enable-cairo
 
 variant no_cairo description {disable drawing routines} {
-    depends_lib-delete      port:cairo
+    depends_lib-delete      path:lib/pkgconfig/cairo.pc:cairo
     configure.args-delete   --enable-cairo
     patchfiles-delete       src-tools-draw-tree.patch
 }

Modified: trunk/dports/science/magicspp/Portfile
===================================================================
--- trunk/dports/science/magicspp/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/science/magicspp/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -34,7 +34,7 @@
                     port:xorg-libXdmcp \
                     port:p5-xml-parser \
                     port:gd2 \
-                    port:pango \
+                    path:lib/pkgconfig/pango.pc:pango \
                     port:ghostscript
 
 use_parallel_build  no

Modified: trunk/dports/science/ncarg/Portfile
===================================================================
--- trunk/dports/science/ncarg/Portfile	2011-01-11 06:26:03 UTC (rev 74990)
+++ trunk/dports/science/ncarg/Portfile	2011-01-11 08:14:47 UTC (rev 74991)
@@ -27,7 +27,7 @@
                     rmd160  ed16827e4a4d3588f23f8ac9d2e48429d06e05f8
 
 depends_lib                 port:jpeg6b     \
-                            port:cairo      \
+                            path:lib/pkgconfig/cairo.pc:cairo \
                             port:proj       \
                             port:gdal       \
                             port:udunits2   \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110111/22c56f8b/attachment-0001.html>


More information about the macports-changes mailing list