[41807] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Nov 10 15:22:03 PST 2008


Revision: 41807
          http://trac.macports.org/changeset/41807
Author:   ryandesign at macports.org
Date:     2008-11-10 15:22:02 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
Change dependency style "path:${prefix}/..." to "path:..." in all my ports, because this is simpler and actually works; see #17182

Modified Paths:
--------------
    trunk/dports/graphics/ImageMagick/Portfile
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile
    trunk/dports/graphics/fontconfig/Portfile
    trunk/dports/graphics/graphviz/Portfile
    trunk/dports/graphics/graphviz-devel/Portfile
    trunk/dports/lang/pure/Portfile
    trunk/dports/lang/pure-devel/Portfile
    trunk/dports/www/php4/Portfile
    trunk/dports/www/php5/Portfile
    trunk/dports/www/php5-devel/Portfile
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile
    trunk/dports/x11/winetricks/Portfile

Modified: trunk/dports/graphics/ImageMagick/Portfile
===================================================================
--- trunk/dports/graphics/ImageMagick/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/graphics/ImageMagick/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -98,7 +98,7 @@
 
 variant perl description {Install PerlMagick} {
     depends_lib-append \
-        path:${prefix}/bin/perl:perl5.8
+        path:bin/perl:perl5.8
     configure.args-delete \
         --without-perl
     configure.args-append \

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/graphics/cairo/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -31,7 +31,7 @@
     port:pkgconfig
 
 depends_lib \
-    path:${prefix}/lib/pkgconfig/pixman-1.pc:libpixman \
+    path:lib/pkgconfig/pixman-1.pc:libpixman \
     port:xrender \
     port:fontconfig \
     port:freetype \

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/graphics/cairo-devel/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -32,7 +32,7 @@
     port:pkgconfig
 
 depends_lib \
-    path:${prefix}/lib/pkgconfig/pixman-1.pc:libpixman \
+    path:lib/pkgconfig/pixman-1.pc:libpixman \
     port:xrender \
     port:fontconfig \
     port:freetype \

Modified: trunk/dports/graphics/fontconfig/Portfile
===================================================================
--- trunk/dports/graphics/fontconfig/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/graphics/fontconfig/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -64,7 +64,7 @@
 
 variant vera {
     depends_build-append \
-        path:${prefix}/share/fonts/Vera.ttf:bitstream-vera
+        path:share/fonts/Vera.ttf:bitstream-vera
 
     post-destroot {
         xinstall -m 644 ${prefix}/share/doc/bitstream-vera/local.conf \

Modified: trunk/dports/graphics/graphviz/Portfile
===================================================================
--- trunk/dports/graphics/graphviz/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/graphics/graphviz/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -76,7 +76,7 @@
 depends_lib \
     lib:libX11.6:XFree86 \
     port:cairo \
-    path:${prefix}/lib/pkgconfig/pango.pc:pango \
+    path:lib/pkgconfig/pango.pc:pango \
     port:jpeg \
     port:libpng \
     port:freetype \

Modified: trunk/dports/graphics/graphviz-devel/Portfile
===================================================================
--- trunk/dports/graphics/graphviz-devel/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/graphics/graphviz-devel/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -76,7 +76,7 @@
 depends_lib \
     lib:libX11.6:XFree86 \
     port:cairo \
-    path:${prefix}/lib/pkgconfig/pango.pc:pango \
+    path:lib/pkgconfig/pango.pc:pango \
     port:jpeg \
     port:libpng \
     port:freetype \

Modified: trunk/dports/lang/pure/Portfile
===================================================================
--- trunk/dports/lang/pure/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/lang/pure/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -33,7 +33,7 @@
     port:gsl \
     port:libiconv \
     port:libtool \
-    path:${prefix}/bin/llvm-config:llvm-devel \
+    path:bin/llvm-config:llvm-devel \
     port:readline
 
 configure.args \

Modified: trunk/dports/lang/pure-devel/Portfile
===================================================================
--- trunk/dports/lang/pure-devel/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/lang/pure-devel/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -40,7 +40,7 @@
     port:gsl \
     port:libiconv \
     port:libtool \
-    path:${prefix}/bin/llvm-config:llvm-devel \
+    path:bin/llvm-config:llvm-devel \
     port:readline
 
 configure.args \

Modified: trunk/dports/www/php4/Portfile
===================================================================
--- trunk/dports/www/php4/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/www/php4/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -135,7 +135,7 @@
 
 
 variant mysql5 conflicts mysql3 mysql4 description {MySQL 5 functions} {
-    depends_lib-append      path:${prefix}/bin/mysql_config5:mysql5
+    depends_lib-append      path:bin/mysql_config5:mysql5
     configure.args-delete   --without-mysql
     configure.args-append   --with-mysql=${workpath}/mysql5
     post-extract {

Modified: trunk/dports/www/php5/Portfile
===================================================================
--- trunk/dports/www/php5/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/www/php5/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -130,7 +130,7 @@
 variant apache conflicts apache2 no_web description {Add Apache 1 web server module} {
     if { ! [variant_isset macosx] } {
         depends_lib-append \
-            path:${prefix}/sbin/apxs:apache
+            path:sbin/apxs:apache
         configure.args-append \
             --with-apxs=${prefix}/sbin/apxs
     } else {
@@ -150,7 +150,7 @@
     }
     destroot.violate_mtree yes
     depends_lib-append \
-        path:${prefix}/apache2/bin/apxs:apache2
+        path:apache2/bin/apxs:apache2
     configure.args-append \
         --with-apxs2=${prefix}/apache2/bin/apxs
 }
@@ -254,7 +254,7 @@
 
 variant mysql5 conflicts mysql3 mysql4 description {build MySQL 5 support} {
     depends_lib-append \
-        path:${prefix}/bin/mysql_config5:mysql5
+        path:bin/mysql_config5:mysql5
     configure.args-delete \
         --without-mysql
     configure.args-append \

Modified: trunk/dports/www/php5-devel/Portfile
===================================================================
--- trunk/dports/www/php5-devel/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/www/php5-devel/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -250,7 +250,7 @@
 
 variant mysql5 conflicts mysql3 mysql4 mysqlnd description {build MySQL 5 support} {
     depends_lib-append \
-        path:${prefix}/bin/mysql_config5:mysql5
+        path:bin/mysql_config5:mysql5
     configure.args-delete \
         --without-mysql
     configure.args-append \

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/x11/pango/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -30,10 +30,10 @@
     port:pkgconfig
 
 depends_lib \
-    path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
+    path:lib/pkgconfig/glib-2.0.pc:glib2 \
     lib:libX11.6:XFree86 \
     port:Xft2 \
-    path:${prefix}/lib/pkgconfig/cairo.pc:cairo \
+    path:lib/pkgconfig/cairo.pc:cairo \
     port:fontconfig
 
 patchfiles \

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/x11/pango-devel/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -33,10 +33,10 @@
     port:pkgconfig
 
 depends_lib \
-    path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \
+    path:lib/pkgconfig/glib-2.0.pc:glib2 \
     lib:libX11.6:XFree86 \
     port:Xft2 \
-    path:${prefix}/lib/pkgconfig/cairo.pc:cairo \
+    path:lib/pkgconfig/cairo.pc:cairo \
     port:fontconfig
 
 patchfiles \

Modified: trunk/dports/x11/winetricks/Portfile
===================================================================
--- trunk/dports/x11/winetricks/Portfile	2008-11-10 23:03:10 UTC (rev 41806)
+++ trunk/dports/x11/winetricks/Portfile	2008-11-10 23:22:02 UTC (rev 41807)
@@ -37,7 +37,7 @@
     patch-x11prefix.diff
 
 depends_run \
-    path:${prefix}/bin/wine:wine \
+    path:bin/wine:wine \
     port:cabextract \
     port:openssl \
     bin:curl:curl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081110/df6eef78/attachment.html>


More information about the macports-changes mailing list