[50880] trunk/dports/graphics/vtk-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon May 11 23:46:21 PDT 2009


Revision: 50880
          http://trac.macports.org/changeset/50880
Author:   ryandesign at macports.org
Date:     2009-05-11 23:46:21 -0700 (Mon, 11 May 2009)
Log Message:
-----------
vtk-devel: the comment fixes from r50785 and r50786 got undone by r50870 so redoing them, and making one more comment change

Modified Paths:
--------------
    trunk/dports/graphics/vtk-devel/Portfile

Modified: trunk/dports/graphics/vtk-devel/Portfile
===================================================================
--- trunk/dports/graphics/vtk-devel/Portfile	2009-05-12 06:00:46 UTC (rev 50879)
+++ trunk/dports/graphics/vtk-devel/Portfile	2009-05-12 06:46:21 UTC (rev 50880)
@@ -38,7 +38,7 @@
 build.type      gnu
 build.dir       ${workpath}/${distname}-build
 
-# Using this dummy stage to inspect macport variables (using 'port -d fetch vtk-devel')
+# Using this dummy stage to inspect MacPorts variables (using 'port -d fetch vtk-devel')
 #fetch { system "echo ${distfiles} && echo ${checksums}" }
 
 post-extract {
@@ -344,11 +344,11 @@
 
 # --- Language wrappers: java, python, tcl
 #
-# VTK has it's own language parser, it doesn't depend on swig or cableswig (as
+# VTK has its own language parser, it doesn't depend on swig or cableswig (as
 # of May 2009).  Since the VTK CVS repository and source distributions include
 # the output of byacc and flex, there is no need for a dependency on these
 # to build VTK.  If that were to change at some point, use byacc and not bison,
-# ie: depends_build-append port:byacc port:flex
+# i.e.: depends_build-append port:byacc port:flex
 
 
 variant java description {java wrapper} {
@@ -358,7 +358,7 @@
         -DVTK_WRAP_JAVA:BOOL=ON
     #
     # All of the following were detected automatically by cmake.  They use the
-    # system java framework.  To replace them with a macports java, reset
+    # system java framework.  To replace them with a MacPorts java, reset
     # these variables and add the required dependencies.
     #
     #JAVA_ARCHIVE:FILEPATH=/usr/bin/jar
@@ -376,7 +376,7 @@
 # that may require separate ports because the build and install process for vtk
 # can only work with one at a time.  The build is a lengthy process and there
 # may be no easy way to short-circuit it with a dependency on a prior binary
-# install of vtk.  If there are seperate ports of vtk for different versions of
+# install of vtk.  If there are separate ports of vtk for different versions of
 # python, each port will incur a lengthy build process.  Moreover, it's not
 # clear that the install process can be specifically selected for python only,
 # without also installing all of vtk.  For that reason, it may be best to avoid
@@ -390,7 +390,7 @@
 # Note: currently vtkpython depends on libutil and finds it in:
 # // Utility library needed for vtkpython
 # PYTHON_UTIL_LIBRARY:FILEPATH=/usr/lib/libutil.dylib
-# I don't see a macport for libutil.  If one arises, it should become a
+# I don't see a port for libutil.  If one arises, it should become a
 # dependency for any python variant.
 #
 #// Extra libraries to link when linking to python (such as "z" for zlib).  Separate multiple libraries with semicolons.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090511/837b5ea6/attachment.html>


More information about the macports-changes mailing list