[97652] trunk/dports

ryandesign at macports.org ryandesign at macports.org
Mon Sep 10 13:18:18 PDT 2012


Revision: 97652
          https://trac.macports.org/changeset/97652
Author:   ryandesign at macports.org
Date:     2012-09-10 13:18:16 -0700 (Mon, 10 Sep 2012)
Log Message:
-----------
allow fltk or fltk-devel to satisfy dependency, since they're now both 1.3.x versions

Modified Paths:
--------------
    trunk/dports/math/octave-devel/Portfile
    trunk/dports/math/pari/Portfile
    trunk/dports/multimedia/lmms/Portfile
    trunk/dports/science/gmsh/Portfile
    trunk/dports/science/gmsh-devel/Portfile
    trunk/dports/science/playerstage-stage/Portfile
    trunk/dports/x11/xdiskusage/Portfile

Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/math/octave-devel/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -190,7 +190,7 @@
 }
 
 variant fltk description {Include FLTK for graphical front-end} {
-    depends_lib-append port:fltk-devel
+    depends_lib-append  path:lib/libfltk.dylib:fltk
     depends_run-append  port:epstool \
                         port:transfig \
                         port:pstoedit

Modified: trunk/dports/math/pari/Portfile
===================================================================
--- trunk/dports/math/pari/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/math/pari/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -116,7 +116,7 @@
 # Plotting works with fltk @1.1.10_3, but the GUI part freezes
 # (a Force Quit is needed).
 variant fltk conflicts x11 description {Build with FLTK support for the high-resolution plotting functions} {
-    depends_lib-append port:fltk
+    depends_lib-append path:lib/libfltk.dylib:fltk
     configure.args-delete --graphic=none
     configure.args-append --graphic=fltk
 }

Modified: trunk/dports/multimedia/lmms/Portfile
===================================================================
--- trunk/dports/multimedia/lmms/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/multimedia/lmms/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -33,7 +33,7 @@
                     port:fftw-3-single \
                     port:fluidsynth \
                     port:jack \
-                    port:fltk-devel
+                    path:lib/libfltk.dylib:fltk
 
 patchfiles          patch-qt-include.diff \
                     patch-zynaddsubfx-CMakeLists.txt.diff

Modified: trunk/dports/science/gmsh/Portfile
===================================================================
--- trunk/dports/science/gmsh/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/science/gmsh/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -50,7 +50,7 @@
 depends_lib  \
     port:mesa \
     port:libpng \
-    port:fltk-devel\
+    path:lib/libfltk.dylib:fltk \
     port:jpeg \
     port:zlib \
     port:texinfo

Modified: trunk/dports/science/gmsh-devel/Portfile
===================================================================
--- trunk/dports/science/gmsh-devel/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/science/gmsh-devel/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -53,7 +53,7 @@
 depends_lib  \
     port:mesa \
     port:libpng \
-    port:fltk-devel\
+    path:lib/libfltk.dylib:fltk \
     port:jpeg \
     port:zlib \
     port:texinfo

Modified: trunk/dports/science/playerstage-stage/Portfile
===================================================================
--- trunk/dports/science/playerstage-stage/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/science/playerstage-stage/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -28,7 +28,7 @@
                         rmd160  c0143cbcb5365110f7990fee27c3537cdad3a433
 
 depends_build-append    port:pkgconfig \
-                        port:fltk
+                        path:lib/libfltk.dylib:fltk
 
 depends_lib             port:playerstage-player \
                         port:libtool \

Modified: trunk/dports/x11/xdiskusage/Portfile
===================================================================
--- trunk/dports/x11/xdiskusage/Portfile	2012-09-10 20:06:29 UTC (rev 97651)
+++ trunk/dports/x11/xdiskusage/Portfile	2012-09-10 20:18:16 UTC (rev 97652)
@@ -18,7 +18,7 @@
 extract.suffix	.tgz
 checksums		md5 a902aa9d73761ade98256c3cd5c1f533
 
-depends_lib		port:fltk
+depends_lib		path:lib/libfltk.dylib:fltk
 
 patchfiles		patch-configure.in.diff \
 				patch-xdiskusage.C.diff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120910/57f96e84/attachment.html>


More information about the macports-changes mailing list