[50489] trunk/dports/graphics/vtk44/Portfile

dweber at macports.org dweber at macports.org
Fri May 1 10:37:13 PDT 2009


Revision: 50489
          http://trac.macports.org/changeset/50489
Author:   dweber at macports.org
Date:     2009-05-01 10:37:13 -0700 (Fri, 01 May 2009)
Log Message:
-----------
Note in long_description about no support for lang wrappers; Added x11 dep on xorg-proto; minor code layout changes.

Modified Paths:
--------------
    trunk/dports/graphics/vtk44/Portfile

Modified: trunk/dports/graphics/vtk44/Portfile
===================================================================
--- trunk/dports/graphics/vtk44/Portfile	2009-05-01 17:27:27 UTC (rev 50488)
+++ trunk/dports/graphics/vtk44/Portfile	2009-05-01 17:37:13 UTC (rev 50489)
@@ -12,11 +12,12 @@
 categories  graphics
 maintainers css
 description 3D visualization toolkit
-long_description    an open source, freely available software system  \
+long_description    An open source, freely available software system  \
     for 3D computer graphics, image processing, and visualization     \
     used by thousands of researchers and developers around the world. \
     VTK consists of a C++ class library, and several interpreted      \
-    interface layers including Tcl/Tk, Java, and Python.
+    interface layers including Tcl/Tk, Java, and Python. (This port   \
+    does not currently provide wrappers for these languages.)
 
 homepage        http://www.vtk.org/
 master_sites    http://www.vtk.org/files/release/${branch}
@@ -36,7 +37,9 @@
     system "cd ${workpath}; mv VTK ${distname}"
 }
 
-configure   { system "cd ${worksrcpath} && cmake ${configure.args} ${worksrcpath}" }
+configure {
+    system "cd ${worksrcpath} && cmake ${configure.args} ${worksrcpath};"
+}
 
 configure.args  \
     -DBUILD_SHARED_LIBS:BOOL=ON \
@@ -74,9 +77,10 @@
     }
 }
 
-variant x11 description {Build VTK with the MacPorts X11 libraries} {
+variant x11 description {build VTK with MacPorts X11} {
     depends_build-append \
         port:xorg-libs \
+        port:xorg-proto \
         port:mesa
     configure.args-delete \
         -DVTK_USE_COCOA:BOOL=ON
@@ -88,5 +92,3 @@
         -DOPENGL_glu_LIBRARY:FILEPATH=${prefix}/lib/libGLU.dylib
 }
 
-#variant system_x11 description {Build VTK with the Apple X11 libraries} {
-#}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090501/4eae4a40/attachment.html>


More information about the macports-changes mailing list